File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,13 @@ Enable family-based analysis for samples with pedigree information:
153153```
154154
155155nextflow 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
163164This 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
219220nextflow run nf-core/nanoraredx -profile docker -params-file params.yaml
220- ```
221+
222+ ````
221223
222224with:
223225
@@ -226,7 +228,7 @@ input: './samplesheet.csv'
226228outdir: './results/'
227229genome: 'GRCh37'
228230<...>
229- ```
231+ ````
230232
231233You can also generate such ` YAML ` /` JSON ` files via [ nf-core/launch] ( https://nf-co.re/launch ) .
232234
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments