You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master/lib/HifiasmApp
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ Hifiasm long read genome assembler
17
17
EOS
18
18
19
19
@required_columns=['Name','Read1']
20
-
@required_params=['ReadOpt']
20
+
@required_params=['inputType']
21
21
# optional params
22
22
@params['cores']='8'
23
23
@params['ram']='30'
24
24
@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'
0 commit comments