Closed francicco closed 6 months ago
Hi @francicco,
Ok, so I see this error in the log:
pigz: skipping: ont_reads.fasta.gz unrecognized format
[2024-02-24 11:56:22][ERROR] A helper process has finished unsuccessfully:
PID: 80660
I see a couple of other things that look funny - In Tigmint, it looks like it's using ont_reads.fasta
, but in ntLink/ARKS, it's using ont_reads.fasta.gz
?
/user/home/tk19812/.conda/envs/longstitch/bin/share/tigmint-1.2.9-0/bin/tigmint_estimate_dist.py ont_reads.fasta -n 1000000 -o ont_reads.tigmint-long.params.tsv
sh -c '/user/home/tk19812/.conda/envs/longstitch/bin/share/tigmint-1.2.9-0/bin/../src/long-to-linked-pe -l 250 -m2000 -g250000000 -s -b ont_reads.barcode-multiplicity.tsv --bx -t8 --fasta -f ont_reads.tigmint-long.params.tsv ont_reads.fasta | \
minimap2 -y -t8 -x map-ont --secondary=no DraftGenome.fa - | \
/user/home/tk19812/.conda/envs/longstitch/bin/share/tigmint-1.2.9-0/bin/tigmint_molecule_paf.py -q0 -s2000 -p ont_reads.tigmint-long.params.tsv - | sort -k1,1 -k2,2n -k3,3n > DraftGenome.ont_reads.cut250.molecule.size2000.distauto.bed'
/user/work/tk19812/.conda/envs/longstitch/bin/share/arcs-1.2.5-0/bin//../src/long-to-linked-pe -l 250 -t 8 -m2000 ont_reads.fasta.gz |\
arcs --arks -v -D -B 20 -f DraftGenome.cut250.tigmint.fa.k24.w150.z1000.ntLink.scaffolds.renamed.fa -c 4 -m 8-10000 -r 0.05 -e 30000 -z 1000 -j 0.05 -k 20 -t 8 -d 0 --gap 100 -b DraftGenome.cut250.tigmint.fa.k24.w150.z1000.ntLink.scaffolds_c4_m8-10000_cut250_k20_r0.05_e30000_z1000 -u ont_reads.barcode-multiplicity.tsv /dev/stdin
Which is the file that you're intending to use?
If the file is ont_reads.fasta.gz
, try updating your longstitch
installation, including the Tigmint dependency. It looks like you are using Tigmint v1.2.9, but the release v1.2.10 is the one that supports fasta.gz
format (https://github.com/bcgsc/tigmint/releases/tag/v1.2.10)
Thank you for your interest in LongStitch! Lauren
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your interest in LongStitch!
Hi,
I'm trying to use longstich with ont data on an assebly done with flye. But I'm betting this errors. I don't quite understand the nature of the errors.
Thanks a lot F