ShuttleTracker: Difference between revisions

From Laboratory of Modeling in Biology and Medicine
Jump to: navigation, search
mNo edit summary
mNo edit summary
 
(85 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center">'''An interactive tool for analyzing nucleocytoplasmic shuttling<br/> of fluorescent reporters in living cells'''</div><br />
<div align="center">'''An interactive tool for analyzing nucleocytoplasmic shuttling<br/> of fluorescent reporters<!-- in living cells-->'''</div><br />
<div align="center">
<div align="center">
[[Image:ShuttleTracker_montage.png|link={{SERVER}}/images/7/7e/ShuttleTracker_montage.png|500px]]
<div align="left" style="width:520px">
<div align="left" style="width:520px">
S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> can detect stained cell nuclei, generate corresponding
S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> 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.&nbsp; 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.&nbsp; A key capability of ShuttleTracker is that nuclear contours and tracks can be generated automatically and then corrected manually. The tool is scriptable. <br/><br/>
annular perinuclear extensions, measure geometric and photometric properties of detected
The latest S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> version is '''1.5.3''' (February 2023).
objects, and perform frame-to-frame nuclei tracking.&nbsp; Parameters of
the underlying image processing algorithms can be changed manually
and the effects of these changes can be seen nearly immediately
overlaid on currently displayed microscopic images.&nbsp; A key capability
of ShuttleTracker is that nuclear contours and tracks can be generated
automatically and then corrected manually.
</div></div>
</div></div>
<br/><br/>
<br/><br/>


== Example session  ==
<br/><br/>


== Downloads ==
===Documentation===
* User's manual: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.3-manual.pdf shuttletracker-1.5.3-manual.pdf]<br  style="line-height: 100%; margin-bottom:14px">
* Tutorial and overview: &nbsp;[{{SERVER}}/software/shuttletracker/release/previous/shuttletracker-1.3.0-tutorial.pdf shuttletracker-1.3.0-tutorial.pdf]<!--<span style="background:yellow">&nbsp;''' TODO '''&nbsp;</span>--><br  style="line-height: 100%; margin-bottom:6px">+&nbsp;example input images: &nbsp;[{{SERVER}}/software/shuttletracker/tutorial/March26_WellB_Pos09.zip March26_WellB_Pos09.zip] (~1.3 GB)<br  style="line-height: 100%; margin-bottom:6px">+&nbsp;example output from tracking analysis: &nbsp;[{{SERVER}}/software/shuttletracker/tutorial/March26_WellB_Pos09.html March26_WellB_Pos09.html]
<br/>
 
===Stand-alone binary executables for Windows and Mac===
* Windows 64-bit installer: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.3-x86_win64-setup.exe shuttletracker-1.5.3-x86_win64-setup.exe]<div class="accordion" id="accordion-win"><accordion parent="accordion-win" 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.3-x86_win64-setup.exe is '''d6a87dec0b6167ae12833821d6d8a208'''.<br/></accordion></div>


S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> is distributed under [http://www.gnu.org/licenses/gpl-3.0.html GNU GPL v3.0].<br/>
* macOS application bundle (zipped "app", outdated): &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.4.5-x86_64-darwin17.zip shuttletracker-1.4.5-x86_64-darwin17.zip]<div class="accordion" id="accordion-mac"><accordion parent="accordion-mac" 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></div>
The latest S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> version is '''1.0.0'''.
<br/>


===Containers for Linux===
* Docker container: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.3.Dockerfile shuttletracker-1.5.3.Dockerfile]<div class="accordion" id="accordion-docker"><accordion parent="accordion-docker" 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;">
  docker build .  -f shuttletracker-1.5.3.Dockerfile  --tag st-container
</span></div><br/>LAUNCHING the GUI app 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;">
  docker run  -e DISPLAY  --net=host  st-container
</span></div><br/>You will likely want to specify a filesystem location with images using docker run's flag&nbsp;<span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">-v</span>. If the app fails to connect to the windows server, you may need to grant permission as follows:  <div align="left"><span style="font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,Consolas,Inconsolata,monospace;">
  xhost +local:docker
</span></div></accordion></div>
* Singularity container: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.3.recipe shuttletracker-1.5.3.recipe]<div class="accordion" id="accordion-singularity"><accordion parent="accordion-singularity" 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.5.3.recipe
</span></div><br/>LAUNCHING the GUI app 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;">
  singularity exec --writable st /opt/local/bin/ShuttleTracker
</span></div></accordion><div><br/>


==Source code==
===Source code===
* C++ source code: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.0.0-source.tar.gz shuttletracker-1.0.0-source.tar.gz]
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/>
<accordion parent="accordion" heading="How to compile">Compilation on Linux, Mac, and Windows is managed by [http://www.cmake.org/ CMake], which is expected to be used in the standard way:
* C++ source code: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.5.3-source.tar.gz shuttletracker-1.5.3-source.tar.gz]
<div class="accordion" id="accordion-sourcecode"><accordion parent="accordion-sourcecode" 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-VERSION-source.tar.gz
   tar xfz shuttletracker-1.5.3-source.tar.gz
   cd shuttletracker-VERSION-source
   cd shuttletracker-1.5.3-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/
   make -j4 && make install  
   make -j4 && make install  
</span></div>
</span></div>
You may also have a look at how the build process is automated in a Singularity container recipe distributed in source code distribution subdirectory distrib/singularity.</accordion>
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.<br/></accordion></div>
<br/>
<br/>
====Stand-alone binary executables====
* Mac application bundle (zipped "app"): &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.0.0-x86_64-darwin16.zip shuttletracker-1.0.0-x86_64-darwin16.zip]<accordion parent="accordion" heading="How to verify and run">COMPATIBILITY:&nbsp; This software was built with XCode 8 and tested under macOS 10.12 (Sierra). It is likely incompatible with previous Mac operating system releases. It has been confirmed to work on macOS 10.13 (High Sierra).<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.0.0-x86_64-darwin16.zip is TODO</accordion>


* Windows 64-bit installer: &nbsp; [{{SERVER}}/software/shuttletracker/release/shuttletracker-1.0.0-x86_win64-setup.exe shuttletracker-1.0.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.<br/><br/>SECURITY:&nbsp; The downloadable installer is not signed with a certificate (so in windows terms it comes from an "unknown publisher") but 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.0.0-x86_win64-setup.exe is TODO<br/></accordion>
<!--
===References===
====Primary citation====
* <span class="pmbm">Kochańczyk M</span>. '''ShuttleTracker: an interactive tool for analysing nucleocytoplasmic shuttling of fluorescent reporters''' (''submitted'')<br style="margin-bottom:12px">-->
===Applications===
* <span class="pmbm">Korwek&nbsp;Z</span>, <i>et&nbsp;al</i>. '''Nonself RNA rewires IFNβ signaling: A mathematical model of the innate immune response''', ''Science Signaling'' (accepted) [https://doi.org/10.1101/2022.01.30.478391 bioRxiv]<br style="line-height: 100%; margin-bottom:12px">
* <span class="pmbm">Grabowski&nbsp;F</span>, <i>et&nbsp;al</i>. '''Antagonism between viral infection and innate immunity at the single-cell level''', ''PLOS Pathogens'' <u>19</u>:e1011597 (2023) [https://pubmed.ncbi.nlm.nih.gov/37669278 PubMed] [https://doi.org/10.1371/journal.ppat.1011597 CrossRef]<br style="line-height: 100%; margin-bottom:12px">
* <span class="author">Czerkies&nbsp;M</span>, <i>et&nbsp;al</i>. '''Respiratory syncytial virus protects bystander cells against influenza A virus infection by triggering secretion of type I and type III interferons''', ''Journal of Virology'' <u>96</u>:22 e01341-22 (2022) [https://doi.org/10.1128/jvi.01341-22 CrossRef] [https://doi.org/10.1101/2021.10.11.463877 bioRxiv]<br style="line-height: 100%; margin-bottom:12px">  
* <span class="pmbm">Czerkies M</span>, <i>et&nbsp;al</i>. '''Cell fate in antiviral response arises in the crosstalk of IRF, NF-κB and JAK/STAT pathways''', ''Nature Communications'' <u>9</u>:493 (2018) [http://www.ncbi.nlm.nih.gov/pubmed/29402958 PubMed] [http://dx.doi.org/10.1038/s41467-017-02640-8 CrossRef]<br style="line-height: 100%; margin-bottom:12px">
* <span class="pmbm">Tudelska K</span>, <i>et&nbsp;al</i>. '''Information processing in the NF-κB pathway''', ''Scientific&nbsp;Reports'' <u>7</u>:15926 (2017) [http://www.ncbi.nlm.nih.gov/pubmed/29162874 PubMed] [http://doi.org/10.1038/s41598-017-16166-y CrossRef]
<br/>
<br/>


====Containers====
===Contact===
* A docker-based recipe for a Singularity container: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.0.0-singularity.recipe shuttletracker-1.0.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;">
The lead software developer is Marek Kochańczyk. For both user's and developer's queries please use the following e-mail address: &#115;huttletrac&#107;er.software@gmail.com.
  singularity build shuttletracker.simg shuttletracker-1.0.0-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;">
  singularity exec shuttletracker-1.0.0.simg /opt/local/bin/ShuttleTracker
</span></div></accordion>
<br/>
====Documentation====
* User's manual: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.0.0-manual.pdf shuttletracker-1.0.0-manual.pdf]
<br/>
====Example images====
* An archive with example S<span style="font-variant:small-caps">huttle</span>T<span style="font-variant:small-caps">racker</span> files: &nbsp;[{{SERVER}}/software/shuttletracker/release/shuttletracker-1.0.0-examples.zip shuttletracker-1.0.0-examples.zip]
<br/><br/>
 


== Contact ==
The lead software developer is Marek Kochańczyk. For both user's and developer's queries please use the following e-mail address: &#115;huttletrac&#107;er.software@gmail.com
<br/><br/>
<br/><br/>



Latest revision as of 20:24, 7 November 2023

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.3 (February 2023).




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.3-x86_win64-setup.exe is d6a87dec0b6167ae12833821d6d8a208.

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):
 docker build .  -f shuttletracker-1.5.3.Dockerfile  --tag st-container

LAUNCHING the GUI app within a container (in terminal):
 docker run  -e DISPLAY  --net=host  st-container

You will likely want to specify a filesystem location with images using docker run's flag -v. If the app fails to connect to the windows server, you may need to grant permission as follows:
 xhost +local:docker

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

LAUNCHING the GUI app 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.3-source.tar.gz
 cd shuttletracker-1.5.3-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.


Applications

  • Korwek Z, et al. Nonself RNA rewires IFNβ signaling: A mathematical model of the innate immune response, Science Signaling (accepted) bioRxiv
  • Grabowski F, et al. Antagonism between viral infection and innate immunity at the single-cell level, PLOS Pathogens 19:e1011597 (2023) PubMed CrossRef
  • Czerkies M, et al. Respiratory syncytial virus protects bystander cells against influenza A virus infection by triggering secretion of type I and type III interferons, Journal of Virology 96:22 e01341-22 (2022) CrossRef bioRxiv
  • 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.