Closed FedericaBrando closed 6 months ago
as of now, vep.tsv.gz is produced by:
vep.tsv.gz
This scripts calls another [script]() that calls:
python ${SCRIPT_FOLDER}/mutations.py -r ${CDS} -o ${tmpdir}/mutations.tsv
The cds of reference is cds.regions.tsv.
Since vep.tsv.gz is used by IntOGen only in the SaturationStep (IntOGen-BoostDM connection) and in BoostDM in these steps:
We have two options we can follow:
step:
cds.regions.tsv
canonical.regions.gz
Running build for vep.tsv.gz file with canonical.regions.gz as reference.
New vep.tsv.gz available. Now including 25bp for splicing regions.
as of now,
vep.tsv.gz
is produced by:This scripts calls another [script]() that calls:
The cds of reference is cds.regions.tsv.
Since vep.tsv.gz is used by IntOGen only in the SaturationStep (IntOGen-BoostDM connection) and in BoostDM in these steps:
We have two options we can follow:
step:
cds.regions.tsv
as reference we can use thecanonical.regions.gz
. [easy-fix]step: