Closed m3hdad closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark:Posted for pipeline commit 84d9409
+| ✅ 139 tests passed |+
#| ❔ 1 tests were ignored |#
@praveenraj2018 Do you think this PR is still relevant? now that we merged #40
gatk4-rnaseq wdl pipeline suggests calling the variants on exome intervals.
Here
params.interval_list_featureType
allows the user to decide whether to call the variants on gene/transcript/exon/etc intervals based on the feature name in gff/gtf file. The default value isnull
as the pipeline is now.replacing
bin/gtf2bed
in house perl script withbedopts
tool.PR checklist
nf-core lint
).nextflow run . -profile test,docker
).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).