Skip to content

Commit

Permalink
add more code reviews :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcy220606 committed Dec 11, 2024
1 parent 27f3867 commit 70839c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions modules/nf-core/ampcombi2/parsetables/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ process AMPCOMBI2_PARSETABLES {

"""
ampcombi parse_tables \\
--path_list '${amp_input.collect { "${it}" }.join("' '")}' \\
--faa ${faa_input} \\
--gbk ${gbk_input} \\
--sample_list ${prefix} \\
--amp_database ${opt_amp_db} \\
${db_dir} \\
${interpro} \\
${args} \\
--threads ${task.cpus}
--path_list '${amp_input.collect { "${it}" }.join("' '")}' \\
--faa ${faa_input} \\
--gbk ${gbk_input} \\
--sample_list ${prefix} \\
--amp_database ${opt_amp_db} \\
${db_dir} \\
${interpro} \\
${args} \\
--threads ${task.cpus}
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/ampcombi2/parsetables/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ input:
pattern: "path/to/amp_*_database"
- - opt_interproscan:
type: directory
description: A path to the file corresponding to the respective tsv files containing the protein classifications of the annotated CDSs. The file must be the raw output from InterProScan.
description: A path to a file corresponding to the respective tsv files containing protein classifications of the annotated CDSs. The file must be the raw output from InterProScan.
pattern: "*.tsv"
output:
- sample_dir:
Expand Down

0 comments on commit 70839c7

Please sign in to comment.