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

two pairs of short reads #270

Closed
herber4 opened this issue Aug 18, 2021 · 1 comment
Closed

two pairs of short reads #270

herber4 opened this issue Aug 18, 2021 · 1 comment

Comments

@herber4
Copy link

herber4 commented Aug 18, 2021

is there a way to input more than one pair of short reads?

@rrwick
Copy link
Owner

rrwick commented Jan 19, 2022

Not directly into Unicycler, no. However, you could just combine them:

cat a_reads_1.fastq.gz b_reads_1.fastq.gz > combined_reads_1.fastq.gz
cat a_reads_2.fastq.gz b_reads_2.fastq.gz > combined_reads_2.fastq.gz

And then give them to Unicycler as a 'single' read set. This will probably work best if the two read sets have not-too-different read lengths and insert sizes.

Ryan

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

2 participants