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

Getting empty fastq files after partial typing #106

Open
mahlaranjeet opened this issue Jun 12, 2023 · 1 comment
Open

Getting empty fastq files after partial typing #106

mahlaranjeet opened this issue Jun 12, 2023 · 1 comment

Comments

@mahlaranjeet
Copy link

When it comes to test files, it is running fine, but with my own data .bam file it is giving me empty fastq files at partial typing and I don't know why it is so? My email address is mahlaranjeet@gmail.com; if you can suggest me the cause, please get back to me, I can share my bam file with you.

@emjbishop
Copy link

emjbishop commented Apr 2, 2024

I had the same issue with bam files sorted and indexed using samtools in my base conda environment. Turns out the samtools version installed with arcasHLA via conda doesn't work on my machine. You can test this for yourself by trying to run $ samtools within your arcas-hla environment.

To fix this, I downloaded and installed the tar.gz of the samtools version that works in my base environment (identified the version via conda list):

(arcas-hla) [04/02/24 13:11:38] emmabishop@bioinfo:~/Downloads$ wget https://anaconda.org/bioconda/samtools/1.6/download/linux-64/samtools-1.6-hb116620_7.tar.bz2
(arcas-hla) [04/02/24 13:13:14] emmabishop@bioinfo:~/Downloads$ conda install samtools-1.6-hb116620_7.tar.bz2 

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