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've tried to run tsolver.py after running your main finishing tool and it seems to struggle to find the raw reads files:
(...)
ERROR: The following critical files could not be used
/main/projects/anne_webb/fungi/Septoria/smartdenovo_assembly/Pilon/Zt_02_pilon/Zt_02_smis/raw_reads.part-20.fasta
Check your paths and file permissions and try again
ERROR: Could not parse delta file, /main/projects/anne_webb/fungi/Septoria/smartdenovo_assembly/Pilon/Zt_02_pilon/Zt_02_smis/seedReads20.delta
error no: 400
20
len(dataList) 0
I think it tries to look for the partitioned raw read files 1-20 in my case, which are named as follows, e.g for the 20th: tmp_rawreads.part-20.fasta
I renamed them to raw_reads.part-<0to20>.fasta and for the time being, it seems to work.
Kind regards,
A. Webb
The text was updated successfully, but these errors were encountered:
Tsolver only works under fairly restricted setting. It is an experimental module. While you are encouraged to try it, I recommend the output from the main FinisherSC more.
ERROR: The following critical files could not be used
/mnt/sdc1/Jit/genomes_polished/3C_genome/B_polishing/raw_reads.part-01.fasta
Check your paths and file permissions and try again
ERROR: Could not parse delta file, /mnt/sdc1/Jit/genomes_polished/3C_genome/B_polishing/seedReads01.delta
error no: 400
Is that critical ?
Note: I am using the old out folder location of finisherSC !
Dear Ka-Kit Lam
I've tried to run tsolver.py after running your main finishing tool and it seems to struggle to find the raw reads files:
(...)
ERROR: The following critical files could not be used
/main/projects/anne_webb/fungi/Septoria/smartdenovo_assembly/Pilon/Zt_02_pilon/Zt_02_smis/raw_reads.part-20.fasta
Check your paths and file permissions and try again
ERROR: Could not parse delta file, /main/projects/anne_webb/fungi/Septoria/smartdenovo_assembly/Pilon/Zt_02_pilon/Zt_02_smis/seedReads20.delta
error no: 400
20
len(dataList) 0
I think it tries to look for the partitioned raw read files 1-20 in my case, which are named as follows, e.g for the 20th: tmp_rawreads.part-20.fasta
I renamed them to raw_reads.part-<0to20>.fasta and for the time being, it seems to work.
Kind regards,
A. Webb
The text was updated successfully, but these errors were encountered: