Skip to content

Running with more than one file for left/right reads #23

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

Open
holtgrewe opened this issue Sep 13, 2017 · 1 comment
Open

Running with more than one file for left/right reads #23

holtgrewe opened this issue Sep 13, 2017 · 1 comment

Comments

@holtgrewe
Copy link

In practice, we often have more than one left and right read file as we split experiments over lanes.

What's the best way to call pizzly (and Kallisto) in this case?

@pmelsted
Copy link
Owner

Run all readfiles from the same sample in a single kallisto command

kallisto quant ... --fusion file1.R1.fastq.gz file1.R2.fastq.gz file2.R1.fastq.gz file2.R2.fastq.gz ...

This is equivalent to cating them to a single file. The pizzly command doesn't change

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