MonashBioinformaticsPlatform / RNAsik-pipe

RNAsik - more than just a pipeline
https://monashbioinformaticsplatform.github.io/RNAsik-pipe/
Apache License 2.0
13 stars 5 forks source link

get_geneids.py should fallback to existing IDs if 'nice' ID discovery fails #47

Open pansapiens opened 5 years ago

pansapiens commented 5 years ago

To prevent generation of empty *Counts-withNames.txt files, get_geneids.py should fallback to using whatever IDs are in the featureCounts CSV if the script fails to extract the the 'nice' IDs from the GTF/GFF. This way we always get a Degust-compatible counts file even if it doesn't have ideal transcript/gene names.