Skip to content
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

no output? #53

Open
hstern2 opened this issue Oct 14, 2021 · 8 comments
Open

no output? #53

hstern2 opened this issue Oct 14, 2021 · 8 comments

Comments

@hstern2
Copy link

hstern2 commented Oct 14, 2021

Hi, we are trying to run raven 1.6.0 on x86_64, RHEL 7.9
we are not seeing any output with the following:

raven all_subreads.fq.gz interleaved.fq.gz

see attached, also log file..

Thanks for any suggestions!

all_subreads.fq.gz
interleaved.fq.gz

a.log

@rvaser
Copy link
Collaborator

rvaser commented Oct 15, 2021

Hello,
in Raven's GFA output there are two short non-circular sequences, ~8kbp and ~2kbp long, consisting of 3 connected reads each. Due to the small length, small amount of reads and non-circularity, Raven does not know what to do with them and does not polish/output them. You can get them with option --graphical-fragment-assembly raven.gfa and running awk '/^S/{print ">"$2;print $3}' raven.gfa > raven.fa. What is the expected output of your dataset (i.e. what did you sequence)?

Best regards,
Robert

@antoine4ucsd
Copy link

hello
just a quick follow up on this. I am new with raven. running on NP SIV data. I just tried

raven myfastq.gz

but only got a raven.cereal output. I was hoping to get fasta ouput that I could remap to my reference.

also I noticed you recommended to use rebaler if one is interested in mapping to ref and get a consenus. what would be the added value of a de novo assembly prior to rebaler. do you have any specific settings you'd recommend??

thank you!

@antoine4ucsd
Copy link

Hello
I just tried the following based on a closed issue:

raven -p 3 -t 30 input.fastq.gz > assembly.fa

but my output is empty. the only output I was able to get is the raven..cereal file.
How can I get a fasta output?
thank you +++

@rvaser
Copy link
Collaborator

rvaser commented May 18, 2022

Hi Antoine,
can you please tell me what NP SIV stands for?

Best regards,
Robert

P.s. Sorry for my late reply!

@antoine4ucsd
Copy link

sorry. nanopore simian immunodeficiency virus (~9kb)

@rvaser
Copy link
Collaborator

rvaser commented May 18, 2022

Raven has a cutoff on contig length at 10kbp. You can use option --graphical-fragment-assembly out.gfa and check if anything is inside.

On the other hand, does your data set even need assembly? Either 3rd gen sequencing technology could read the virus in whole and you can do some kind of multiple sequence alignment to get the consensus (not sure what your end goal is).

@antoine4ucsd
Copy link

thank you. I will give it a try.

@Lionward
Copy link

Raven has a cutoff on contig length at 10kbp. You can use option --graphical-fragment-assembly out.gfa and check if anything is inside.

On the other hand, does your data set even need assembly? Either 3rd gen sequencing technology could read the virus in whole and you can do some kind of multiple sequence alignment to get the consensus (not sure what your end goal is).
Hi,
I am facing a similar Problem, but while running raven in Python,
how can I use this command when I use ravenpy library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants