De novo alignement with smrttools
2
0
Entering edit mode
3.8 years ago
pablo ▴ 300

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?

denovo alignment smrttools • 1.2k views
ADD COMMENT
0
Entering edit mode

Hi @pablo, can you give a bit more information, where in cromewell.conf file you add this information?

ADD REPLY
1
Entering edit mode
3.8 years ago
pablo ▴ 300

Actually, to run this kind of smrttools pipeline, you need to insert a cromwell.conf file in the command line. It includes settings, paramaters ... I found a solution : I don't put the HGAP_GenomeLength_str=13000000 in the command line but in that file. Cause even if I put the option HGAP_GenomeLength_str=13000000 in the commande line, it does not work.

ADD COMMENT
0
Entering edit mode
3.3 years ago
pablo ▴ 300

Hi @SP , I first defined the cromwell.conf file with pbcromwell configure --default-backend Local --output-file cromwell.conf , then I used that command line pbcromwell run pb_hgap4 -e subreadset.xml --config full/path/cromwell.conf --output-dir output_assembly

ADD COMMENT
0
Entering edit mode

Thank you for replying, one more question, where (under which tag) do you add HGAP_GenomeLength_str=13000000 parameter in the cromwell.conf file. Thank you in advance

ADD REPLY

Login before adding your answer.

Traffic: 2133 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6