-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create_full_length_virus #1
Comments
Hi, Regardless, the SNP/coords file etc. are not produced by Haploflow itself, but by running QUAST. What you would need to do is run quast with the contig file and e.g. HXB2 as reference (I blasted the short contig from the log and it matched basically perfectly to the JRCSF strain, so using that as reference might be even better) and then use these files as input for the |
thank you for your prompt response! I did not realize I need QUAST, sorry. will do it now |
I was able to install and run quast with HXB2.fasta and HXB2.gff3 references. thank you! |
Yes, sorry the overview in this repository is not particularly easy to follow and was written with a previous version of QUAST in mind. |
I have all but the bam output. when I run what you suggest above, I still have the same error
see attached. if you have 2' does that work on your laptop? hopefully we are close! |
I created a small bamfile using minimap and tried the following command: Note that quast reports one of the contigs as unaligned to the reference (probably because the "error rate" is too high), so there are only two full length contigs. Maybe you need to set the Also, all three contigs in the contigs.fa file are basically full length (9084, 8982, 8899 bases) |
thank you. I will give it a try! |
it worked after updating to the lsat commit. |
Hello
I am trying to apply Haploflow to a set of nanopore FL SIV data.
I figured I would start with the toy3.fq example (I installed haploflow with anaconda)
it does generate 2 outputs : contigs.fa and Cov.tsv (no graph?, nothing else) without error message - log attached
my goal was to create fl viruses but it does not seem to work. can you help?
I have tried
python create_full_length_virus.py contigs.fa
or with a reference
ython create_full_length_virus.py contigs.fa HXB2.fasta
I do not have snp files , coords_file or duplication_ratio_file as part of the haploflow output. I guess I am missing something obvious here
thank you!
log.txt
The text was updated successfully, but these errors were encountered: