Skip to content

StringTie prepDE.py script needs length argument for calculating raw counts #266

@JohnHadish

Description

@JohnHadish

Description of the bug

Impacts Hisat2 and Star aligner.
The prepDE.py script is used to calculate raw counts. It has a parameter called -l (length) which requires the user to input the average length of each read. It defaults to 75 bp. Currently, GEMmaker does not reset this parameter. This will result in incorrect raw read counts being reported to the user.

the code for prepDE.py

http://ccb.jhu.edu/software/stringtie/dl/prepDE.py3

the code which needs to be changed:

https://github.com/SystemsGenetics/GEMmaker/blob/master/modules/local/stringtie_fpkm_tpm.nf

Suggested change:
pass an argument with readlength to stringtie, use this parameter

Command used and terminal output

No response

Relevant files

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions