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 missing "-p" before $qualimap_direction #351

Closed
zxl124 opened this issue Dec 4, 2019 · 1 comment
Closed

Qualimap missing "-p" before $qualimap_direction #351

zxl124 opened this issue Dec 4, 2019 · 1 comment
Assignees

Comments

@zxl124
Copy link
Contributor

zxl124 commented Dec 4, 2019

According to Qualimap documentation, the syntax for specifying read strandedness is "-p ". Current code is missing the "-p" part. Proposed change:

- qualimap --java-mem-size=${memory} rnaseq $qualimap_direction $paired -s -bam $bam -gtf $gtf -outdir ${bam.baseName}
+ qualimap --java-mem-size=${memory} rnaseq -p $qualimap_direction $paired -s -bam $bam -gtf $gtf -outdir ${bam.baseName}
@ewels
Copy link
Member

ewels commented Dec 5, 2019

Fixed in #356

@ewels ewels closed this as completed Dec 5, 2019
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

3 participants