Skip to content

Commit

Permalink
Merge pull request #10 from nf-core/dev
Browse files Browse the repository at this point in the history
Dev -> Master for 1.0 release
  • Loading branch information
drpatelh committed Jun 8, 2021
2 parents c28cf8a + c791fc6 commit 4611da4
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 936 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Via a single file of ids, provided one-per-line (see [example input file](https:
3. Download FastQ files in parallel via `curl` and perform `md5sum` check
4. Collate id metadata and paths to FastQ files in a single samplesheet

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.
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.

## Quick Start

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

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

## Documentation
Expand Down
11 changes: 0 additions & 11 deletions assets/multiqc_config.yaml

This file was deleted.

Binary file removed assets/nf-core-fetchfastq_logo.png
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/samplesheet.csv

This file was deleted.

148 changes: 0 additions & 148 deletions bin/check_samplesheet.py

This file was deleted.

Loading

0 comments on commit 4611da4

Please sign in to comment.