-
Notifications
You must be signed in to change notification settings - Fork 4
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
what is "_DUX4_patched " at the end of the test count file? #2
Comments
In our pipeline, we specifically rescued the counts for DUX4 gene because DUX4 naturally has multiple copies in the genome and would lower the mapping quality and underestimate the reads for the DUX4 gene. We have a script to do this job after the running of HTseqcount. But the B-ALL subtyping pipeline should work fine without this extra job. We have added a new folder: https://github.com/gu-lab20/MD-ALL/tree/master/DUX4_patch to include the scripts for this purpose. |
I ran the script with this command: "./HTSeqDUX4patch.pl -f Homo_sapiens.GRCh38.V102.withChr.Exon.DUX4.bed -b F1_STAR_HG38_sorted.bam -h F1.HTSeq -o F1.HTSeq.DUX4patch" This error appears and it seems to need ".bai" file too: Use of uninitialized value $chr in concatenation (.) or string at ./HTSeqDUX4patch.pl line 28, line 1. |
Yes. It will need the bai file since the underlying code is based on samtools to select the reads within DUX4 gene regions. |
No description provided.
The text was updated successfully, but these errors were encountered: