issues
search
FINNGEN
/
autoreporting
MIT License
0
stars
1
forks
source link
simplify wdl and remove code duplication
#177
Closed
Lipastomies
closed
3 years ago
Lipastomies
commented
3 years ago
Some things that make the wdl easier to read and work on
Point inputs not changing between phenos directly to task
change python's "{}".format(val) to f"{val}", making the thing easier to read.
Some things that make the wdl easier to read and work on