-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to add Illumina paired end raw reads? #7
Comments
Hello Ural, Best regards, |
Dear Robert! Flye made 226 contigs, with the longest 13,549,627. What do you think, can I try the -u parameter to obtain longer contigs? What are the expected disadvantages when I use -u parameter? Thank you in advance. My input nanopore.fq file summary:
Best regards, |
Hi Ural, Best regards, |
Thank you! |
Hi Robert, My data: Input file ONT.fq Illunima.fq |
Hi Ural, Best regards, |
Thank you! |
Hi Robert! head -5 assembly.fasta.ann Questions: Do you have a manual about this? Thank you for advance! Best regards, Appendix |
Hello Ural,
Best regards, |
~/Assemb/Ra$ ra -x ont -t 4 ${path_in}${file} > acerana/assembly.fasta Then I have polised Ra output using a Pilon with Illumona reads: java -d64 -Xms1G -Xmx200G -jar ${pilon_jar} --genome ${assembly} --frags ${frags} --threads ${threads} --changes --fix all --output ${prefix} --outdir ${outdir} --debug 3>&1 1>&2 2>&3 > ${prefix}.log~/Assemb/Ra/acerana$ ls -alh It is still unclear: Thank you! |
No idea what the other numbers are, you should check the Pilon documentation to see what is stored in the .ann file. |
sivico26 commented on May 20:
The command line I used to run Ra was the following:
ra -t $threads -x ont $ont_reads reads/ngs.fastq.gz > assembly.fasta
where $threads was set to 24 and $ont_reads, was the path to ont-reads and ngs.fastq.gz are Illumina reads.
BUT it is not clear WHAT is ngs.fastq.gz file? Paired-end raw reads?
My question is how to use Illumina paired-end raw reads?
I am going to use Illumina paired-end raw reads (DRR_1.fastq DRR_2.fastq) to polish my scaffolds.
Is this command correct?
ra -t $threads -x ont ont_reads.fastq DRR_1.fastq DRR_2.fastq > assembly.fasta`
The text was updated successfully, but these errors were encountered: