diff --git a/README.md b/README.md index 4737e2e8..8d9b478e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Now, you can run the pipeline using: ```bash nextflow run plant-food-research-open/assemblyqc \ + -revision \ -profile \ --input assemblysheet.csv \ --outdir diff --git a/conf/test.config b/conf/test.config index 2417719d..e86178f3 100644 --- a/conf/test.config +++ b/conf/test.config @@ -5,7 +5,7 @@ Defines input files and everything required to run a fast and simple pipeline test. Use as follows: - nextflow run plant-food-research-open/assemblyqc -profile test, --outdir + nextflow run plant-food-research-open/assemblyqc -revision -profile test, --outdir ---------------------------------------------------------------------------------------- */ diff --git a/conf/test_full.config b/conf/test_full.config index 2eadbf9b..818e1c86 100644 --- a/conf/test_full.config +++ b/conf/test_full.config @@ -5,7 +5,7 @@ Defines input files and everything required to run a full size pipeline test. Use as follows: - nextflow run plant-food-research-open/assemblyqc -profile test_full, --outdir + nextflow run plant-food-research-open/assemblyqc -revision -profile test_full, --outdir ---------------------------------------------------------------------------------------- */ diff --git a/docs/usage.md b/docs/usage.md index 20f10823..3e8b314b 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -136,7 +136,7 @@ All the modules have been tested to work on a single machine with 10 CPUs + 32 G The typical command for running the pipeline is as follows: ```bash -nextflow run plant-food-research-open/assemblyqc --input ./assemblysheet.csv --outdir ./results -profile docker +nextflow run plant-food-research-open/assemblyqc -revision --input ./assemblysheet.csv --outdir ./results -profile docker ``` This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles. @@ -160,7 +160,7 @@ Pipeline settings can be provided in a `yaml` or `json` file via `-params-file < The above pipeline run specified with a params file in yaml format: ```bash -nextflow run plant-food-research-open/assemblyqc -profile docker -params-file params.yaml +nextflow run plant-food-research-open/assemblyqc -revision main -profile docker -params-file params.yaml ``` with: