Skip to content

Commit

Permalink
Add information on mapping to chromosomal sequence only
Browse files Browse the repository at this point in the history
  • Loading branch information
antunderwood committed May 10, 2021
1 parent 28f9423 commit 57f721b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Introduction

This pipeline maps short reads (usually Illumina) to a bacterial reference (usually of the same species and the closest high quality genome available). For this purpose you will require a set of paired read files (single read file version coming in future version) and a reference genome in fasta format. The read file pairs are specified in a sample sheet
This pipeline maps short reads (usually Illumina) to a bacterial reference (usually of the same species and the closest high quality genome available). For this purpose you will require a set of paired read files (single read file version coming in future version) and a reference genome in fasta format. The read file pairs are specified in a sample sheet. Please note although the pipeline can handle multiple contigs within the reference sequence, it is recommended that plasmid records are removed leaving only the chromosomal records (usually one chromosome in most bacteria) since plasmids are often acquired horizontally and are evolving at a different rate to the chromosome.

## Samplesheet input

Expand All @@ -33,6 +33,8 @@ The typical command for running the pipeline is as follows:
nextflow run nf-core/bactmap --input samplesheet.csv --reference chromosome.fasta -profile docker
```

Please note that although the reference is named `chromosome.fasta` in this example command it could be named anything BUT it is recommended that the reference only include chromosomal sequence (see note in introduction).

This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.

Note that the pipeline will create the following files in your working directory:
Expand Down

0 comments on commit 57f721b

Please sign in to comment.