Subread
From ScientificComputing
Revision as of 09:39, 21 December 2016 by Sfux (talk | contribs) (Created page with "{{Application}}")
Contents
Category
Bioinformatics, AlignerDescription
Subread is a general-purpose read aligner which can align both genomic DNA-seq and RNA-seq reads. It can also be used to discover genomic mutations including short indels and structural variants.Available versions (Euler, old software stack)
Legacy versions | Supported versions | New versions |
---|---|---|
1.5.0 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
Environment modules (Euler, old software stack)
Version | Module load command | Additional modules loaded automatically |
---|---|---|
1.5.0 | module load gcc/4.8.2 subread/1.5.0 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
How to submit a job
You can submit a subread job in batch mode with the following command:sbatch [Slurm options] --wrap="[executable] [options]"
Here you need to replace [Slurm options] with Slurm parameters for the resource requirements of the job. Please find a documentation about the parameters of sbatch on the wiki page about the batch system.
Here [executable] is one of the following executables:
exactSNP, featureCounts, subindel, subjunc, subread-align, subread-buildindexand [options] needs to be replaced by subread command line options.