UCSF-DSCOLAB / data_processing_pipelines

A repository to store the existing pipelines to process the various CoLabs datasets
0 stars 1 forks source link

Simplify user configuration for reference genomes for bulk RNAseq #58

Open AlaaALatif opened 9 months ago

AlaaALatif commented 9 months ago

As of now, the default reference genome for the bulk RNAseq pipeline is Human (GRCh38.p14). However if the user wanted to change this, they are expected to supply the locations to all the relevant genome files inside config/references.config. This should be better simplified, where a user can specify "high-level" information about their reference (e.g. "Human", "Mouse"), the pipeline would then interpolate the information into the relevant filepaths for the reference genome.