Skip to content

Commit 7a6c61d

Browse files
committed
fix linting and pre-commit
1 parent b1e224d commit 7a6c61d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.nf-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
repository_type: pipeline
2+
lint:
3+
subworkflow_changes: false

docs/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Otherwise, you can provide your own position file in the `--mode impute` with ST
150150
```bash
151151
nextflow run nf-core/phaseimpute --input samplesheet.csv --step impute --posfile samplesheet_posfile.csv --tool stitch --outdir results --genome GRCh37 -profile docker
152152
```
153+
153154
The csv provided in `--posfile` must contain two columns [chr, file]. The first column is the chromosome and the file column are tsvs with the list of positions, unique to each chromosome.
154155

155156
```console

0 commit comments

Comments
 (0)