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

Does QoRTs can take more than one fastq files ? #70

Open
paulinefx opened this issue Oct 24, 2018 · 1 comment
Open

Does QoRTs can take more than one fastq files ? #70

paulinefx opened this issue Oct 24, 2018 · 1 comment

Comments

@paulinefx
Copy link

Hello,

I want to run QoRTs for my samples. I have several fastq files for each sample, as the sequencing as been run on several lines. Do I have to merge the files or QoRTs accepts several files ?
If it does accept several files, is there a specific command line to use ?

Thanks,
Kind regards,

Pauline

@hartleys
Copy link
Owner

There are a number of options here. The easiest is to simply concatenate the files using the cat command:

<( cat file1.fa file2.fa ... )

Use the above instead of a file name. Bash will automatically hand qorts a "file" with the fastas concatenated.

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