-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
First off - thanks for this tool!
i ran the workflow on the test dataset with no problems, but I've been trying to test it on some genomes we sequenced, and am getting an error at the interval finding step.
This is the error message:
Error executing process > 'uv:intervals (1)'
Caused by:
Process `uv:intervals (1)` terminated with an error exit status (1)
Command executed:
find_phage_breakpoints.py --genome renamed_contigs.fasta --frames reading_frames.faa --hits aln.m8 --threshold 1 --names contig_names.txt --outdir results
cat results/*.bed > tmp
bedtools sort -i tmp > putative.bed
Command exit status:
1
Command output:
(empty)
Command error:
cat: 'results/*.bed': No such file or directory
Looking at the aln.m8 file in the relevant dir shows only a single hit.
Metadata
Metadata
Assignees
Labels
No labels