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
I‘m afraid my problem about nextgraph_options still remain
When nextgraph_options = -a 3 , it shows like
Traceback (most recent call last):
File "/home/daiwei/NextDenovo/nextDenovo", line 850, in
main(args)
File "/home/daiwei/NextDenovo/nextDenovo", line 821, in main
asm, stat = gather_ctg_cns_output(cfg, task.jobs, seq_info)
File "/home/daiwei/NextDenovo/nextDenovo", line 293, in gather_ctg_cns_output
out = cal_n50_info(stat, asm + '.stat')
File "/home/daiwei/NextDenovo/lib/kit.py", line 204, in cal_n50_info
out += "%-5s %18d%20s\n" % ("Min.", stat[-1], '-')
IndexError: list index out of range
This error casue the nextDenovo can't carry on with any further processing.
And i'm pretty sure When nextgraph_options = -a 1that i can't find gfa in /NextDenovo/test_data/01_rundir/03.ctg_graph/01.ctg_graph.sh.work/ctg_graph1/
Neither nextgraph_options = -a 3 nor nextgraph_options = -a 1
my folder content are as shown in this figure
I would like to consult about such a situation. Thank you sincerely @moold .
The text was updated successfully, but these errors were encountered:
Thank you Dr.Hu for your reply.
I‘m afraid my problem about nextgraph_options still remain
When
nextgraph_options = -a 3
, it shows likeThis error casue the nextDenovo can't carry on with any further processing.
And i'm pretty sure When
nextgraph_options = -a 1
that i can't find gfa in/NextDenovo/test_data/01_rundir/03.ctg_graph/01.ctg_graph.sh.work/ctg_graph1/
Neither
nextgraph_options = -a 3
nornextgraph_options = -a 1
my folder content are as shown in this figure
I would like to consult about such a situation. Thank you sincerely @moold .
The text was updated successfully, but these errors were encountered: