While it gave me back 18 chromosomes output, there still had nothing for the rest 6 chromosomes.
And here is the last running message from IMSindel, I am not sure whether it is a warning message or not, but It stuck here for a week.
<Thread:0x000055c92855a360@/home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:84 run> terminated with exception (report_on_exception is true):
/home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus_util.rb:17:in trim_consensus': undefined methodinclude?' for nil:NilClass (NoMethodError)
from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:102:in block in make_consensus' from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:100:ineach'
from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:100:in with_index' from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:100:inmake_consensus'
from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:85:in block (2 levels) in make_consensus_with_threads' /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus_util.rb:17:intrim_consensus': undefined method include?' for nil:NilClass (NoMethodError) from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:102:inblock in make_consensus'
from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:100:in each' from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:100:inwith_index'
from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:100:in make_consensus' from /home/IFNgroup/yejianyu/IMSindel/lib/ims_indel/consensus.rb:85:inblock (2 levels) in make_consensus_with_threads'
Hi, I used following command to process 24 chromosome simultaneously:
cat 1.txt | parallel /home/IFNgroup/yejianyu/IMSindel/bin/imsindel --thread 1 --chr {} --bam /home/IFNgroup/yejianyu/Whloe_Genome_sequence/202201_WGS/data_process/P1_NORM_GRCh38_HBV.sort.bam --outd P1_Norm --indelsize 10000 --reffa /home/IFNgroup/yejianyu/ref/bwa_build_index/GRCh38.fa (40 threads, 128 GB ram)
head 1.txt chr1 chr2 chr3 chr4 chr5
While it gave me back 18 chromosomes output, there still had nothing for the rest 6 chromosomes. And here is the last running message from IMSindel, I am not sure whether it is a warning message or not, but It stuck here for a week.