You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have aligned a single-read R1 file with a virus genome using bwa. Next step, I am extracting mapped reads from this bam file. I am following these steps.
I have aligned a single-read R1 file with a virus genome using bwa. Next step, I am extracting mapped reads from this bam file. I am following these steps.
samtools fastq -F 260 -@ 8 S1_sotred.bam | gzip > S1_mapped.fastq.gz
unicycler -t 8 -s S1_mapped.fastq.gz -o unicycler_S1
However, Unicycler was not able to make any assembly. Please suggest any solution.
The text was updated successfully, but these errors were encountered: