Skip to content
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

Unable to run hisatgenotype with pre-aligned data #71

Open
ryanalomair opened this issue May 9, 2022 · 1 comment
Open

Unable to run hisatgenotype with pre-aligned data #71

ryanalomair opened this issue May 9, 2022 · 1 comment

Comments

@ryanalomair
Copy link

Hello! I am trying to run hisatgenotype (installed manually using these instructions: https://daehwankimlab.github.io/hisat-genotype/manual/) using pre-aligned data with the following command:

./hisatgenotype --base hla --locus-list A,B,C,DRB1,DQA1,DQB1 -z . -f -1 ERR009096Aligned.sortedByCoord.out.extracted.1.fq -2 ERR009096Aligned.sortedByCoord.out.extracted.2.fq --in-dir /scratch1/rayyala/HLA_data/d1

Which returns the following:

==========================================
Files found: Omitted extracting reads from ERR009096Aligned.sortedByCoord.out.extracted.1.fq
A B C DRB1 DQA1 DQB1
Error in running HISATgenotype: Incomplete Align Return

The data was aligned using star aligner. Chromosome 6 was extracted from corresponding BAM files to convert back to FASTA format using samtools and bamtofastq. Do you have any thoughts or advice? Thanks!

@marchoeppner
Copy link

old thread, and not a developer, but make sure you name-sort the BAM file before you extract the reads back to fastq. Else the fastq files will be out of order and should probably fail the alignment stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants