Difference between revisions of "Main Page"

From wiki
Jump to: navigation, search
Line 11: Line 11:
 
|* [[abacas]]
 
|* [[abacas]]
 
|* [[albacore]]
 
|* [[albacore]]
 +
|* [[ariba]]
 
|* [[assembly-stats]]
 
|* [[assembly-stats]]
 
|* [[augustus]]
 
|* [[augustus]]
 
|* [[BamQC]]
 
|* [[BamQC]]
 +
|-
 
|* [[bcftools]]
 
|* [[bcftools]]
|-
 
 
|* [[bedtools]]
 
|* [[bedtools]]
 
|* [[BLAST]]
 
|* [[BLAST]]
Line 21: Line 22:
 
|* [[bowtie]]
 
|* [[bowtie]]
 
|* [[bowtie2]]
 
|* [[bowtie2]]
 +
|-
 
|* [[bwa]]
 
|* [[bwa]]
|-
 
 
|* [[BUSCO]]
 
|* [[BUSCO]]
 
|* [[CAFE]]
 
|* [[CAFE]]
Line 28: Line 29:
 
|* [[cd-hit]]
 
|* [[cd-hit]]
 
|* [[cegma]]
 
|* [[cegma]]
 +
|-
 
|* [[clustal]]
 
|* [[clustal]]
|-
 
 
|* [[cramtools]]
 
|* [[cramtools]]
 
|* [[detonate]]
 
|* [[detonate]]
Line 35: Line 36:
 
|* [[ensembl]]
 
|* [[ensembl]]
 
|* [[ETE]]
 
|* [[ETE]]
 +
|-
 
|* [[FASTQC and MultiQC]]
 
|* [[FASTQC and MultiQC]]
|-
 
 
|* [[Archaeopteryx and Forester]]
 
|* [[Archaeopteryx and Forester]]
 
|* [[GapFiller]]
 
|* [[GapFiller]]
Line 42: Line 43:
 
|* [[gubbins]]
 
|* [[gubbins]]
 
|* [[JBrowse]]
 
|* [[JBrowse]]
 +
|-
 
|* [[kallisto]]
 
|* [[kallisto]]
|-
 
 
|* [[last]]
 
|* [[last]]
 
|* [[lastz]]
 
|* [[lastz]]
Line 49: Line 50:
 
|* [[mega]]
 
|* [[mega]]
 
|* [[MUMmer]]
 
|* [[MUMmer]]
 +
|-
 
|* [[NanoSim]]
 
|* [[NanoSim]]
|-
 
 
|* [[OrthoFinder]]
 
|* [[OrthoFinder]]
 
|* [[quast]]
 
|* [[quast]]
Line 56: Line 57:
 
|* [[picard-tools]]
 
|* [[picard-tools]]
 
|* [[poRe]]
 
|* [[poRe]]
 +
|-
 
|* [[poretools]]
 
|* [[poretools]]
|-
 
 
|* [[prokka]]
 
|* [[prokka]]
 
|* [[pyrad]]
 
|* [[pyrad]]
Line 63: Line 64:
 
|* [[R]]
 
|* [[R]]
 
|* [[RAxML]]
 
|* [[RAxML]]
 +
|-
 
|* [[Repeatmasker]]
 
|* [[Repeatmasker]]
|-
 
 
|* [[rnammer]]
 
|* [[rnammer]]
 
|* [[roary]]
 
|* [[roary]]
Line 70: Line 71:
 
|* [[samtools]]
 
|* [[samtools]]
 
|* [[Satsuma]]
 
|* [[Satsuma]]
 +
|-
 
|* [[sickle]]
 
|* [[sickle]]
|-
 
 
|* [[SPAdes]]
 
|* [[SPAdes]]
 
|* [[sra-tools]]
 
|* [[sra-tools]]
Line 77: Line 78:
 
|* [[SSPACE]]
 
|* [[SSPACE]]
 
|* [[stacks]]
 
|* [[stacks]]
 +
|-
 
|* [[trimmomatic]]
 
|* [[trimmomatic]]
|-
 
 
|* [[Trinity]]
 
|* [[Trinity]]
 
|* [[t-coffee]]
 
|* [[t-coffee]]

Revision as of 13:22, 27 March 2017

Usage of Cluster

Documented Programs

The following can be seen as extra notes referring to these programs usage on the marvin cluster, with an emphais on example use-cases. Most, if not all, will have their own special websites, with more detailed manuals and further information.

* abacas * albacore * ariba * assembly-stats * augustus * BamQC
* bcftools * bedtools * BLAST * blast2go: b2g4pipe * bowtie * bowtie2
* bwa * BUSCO * CAFE * canu * cd-hit * cegma
* clustal * cramtools * detonate * diamond * ensembl * ETE
* FASTQC and MultiQC * Archaeopteryx and Forester * GapFiller * GenomeTools * gubbins * JBrowse
* kallisto * last * lastz * Mash * mega * MUMmer
* NanoSim * OrthoFinder * quast * PGAP * picard-tools * poRe
* poretools * prokka * pyrad * python * R * RAxML
* Repeatmasker * rnammer * roary * RSeQC * samtools * Satsuma
* sickle * SPAdes * sra-tools * srst2 * SSPACE * stacks
* trimmomatic * Trinity * t-coffee * velvet

Queue Manager Tips

A cluster is a shared resource with different users running different types of analyses. Nearly all clusters use a piece of software called a queue manager to fairly share out the resource. The queue manager on marvin is called Grid Engine, and it has several commands available, all beginning with q and with qsub being the most commonly used as it submits a command via a jobscript to be processed. Here are some tips:

Data Examples

Procedures

(short sequence of tasks with a certain short-term goal, often, a simple script)

Navigating genomic data websites

Explanations

Pipelines

(Workflow with a specific end-goal)

Protocols

(Extensive workflows with different with several possible end goals)

Cluster Administration

Courses

I2U4BGA

RNAseq for DGE

Templates