Skip to content

Commit

Permalink
- not _
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Feb 15, 2024
1 parent c2b4369 commit 2b859f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2galaxy/core/templaters/import_fastq_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def make_builtin_import_fastq(meta, tool_id):
tool.append(_make_input())
tool.append(_make_output())
tool.append(
XMLNode('command', "q2galaxy run tools import_fastq '$inputs'"))
XMLNode('command', "q2galaxy run tools import-fastq '$inputs'"))
tool.append(XMLNode('description',
'Import fastq data into a QIIME 2 artifact'))
tool.append(_make_config())
Expand Down

0 comments on commit 2b859f7

Please sign in to comment.