TheJacksonLaboratory / splicing-pipelines-nf

Repository for the Anczukow-Lab splicing pipeline
14 stars 10 forks source link

Adding hg19 to 'assembly_name' parameter options and post processing #157

Open angarb opened 4 years ago

angarb commented 4 years ago

Problem

I need to run one set of samples with the hg19 reference genome for a collaborator. The pipeline is not currently fully equipped to run 'hg19'. (We do have the gtf and star indices already downloaded.)

Solution

Are there any other places that the 'assembly_name' parameter is used in the pipeline?

Implementation

Vlad-Dembrovskyi commented 3 years ago

If we ever need to add a new reference genome - there is a problem that in many places it is now hardcoded for GRCh38 or mm10.

For now we need to document all such cases to know what to change when the time comes.