Hello! I am trying to run xTea long on a nanopore sequence. Could you help me figure out what the problem is? From looking through these issues it seems most similar to issue #22 except that it does not correctly generate the files you ask for and fails almost immediately.
...
[ERROR] failed to open file '/PREFIX_PATH/FILE/ghost_reads.fa.separate_flanking.fa': No such file or directory
[main_samview] fail to read the header from "-".
[W::hts_set_opt] Cannot change block size for this format
samtools sort: failed to read header from "-"
[E::hts_open_format] Failed to open file "/PREFIX_PATH/FILE/ghost_reads.fa.separate_flanking.fa.algn_2_itself.sorted.bam" : No such file or directory
Error: File None doesn't exist!!!
...
Traceback (most recent call last):
File "/XTEA_PATH/xTea/xtea_long/l_main.py", line 311, in <module>
lrc.classify_ins_seqs(sf_rep_ins, sf_ref, flk_lenth, sf_rslt)
File "/XTEA_PATH/xTea/xtea_long/l_rep_classification.py", line 175, in classify_ins_seqs
self.get_unmasked_seqs(sf_rep_ins_tmp, sf_tmp_out, sf_new_tmp)
File "/XTEA_PATH/xTea/xtea_long/l_rep_classification.py", line 297, in get_unmasked_seqs
with pysam.FastxFile(sf_ori) as fin_ori, open(sf_new, "w") as fout_new:
File "pysam/libcfaidx.pyx", line 551, in pysam.libcfaidx.FastxFile.__cinit__
File "pysam/libcfaidx.pyx", line 581, in pysam.libcfaidx.FastxFile._open
OSError: file `/PREFIX_PATH/FILE/all_ins_seqs.fa` not found
And these files are generated:
all_ins_seqs.fa.sites
candidate_list_from_clip.txt.left_breakponts
pub_clip
tmp
bam_list.txt
candidate_list_from_clip.txt.right_breakponts
run_xTEA_pipeline.sh
xtea.config
candidate_list_from_clip.txt
classified_results.txt.polyA.txt
sample_id.txt
Although all but run_xTEA_pipeline.sh, sample_id.txt, and xtea.config are all 0 bytes and thus empty.
Hello! I am trying to run xTea long on a nanopore sequence. Could you help me figure out what the problem is? From looking through these issues it seems most similar to issue #22 except that it does not correctly generate the files you ask for and fails almost immediately.
My batch file looks like this:
The error message looks like this:
And these files are generated: all_ins_seqs.fa.sites candidate_list_from_clip.txt.left_breakponts pub_clip tmp bam_list.txt candidate_list_from_clip.txt.right_breakponts run_xTEA_pipeline.sh xtea.config candidate_list_from_clip.txt classified_results.txt.polyA.txt sample_id.txt
Although all but run_xTEA_pipeline.sh, sample_id.txt, and xtea.config are all 0 bytes and thus empty.
Your help would be very much appreciated!