Skip to content

Commit

Permalink
updated examples runs of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDMurray committed Apr 4, 2024
1 parent 2037582 commit 05ef2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ nextflow run main.nf -profile singularity,test_small -resume
* Running the pipeline with additional parameters:
```
nextflow run main.nf -profile apptainer,local -resume \
--input data/input_full-s3.csv \
--input data/input_small-s3.csv \
--database "s3://pollen-metabarcoding-test-data/data/viridiplantae_all_2014.sintax.fa" \
--FW_primer "ATGCGATACTTGGTGTGAAT" --RV_primer "GCATATCAATAAGCGGAGGA" \
--clean false \
Expand All @@ -227,7 +227,7 @@ nextflow run main.nf -profile apptainer,local -resume \

* Running the pipeline with a custom config file:
```
nextflow run main.nf -profile docker,aws_batch -resume --input data/input_full-s3.csv --database "s3://pollen-metabarcoding-test-data/data/viridiplantae_all_2014.sintax.fa" --FW_primer "ATGCGATACTTGGTGTGAAT" --RV_primer "GCATATCAATAAGCGGAGGA" --custom_config /path/to/custom/config
nextflow run main.nf -profile docker,aws_batch -resume --input data/input_manual.csv --database "s3://pollen-metabarcoding-test-data/data/viridiplantae_all_2014.sintax.fa" --FW_primer "ATGCGATACTTGGTGTGAAT" --RV_primer "GCATATCAATAAGCGGAGGA" --custom_config /path/to/custom/config
```

## Test Data
Expand Down

0 comments on commit 05ef2b5

Please sign in to comment.