Open farzamani opened 11 months ago
Sorry for the late reply, but is the file stored on a remote drive that is mounted locally? Circtools only would print this warning if the file size is 0
:
os.stat(filename).st_size == 0:
I have seen such issues on Samba file systems, but not on local storage.
I tried both circtools detect v1.3.1 and DCC v0.5.0 using this command in Snakemake:
I only used one sample, paired-end read
and
However, the Chimeric.junction.out in mate1 is empty. Then I got this error message:
Additional context I have been using this tool several times. This tool worked well if the chimeric.junction file is not empty.
I saw a related issue here: https://github.com/dieterich-lab/DCC/issues/8, but it seems the problem still occurs.
Thanks! Any help would be appreciated :)
Update I used more than one sample, and make a mate1, mate2, and samplesheet file instead of linking it directly to the Chimeric.out.junction
Here is the command:
And this is the error message: