Closed ftabaro closed 2 days ago
[!WARNING] Newer version of the nf-core template is available.
Your pipeline is using an old version of the nf-core template: 2.14.1. Please update your pipeline to the latest version.
For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 705797c
+| ✅ 235 tests passed |+
#| ❔ 2 tests were ignored |#
!| ❗ 6 tests had warnings |!
This pull request resolves #432. It fixes the call to GFFREAD by adding a second argument that is an empty list. In addition, this pull requests implement detection of gff file name and passes it as
meta.id
to GFFREAD generating a coherently named gtf output file.PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).