Closed LilyAnderssonLee closed 4 months ago
Add mapping tools: bowtie2 for short reads and minimap2 for long reads. Fix #19 #20 https://github.com/genomic-medicine-sweden/meta-val/issues/22
bowtie2
minimap2
nf-core lint
nextflow run . -profile test,docker --outdir <OUTDIR>
nextflow run . -profile debug,test,docker --outdir <OUTDIR>
docs/usage.md
docs/output.md
CHANGELOG.md
README.md
Posted for pipeline commit 9346870
+| ✅ 161 tests passed |+ #| ❔ 177 tests were ignored |# !| ❗ 16 tests had warnings |!
Add mapping tools:
bowtie2
for short reads andminimap2
for long reads. Fix #19 #20 https://github.com/genomic-medicine-sweden/meta-val/issues/22PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).