-
Notifications
You must be signed in to change notification settings - Fork 16
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
Mapping by bwa error #22
Comments
Hi,
What's error it will return? |
Hi, |
I think the problem is the read group tag should be can you run the line below to see if it works?
|
It gave this output: |
I think the problem is similar to #23 now. |
Hi Lijia Yu, |
I have tried to edit a CNV in the example data EGFR_sort.bam, and I didn't encounter any error. My bwa version is
I am not able to help you check what's the problem in your bam file. |
Hi Lijia Yu,
When I was running sveditor.py script with an inversion variant as an input, the job was killed when the step of mapping by bwa starts
File "/home/asmmahmoud/ctg/varben/VarBen-master/bin/../varben/common/bamconvert.py", line 14, in _call
raise Exception("Cmd Error: %s" % cmd)
Exception: Cmd Error: bwa mem -R "@rg\tID:A4-NA24143-WEST_L1\tLB:RGLB\tPU:1\tSM:A4-NA24143-WEST" -t 1 /home/asmmahmoud/ctg/ref/GRCh38_full_analysis_set_plus_decoy_hla.fa /home/asmmahmoud/ctg/varben/inv_test/tempDir/edit.remap.to_1.fq /home/asmmahmoud/ctg/varben/inv_test/tempDir/edit.remap.to_2.fq >/home/asmmahmoud/ctg/varben/inv_test/tempDir/edit.remap.sam
Could you help me fix it ?
The text was updated successfully, but these errors were encountered: