Skip to content

maxemil/Biodiversity-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline to characterize and analyse fungal microbiomes

Installation & Getting started

  • install nextflow
curl -s https://get.nextflow.io | bash
  • pull the singularity image from the singularity hub
singularity pull shub://maxemil/Biodiversity-pipeline:master
  • execute the pipeline with input.fasta, references.fasta (e.g. ) and information on the ecology of sequences
nextflow run maxemil/Biodiversity-pipeline --input_fasta input.fasta \
                      --reference_sequences references.fasta \
                      --environment_information ecology.tab \
                      --output_directory output \
                      -with-singularity maxemil-Biodiversity-pipeline-master.img

Dependencies

for the pipeline execution / container

Tools

Testing

  • To run an example analysis and check if the results are as expected, run
nextflow run maxemil/Biodiversity-pipeline --input_fasta test/input.fasta \
                      --reference_sequences test/references.fasta \
                      --environment_information test/ecology.tab \
                      --output_directory test/output \
                      -with-singularity maxemil-Biodiversity-pipeline-master.img