CellArchLab / cryoet-scripts

Miscellaneous scripts for processing cryo-ET data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CellArchLab cryoET-scripts

Miscellaneous scripts for processing cryo-ET data

Currently the following scritps are available:

Running the scripts

Type <scriptname> --help to see all the options available and their default values. For example:

isonet_pipeline --help

will show you how to run the isonet_pipeline script.

Important

You have to modify the lines in the scripts that start with module load to reflect how the programs are loaded in your cluster or computing environment. This could be simply modifying the PATH environment variable, sourcing another script, or loading a conda environment, for example. If the programs are already loaded in your environment you could simply delete or comment out these lines. The exact modifications required will depend on where you want to run the scripts.

Please consult with your local sysadmin or computational expert as needed. We cannot provide support for other computational environments.

About

Miscellaneous scripts for processing cryo-ET data


Languages

Language:Shell 53.3%Language:Python 34.8%Language:Lua 10.4%Language:MATLAB 1.5%