Skip to content

Commit 4611da4

Browse files
authored
Merge pull request nf-core#10 from nf-core/dev
Dev -> Master for 1.0 release
2 parents c28cf8a + c791fc6 commit 4611da4

18 files changed

+3
-936
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Via a single file of ids, provided one-per-line (see [example input file](https:
3131
3. Download FastQ files in parallel via `curl` and perform `md5sum` check
3232
4. Collate id metadata and paths to FastQ files in a single samplesheet
3333

34-
The columns in the auto-created samplesheet can be tailored to be accepted out-of-the-box by selected nf-core pipelines, these currently include [nf-core/rnaseq](https://nf-co.re/rnaseq/usage#samplesheet-input) and [nf-core/viralrecon](https://nf-co.re/viralrecon/usage#illumina-samplesheet-format). You can use the `--nf_core_pipeline` parameter to customise this behaviour e.g. `--nf_core_pipeline rnaseq`. More pipelines will be supported in due course as we adopt and standardise samplesheet input across nf-core.
34+
The columns in the auto-created samplesheet can be tailored to be accepted out-of-the-box by selected nf-core pipelines, these currently include [nf-core/rnaseq](https://nf-co.re/rnaseq/usage#samplesheet-input) and the Illumina processing mode of [nf-core/viralrecon](https://nf-co.re/viralrecon/usage#illumina-samplesheet-format). You can use the `--nf_core_pipeline` parameter to customise this behaviour e.g. `--nf_core_pipeline rnaseq`. More pipelines will be supported in due course as we adopt and standardise samplesheet input across nf-core.
3535

3636
## Quick Start
3737

@@ -52,7 +52,7 @@ The columns in the auto-created samplesheet can be tailored to be accepted out-o
5252
4. Start running your own analysis!
5353

5454
```console
55-
nextflow run nf-core/fetchngs -profile <docker/singularity/podman/shifter/charliecloud/conda/institute> --input ids.txt
55+
nextflow run nf-core/fetchngs --input ids.txt -profile <docker/singularity/podman/shifter/charliecloud/conda/institute>
5656
```
5757

5858
## Documentation

assets/multiqc_config.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

assets/nf-core-fetchfastq_logo.png

-19.2 KB
Binary file not shown.

assets/samplesheet.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.

bin/check_samplesheet.py

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)