ShuttleTracker: Difference between revisions

From Laboratory of Modeling in Biology and Medicine
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 17: Line 17:


===Stand-alone binary executables for Windows and Mac===
===Stand-alone binary executables for Windows and Mac===
* Windows 64-bit installer: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.0-x86_win64-setup.exe shuttletracker-1.5.0-x86_win64-setup.exe]<accordion parent="accordion" heading="How to verify and run">COMPATIBILITY:&nbsp; This software was built with MSVC14 on Windows&nbsp;10, and tested on Windows&nbsp;10 and Windows&nbsp;8. An installer of Microsoft Visual C++ 2017 Redistributable (required runtime libraries) is contained in the ShuttleTracker installer.<br/><br/>SECURITY:&nbsp; The downloadable installer is not signed with a certificate (so in Windows parlance it comes from an "unknown publisher"); however, its integrity can be checked manually in command line using a Windows pre-installed utility:<br/><div align="center"><span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">certUtil -hashfile <i>path_to_installer</i> MD5</span></div>MD5 sum of untainted shuttletracker-1.4.5-x86_win64-setup.exe is '''9559bb1bfbe6b0d6c9bed194c5e80edd'''.<br/></accordion>
* Windows 64-bit installer: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.0-x86_win64-setup.exe shuttletracker-1.5.0-x86_win64-setup.exe]<accordion parent="accordion" heading="How to verify and run">COMPATIBILITY:&nbsp; This software was built with MSVC 14.2 on Windows&nbsp;10, and tested on Windows&nbsp;10 and Windows&nbsp;8. An installer of Microsoft Visual C++ 2019 Redistributable (required runtime libraries) is contained in the ShuttleTracker installer.<br/><br/>SECURITY:&nbsp; The downloadable installer is not signed with a certificate (so in Windows parlance it comes from an "unknown publisher"); however, its integrity can be checked manually in command line using a Windows pre-installed utility:<br/><div align="center"><span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">certUtil -hashfile <i>path_to_installer</i> MD5</span></div>MD5 sum of untainted shuttletracker-1.5.0-x86_win64-setup.exe is '''23720f35399d4ae61f772c49b07826d6'''.<br/></accordion>


* macOS application bundle (zipped "app"): &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.4.5-x86_64-darwin17.zip shuttletracker-1.4.5-x86_64-darwin17.zip]<accordion parent="accordion" heading="How to verify and run">COMPATIBILITY:&nbsp; This software was built with XCode 8 and tested under macOS 10.13 (High Sierra). It is likely incompatible with previous Mac operating system releases.<br/><br/>SECURITY:&nbsp; MD5 sum of the downloadable ZIP archive can be checked in Terminal:<div align="center"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">md5 <i>path_to_zip</i></span></div>MD5 sum of untainted shuttletracker-1.4.5-x86_64-darwin17.zip is '''68ed03597b5e43e02ceace2e3530ce38'''.</accordion>
* macOS application bundle (zipped "app"): &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.4.5-x86_64-darwin17.zip shuttletracker-1.4.5-x86_64-darwin17.zip]<accordion parent="accordion" heading="How to verify and run">COMPATIBILITY:&nbsp; This software was built with XCode 8 and tested under macOS 10.13 (High Sierra). It is likely incompatible with previous Mac operating system releases.<br/><br/>SECURITY:&nbsp; MD5 sum of the downloadable ZIP archive can be checked in Terminal:<div align="center"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">md5 <i>path_to_zip</i></span></div>MD5 sum of untainted shuttletracker-1.4.5-x86_64-darwin17.zip is '''68ed03597b5e43e02ceace2e3530ce38'''.</accordion>
Line 23: Line 23:


===Containers for Linux===
===Containers for Linux===
* A docker-based recipe for a Singularity container: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.4.5-singularity.recipe shuttletracker-1.4.5-singularity.recipe]<accordion parent="accordion" heading="How to set up and run">BUILDING a container (in terminal):<div align="left"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
* A docker-based recipe for a Singularity container: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.0-singularity.recipe shuttletracker-1.5.0-singularity.recipe]<accordion parent="accordion" heading="How to set up and run">BUILDING a container (in terminal):<div align="left"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
   sudo singularity build --sandbox st shuttletracker-1.4.5-singularity.recipe
   sudo singularity build --sandbox st shuttletracker-1.4.5-singularity.recipe
