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
--readFilesIn parameter:
# for single end:
--readFilesIn Reads.fastq
# for paired-end
--readFilesIn Read1.fastq Read2.fastq
# for multiple fastq(.gz) in a single run (several lanes of the same library for instance)
--readFilesIn Read1a.gz,Read1b.gz Read2a.gz,Read2b.gz
# If the reads are all zipped, add this to the command
--readFilesCommand zcat
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: