liulab-dfci / RIMA_pipeline

68 stars 21 forks source link

Change the structure of reference #7

Closed Lindky closed 2 years ago

Lindky commented 2 years ago

There are few major changes:

  1. Move all of the version dependency files from GitHub to ref_folder. Idea: the version of reference only depends on the version of the reference folder you download. It won't be affected by the files from the GitHub repository.

  2. tx2gene file is the file to convert the gene transcript to gene symbol. Since this is the version dependency file, I move this file from the static folder to the reference folder. This file will also affect preprocessing cohort module and differential module. So I also modified the corresponding snakemake files.

  3. remove the ./tmp folder pyPrada generated that may cause an issue when people do a second run.

  4. change the ref.yaml to follow the new format of reference folder, and remove some unnecessary reference files.

  5. remove some redundant "/" symbols in snakemake execution file