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
I am trying to map exome capture reads against a genome using BWA and I received the following error message
[M::bwa_idx_load_from_disk] read 0 ALT contigs _R1_val_1.fq.gz'.l to open file `/path/to/trimmed/reads/sample1
My command was:
bwa index -a bwtsw reference.fasta bwa mem -t 32 reference.fasta sample1_R1_val_1.fq.gz sample1_R2_val_2.fq.gz > sample1.sam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to map exome capture reads against a genome using BWA and I received the following error message
My command was:
The text was updated successfully, but these errors were encountered: