bioinfo-chru-strasbourg / howard

Highly Open Workflow for Annotation & Ranking toward genomic variant Discovery
GNU Affero General Public License v3.0
6 stars 2 forks source link

Add uniquify option for dbNSFP database generation #254

Closed antonylebechec closed 2 months ago

antonylebechec commented 2 months ago

Generation of dbNSFP database actually uniquify values (e.g. "D,T,.,T" as "D,T"). These values are formatted as list because of transcript granularity (see Ensembl column). Uniquify allows to provide a "variant" point of view, instead of a "transcript" point of view. Add an option (default False) to uniquify or NOT uniquify values, in order to keep (or not) transcript information.

antonylebechec commented 2 months ago

done.