Skip to content

Commit 88adfa2

Browse files
pinin4fjordsclaude
andcommitted
fix(orftable_fasta_gtf_buildorfcatalogue): align AA FASTA name across collapse toggle [skip ci]
Drop the .aa infix from the seqkit/translate prefix so the emitted catalogue_aa_fasta is cohort.catalogue.fasta whether or not the collapse pass runs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0563d1a commit 88adfa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subworkflows/nf-core/orftable_fasta_gtf_buildorfcatalogue/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ process {
44
ext.args = '-split -s -nameOnly'
55
}
66
withName: 'ORFTABLE_FASTA_GTF_BUILDORFCATALOGUE:SEQKIT_TRANSLATE' {
7-
ext.prefix = { "${meta.id}.catalogue.aa" }
7+
ext.prefix = { "${meta.id}.catalogue" }
88
ext.args = '--trim'
99
}
1010
withName: 'ORFTABLE_FASTA_GTF_BUILDORFCATALOGUE:MMSEQS_EASYCLUSTER' {

0 commit comments

Comments
 (0)