Skip to content

Commit 5c75efa

Browse files
authored
Merge pull request #116 from EBI-Metagenomics/bugfix/detect_rna
Fix indentation in meta.yml, add extra tags for detect_rna unit test
2 parents eb415c6 + 9e5d67e commit 5c75efa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

subworkflows/ebi-metagenomics/detect_rna/meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ keywords:
1111
- covariance models
1212
components:
1313
- seqkit/split2:
14-
git_remote: https://github.com/nf-core/modules.git
14+
git_remote: https://github.com/nf-core/modules.git
1515
- cat/cat:
16-
git_remote: https://github.com/nf-core/modules.git
16+
git_remote: https://github.com/nf-core/modules.git
1717
- infernal/cmsearch
1818
- infernal/cmscan
1919
- convertcmscantocmsearch

subworkflows/ebi-metagenomics/detect_rna/tests/main.nf.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ nextflow_workflow {
1515
tag "convertcmscantocmsearch"
1616
tag "easel"
1717
tag "easel/eslsfetch"
18+
tag "extractcoords"
19+
tag "nf-core/seqkit"
20+
tag "nf-core/seqkit/split2"
21+
tag "nf-core/cat"
22+
tag "nf-core/cat/cat"
1823

1924
setup {
2025
nfcoreInitialise("${launchDir}/library/")

0 commit comments

Comments
 (0)