Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pairwise Genome Comparison Statistics

The version number is the one of the GenomicBreaks package in the genomicbreaks modules's Singularity image, plus 1 per changes in the skeleton.Rmd file.

Mandatory parameters

  • --input: path to a sample sheet in tab-separated format with one header line id file, and one row per genome (ID and path to FASTA file).

Optional parameters

  • --skel: path or URL to a "skeletton" Rmarkdown file.

Run

See the makeGBreaksInputFile.sh script in oist/LuscombeU_ScramblingInTheTreeOfLife for an example on how to construct an input file. Then, run the pipeline. If needed, do not forget to give a path to a work directory writable by the compute node (at OIST, it is on the /flash file system) using the -w option.

nextflow run oist/plessy_nf_GenomicBreaks -r main -profile oist --input your_input_file.tsv

Test

To test the pipeline, just run it with the input file from GitHub. This will download a small alignment file between a SARS-CoV-2 genome and a SARS-CoV-2 contig assembly.

nextflow run oist/plessy_nf_GenomicBreaks -r main -profile oist,test

Test locally

nextflow run . -profile oist,test # don't forget -w if the compute nodes can not write to the current directory.

Tip

Cache the singularity image to avoid multiple downloads, using the singularity.cacheDir option in ~/.nextflow/config.

About

Draft Nextflow pipeline to convert alignment files and extract basic stats.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages