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
Hi, I don't understand what is wrong ...
I have a fastq file with the following sequences. (My barcode is under bracket):
@MN00591:192:000H332YK:1:11102:20930:2477 1:N:0:1 GCCCCCAAAATCAGCGAAATGGGCGCCATTGGTGATGACACCAGGCATCAGAATAAATGTTGTCGGCGAGATATTTGTCGGTCCCAGACTTTCGCTGAACGGCCACGGAGATAGGGCTAGGAGTAACCAGAATGGAGAACGC [ATATCATTAACAGAG] GGTACGCTCATCAGAATTAACC + FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
My barcode file contains the barcode :
#filename,#index1,#index2 A11,ATATCATTAACAGAG, H10,ATTAATAGTGGTATG,
But the following command keep creating 0 bytes files.
defq -i file.fastq -o demux_out_dir -s index.csv -f .fastq -z 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I don't understand what is wrong ...
I have a fastq file with the following sequences. (My barcode is under bracket):
My barcode file contains the barcode :
But the following command keep creating 0 bytes files.
The text was updated successfully, but these errors were encountered: