Skip to content

Commit 305c5fe

Browse files
authored
Fix alignment
1 parent eceb350 commit 305c5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/modules.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ process {
134134
enabled: params.run_protein_annotation,
135135
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
136136
]
137-
// Warning: Do not disable the flags "--enable-tsv-residue-annot" and "--formats tsv"! This would cause a run failure because the format of the resulting files would no longer be adequate for parsing by AMPcombi2.
138-
ext.args = [
137+
// Warning: Do not disable the flags "--enable-tsv-residue-annot" and "--formats tsv"! This would cause a run failure because the format of the resulting files would no longer be adequate for parsing by AMPcombi2.
138+
ext.args = [
139139
"--applications ${params.protein_annotation_interproscan_applications}",
140140
params.protein_annotation_interproscan_enableprecalc ? '' : '--disable-precalc',
141141
'--disable-residue-annot',

0 commit comments

Comments
 (0)