</span></div><br/>LAUNCHING the simulator within a container (in terminal):<div align="left"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
</span></div><br/>LAUNCHING the simulator within a container (in terminal):<div align="left"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
Line 32: Line 32:
===Source code===
===Source code===
S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> source code is distributed under [http://www.gnu.org/licenses/gpl-3.0.html GNU GPL v3.0].<br/>
S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> source code is distributed under [http://www.gnu.org/licenses/gpl-3.0.html GNU GPL v3.0].<br/>
* C++ source code: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.4.5-source.tar.gz shuttletracker-1.4.5-source.tar.gz]
* C++ source code: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.0-source.tar.gz shuttletracker-1.5.0-source.tar.gz]
<accordion parent="accordion" heading="How to compile">Compilation on Linux, macOS, and Windows is managed by [http://www.cmake.org/ CMake], which is expected to be used in the standard way:
<accordion parent="accordion" heading="How to compile">Compilation on Linux, macOS, and Windows is managed by [http://www.cmake.org/ CMake], which is expected to be used in the standard way:
<div align="left"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
<div align="left"> <span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
   tar xfz shuttletracker-1.4.5-source.tar.gz
   tar xfz shuttletracker-1.5.0-source.tar.gz
   cd shuttletracker-1.4.5-source
   cd shuttletracker-1.5.0-source
   mkdir build && cd build
   mkdir build && cd build
   cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/local/
   cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/local/

Revision as of 20:29, 23 May 2021

An interactive tool for analyzing nucleocytoplasmic shuttling
of fluorescent reporters


ShuttleTracker montage.png

ShuttleTracker can detect stained cell nuclei, generate corresponding annular perinuclear extensions, quantify geometric and photometric properties of detected objects, and perform frame-to-frame nuclei tracking.  Parameters of the image processing algorithms can be changed manually and the effects of these changes can be seen nearly immediately overlaid on currently displayed microscopic images.  A key capability of ShuttleTracker is that nuclear contours and tracks can be generated automatically and then corrected manually. The tool is scriptable.

The latest ShuttleTracker version is 1.5.0 (May 2021).




Documentation


Stand-alone binary executables for Windows and Mac

COMPATIBILITY:  This software was built with MSVC 14.2 on Windows 10, and tested on Windows 10 and Windows 8. An installer of Microsoft Visual C++ 2019 Redistributable (required runtime libraries) is contained in the ShuttleTracker installer.

SECURITY:  The downloadable installer is not signed with a certificate (so in Windows parlance it comes from an "unknown publisher"); however, its integrity can be checked manually in command line using a Windows pre-installed utility:
certUtil -hashfile path_to_installer MD5
MD5 sum of untainted shuttletracker-1.5.0-x86_win64-setup.exe is 23720f35399d4ae61f772c49b07826d6.

COMPATIBILITY:  This software was built with XCode 8 and tested under macOS 10.13 (High Sierra). It is likely incompatible with previous Mac operating system releases.

SECURITY:  MD5 sum of the downloadable ZIP archive can be checked in Terminal:
md5 path_to_zip
MD5 sum of untainted shuttletracker-1.4.5-x86_64-darwin17.zip is 68ed03597b5e43e02ceace2e3530ce38.


Containers for Linux

BUILDING a container (in terminal):
 sudo singularity build --sandbox st shuttletracker-1.4.5-singularity.recipe

LAUNCHING the simulator within a container (in terminal):
 singularity exec --writable st /opt/local/bin/ShuttleTracker


Source code

ShuttleTracker source code is distributed under GNU GPL v3.0.

Compilation on Linux, macOS, and Windows is managed by CMake, which is expected to be used in the standard way:
 tar xfz shuttletracker-1.5.0-source.tar.gz
 cd shuttletracker-1.5.0-source
 mkdir build && cd build
 cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/local/
 make -j4 && make install 
More detailed instructions are provided in file COMPILING.md in the source code package. You may also have a look at how the build process is automated in a Singularity container recipe distributed in the source code distribution subdirectory distrib/singularity.


Published applications

  • Czerkies M, et al. Cell fate in antiviral response arises in the crosstalk of IRF, NF-κB and JAK/STAT pathways, Nature Communications 9:493 (2018) PubMed CrossRef
  • Tudelska K, et al. Information processing in the NF-κB pathway, Scientific Reports 7:15926 (2017) PubMed CrossRef


Contact

The lead software developer is Marek Kochańczyk. For both user's and developer's queries please use the following e-mail address: shuttletracker.software@gmail.com.