maxplanck-ie / snakepipes

Customizable workflows based on snakemake and python for the analysis of NGS data
http://snakepipes.readthedocs.io
381 stars 85 forks source link

Error in mRNA-seq allelic-mapping when using custom genome #1009

Open caballero opened 5 months ago

caballero commented 5 months ago

Running the mRNA-seq in allelic-mapping mode when a custom reference genome is passed a YAML file (not being a registered genome by snakePipes) has issues because, during the diploid genome generation, it adds the full path to the YAML file to the expected files, causing errors for missing files.

This is not happening when a genome is passed by the id (i.e. dm6) this is not a problem as files just added the label to the files.

Possible solutions:

katsikora commented 4 weeks ago

I believe that this should now be fixed, but I'd add a CI test.