Skip to content

Commit 36497b6

Browse files
committed
sync template 3.5.1
1 parent f709e8f commit 36497b6

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

docs/usage.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,13 @@ Enable family-based analysis for samples with pedigree information:
153153
```
154154

155155
nextflow run nf-core/longraredisease \
156-
--input ./samplesheet.csv \
157-
--outdir ./results \
158-
--fasta /path/to/reference.fasta \
159-
--input_type fastq \
160-
-profile docker
161-
```
156+
--input ./samplesheet.csv \
157+
--outdir ./results \
158+
--fasta /path/to/reference.fasta \
159+
--input_type fastq \
160+
-profile docker
161+
162+
````
162163
163164
This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.
164165
@@ -174,7 +175,7 @@ nextflow run nf-core/longraredisease \
174175
--fasta GRCh38.fasta \
175176
--input_type fastq \
176177
-profile docker
177-
```
178+
````
178179

179180
#### Trio analysis with all modules enabled
180181

@@ -217,7 +218,8 @@ nextflow run nf-core/longraredisease \
217218
```
218219

219220
nextflow run nf-core/nanoraredx -profile docker -params-file params.yaml
220-
```
221+
222+
````
221223
222224
with:
223225
@@ -226,7 +228,7 @@ input: './samplesheet.csv'
226228
outdir: './results/'
227229
genome: 'GRCh37'
228230
<...>
229-
```
231+
````
230232

231233
You can also generate such `YAML`/`JSON` files via [nf-core/launch](https://nf-co.re/launch).
232234

nextflow.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ params {
137137

138138
// MultiQC options
139139
multiqc_config = null
140-
multiqc_title = null
141140
multiqc_logo = null
142141
max_multiqc_email_size = '25.MB'
143142
multiqc_methods_description = null
144-
143+
145144
// Config options
146145
config_profile_name = null
147146
config_profile_description = null

0 commit comments

Comments
 (0)