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 am getting an error while trying to use the steps of the simple_consensus_caller that presumably suggests that the ccs reads and subreads are out of order, but they do not seem to be. I am guessing maybe that the error is actually occurring because there is only one subread for the ccs read?
python ~/git/VariantWorks/samples/simple_consensus_caller/pileup_hdf5_generator.py --draft-file ../9.ccs-all.bam --subreads-file 9.bam --reference /nfs/scistore16/itgrp/bioinf/projects/DA0030/2021_Aug_27/analysis.5/raw/pg_asm-0.4.10/Sample9/9-peregrine-2021-0.4.10-3x-circlator.fasta -o train.hdf -t 4
Working directory /tmp/variantworks_consensus_sample_pileup_hdf5_06.03.2022-12:42:28_l3big6u_...
Traceback (most recent call last):
File "/nfs/scistore16/itgrp/jelbers/git/VariantWorks/samples/simple_consensus_caller/pileup_hdf5_generator.py", line 386, in<module>
generate_hdf5(parsed_args)
File "/nfs/scistore16/itgrp/jelbers/git/VariantWorks/samples/simple_consensus_caller/pileup_hdf5_generator.py", line 315, in generate_hdf5
foroutin pool.imap(encode_func, folders_to_encode):
File "/nfs/scistore16/itgrp/jelbers/miniconda3/envs/variantworks/lib/python3.7/multiprocessing/pool.py", line 748, in next
raise value
AssertionError: There is a mismatch in the entries order in the draft and draft2ref file: draft:4194672, draft2ref:4194781
Hi,
I am getting an error while trying to use the steps of the simple_consensus_caller that presumably suggests that the ccs reads and subreads are out of order, but they do not seem to be. I am guessing maybe that the error is actually occurring because there is only one subread for the ccs read?
The text was updated successfully, but these errors were encountered: