ShuttleTracker: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
<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 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. <br/><br/> | 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. 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. <br/><br/> | ||
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''' ( | 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). | ||
</div></div> | </div></div> | ||
<br/><br/> | <br/><br/> | ||
Line 17: | Line 17: | ||
===Stand-alone binary executables for Windows and Mac=== | ===Stand-alone binary executables for Windows and Mac=== | ||
* Windows 64-bit installer: [{{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: 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.<br/><br/>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:<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 ''' | * Windows 64-bit installer: [{{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: 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.<br/><br/>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:<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 '''dcd4fb642b68d1afca449ba5780035b2'''.<br/></accordion></div> | ||
* macOS application bundle (zipped "app", outdated): [{{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: 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: 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> | * macOS application bundle (zipped "app", outdated): [{{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: 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: 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> |
Revision as of 17:33, 2 February 2023
of fluorescent reporters
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
- User's manual: shuttletracker-1.5.3-manual.pdf
- Tutorial and overview: shuttletracker-1.3.0-tutorial.pdf
+ example input images: March26_WellB_Pos09.zip (~1.3 GB)
+ example output from tracking analysis: March26_WellB_Pos09.html
Stand-alone binary executables for Windows and Mac
- Windows 64-bit installer: shuttletracker-1.5.3-x86_win64-setup.exe
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:
- macOS application bundle (zipped "app", outdated): shuttletracker-1.4.5-x86_64-darwin17.zip
SECURITY: MD5 sum of the downloadable ZIP archive can be checked in Terminal:
Containers for Linux
- Docker container: shuttletracker-1.5.3.Dockerfile
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
- Singularity container: shuttletracker-1.5.3.recipe
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.
- C++ source code: shuttletracker-1.5.3-source.tar.gz
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
Applications
- Grabowski F, et al. Antagonism between viral infection and innate immunity at the single-cell level (submitted) bioRxiv
- Korwek Z, et al. Non-self RNA rewires IFNβ signaling: A mathematical model of the innate immune response (submitted) bioRxiv
- 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.