Hello,
I work with smrttools and the tools hgap4 to make a de novo alignement.
This my command line :
pbcromwell run pb_hgap4 -e /home/my.subreadset.xml --task-option HGAP_GenomeLength_str 13000000 --nproc 32 --config /home/cromwell.conf
The problem is with the option HGAP_GenomeLength_str
. I got :
pbcromwell: error: unrecognized arguments: 13000000
I don't know what syntax to use to add this argument. I had many tries : HGAP_GenomeLength_str = 13000000
; HGAP_GenomeLength_str '13000000'
; HGAP_GenomeLength_str = [13000000]
..... But it still doesn't work.
Any help?
Hi @pablo, can you give a bit more information, where in cromewell.conf file you add this information?