We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposal to strip any trailing Ns from index sequences in sample sheets in the make_fastqs command/pipeline. For example:
N
make_fastqs
SM1,SM1,,,,,CCGCGGTTNNNNNNN,,CTAGCGCT,Test,
should be transformed to
SM1,SM1,,,,,CCGCGGTT,,CTAGCGCT,Test,
While BaseSpace treats Ns as matching any base, bcl2fastq cannot handle the presence of Ns.
bcl2fastq
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal to strip any trailing
N
s from index sequences in sample sheets in themake_fastqs
command/pipeline. For example:should be transformed to
While BaseSpace treats
N
s as matching any base,bcl2fastq
cannot handle the presence ofN
s.The text was updated successfully, but these errors were encountered: