Skip to content

Commit fd37475

Browse files
committed
updating linting failures
1 parent b9dd257 commit fd37475

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.nf-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ lint:
3737
multiqc_config:
3838
- report_comment
3939
nextflow_config: false
40-
# - manifest.name
41-
# - manifest.homePage
40+
# - manifest.name
41+
# - manifest.homePage
4242
nf_test_content: False
4343
nf_core_version: 3.3.2
4444
repository_type: pipeline

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
## Introduction
66

7-
87
## Samplesheet input
98

109
You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 4 columns, and a header row as shown in the examples below. It is best to specify this input parameter in `nextflow.config` or your own custom config file.
1110

1211
```bash
1312
--input '[path to samplesheet file]'
1413
```
14+
1515
### Full samplesheet
1616

1717
The pipeline will auto-detect whether the sequencing summary files, and reads are in the paths listed on the samplesheet. Each row represents a fastq file. Replicate refers to a technical replicate, biological replicates should be named uniquely. Be sure to pay attention to sample naming, in

0 commit comments

Comments
 (0)