Skip to content

Commit b4eb8c6

Browse files
committed
modify hifiasm app
1 parent fab79ec commit b4eb8c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

master/lib/HifiasmApp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Hifiasm long read genome assembler
1717
EOS
1818

1919
@required_columns = ['Name','Read1']
20-
@required_params = ['ReadOpt']
20+
@required_params = ['inputType']
2121
# optional params
2222
@params['cores'] = '8'
2323
@params['ram'] = '30'
2424
@params['scratch'] = '400'
25-
@params['ReadOpt'] = '--hifi'
26-
@params['ReadOpt', 'description'] = 'input read types: --ont for ONT reads. --hifi for PacBio HiFi reads.'
27-
@params['cmdOptions', 'description'] = 'specify other commandline options for Hifiasm; do not specify any option that is already covered by the dedicated input fields'
25+
@params['inputType'] = ["PacBio HiFi", "ONT"]
26+
@params['inputType', 'description'] = 'PacBio HiFi reads or Oxford nanopore reads'
27+
@params['cmdOptions', 'description'] = 'specify other commandline options for Canu; do not specify any option that is already covered by the dedicated input fields'
2828
@params['mail'] = ""
2929
@modules = ["Assembly/hifiasm", "Dev/R"]
3030
@inherit_tags = ["Factor", "B-Fabric", "Characteristic"]

0 commit comments

Comments
 (0)