Hi, I would like to run HINGE assembler (https://github.com/HingeAssembler/HINGE). However, I just wonder wether the neccerry steps (https://github.com/HingeAssembler/HINGE/blob/master/demo/NCTC9657_demo/run.sh) could be splitted and run on different computers and later merged?
fasta2DB NCTC9657 reads.pb.fasta
DBsplit NCTC9657
HPC.daligner NCTC9657 | bash -v
rm NCTC9657.*.NCTC9657.*.las
LAmerge NCTC9657.las NCTC9657.[0-9].las
DASqv -c100 NCTC9657 NCTC9657.las
Thank you in advance.
Michal
Hi, in the meantime I started to split the database with the following command:
It created the following files:
How can I run HPC.daligner on different computers?
Thank you in advance
Hi,
I got many
daligner: Track 'dust' annotation file is junk
with the following commandsI wrote the following script to submit each command from
test.01.OVL
parallel.The script gets executed as following way
sh HPC.daligner_pbs.sh test.01.OVL
Did I miss anything?
Thank you in advance.