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

Qualimap protocol parameter not passed #412

Closed
ameynert opened this issue Apr 22, 2020 · 3 comments
Closed

Qualimap protocol parameter not passed #412

ameynert opened this issue Apr 22, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@ameynert
Copy link

Running with --reverseStranded, the Qualimap .command.sh looks like this:

#!/bin/bash -euo pipefail
unset DISPLAY
qualimap --java-mem-size=8G rnaseq strand-specific-reverse -pe -s -bam sample.sortedByCoord.out.bam -gtf Homo_sapiens.GRCh38.99.gtf -outdir sample.sortedByCoord.out

It's missing the '-p' in front of strand-specific-reverse.

Output:

    bam file = sample.sortedByCoord.out.bam
    gff file = Homo_sapiens.GRCh38.99.gtf
    counting algorithm = uniquely-mapped-reads
    protocol = non-strand-specific

Should be protocol = strand-specific-reverse

@RoganGrant
Copy link
Member

RoganGrant commented May 28, 2020

I noticed the same issue with reverse stranding, single-end data

@apeltzer apeltzer added the bug Something isn't working label May 28, 2020
@apeltzer
Copy link
Member

Double checked and the current dev branch doesn't show this anymore 👍 So closing this :-)

@apeltzer
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants