You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the VILOCA rule in v-pipe one can not set the --windowsize parameter directly (through extra in the config file). Instead, in v-pipe's the viloca rule, --windowsize (-w) is set to WINDOW_LEN, which is a function of (I believe) the 3rd column of samples.tsv file. See below (line 389 in snv.smk):
It would be good, if the --windowsize parameter set under extra (see below) would overwrite the ${{WINDOW_LEN}} value. Otherwise, if no 3rd row is specified in samples.tsv, ${{WINDOW_LEN}} is calculated with v-pipe default values and this is not really transparent for the user, who's mainly focused on running VILOCA.
The problem
When using the VILOCA rule in v-pipe one can not set the
--windowsize
parameter directly (throughextra
in the config file). Instead, in v-pipe's the viloca rule,--windowsize (-w)
is set to WINDOW_LEN, which is a function of (I believe) the 3rd column of samples.tsv file. See below (line 389 in snv.smk):Expected behavior
It would be good, if the
--windowsize
parameter set underextra
(see below) would overwrite the${{WINDOW_LEN}}
value. Otherwise, if no 3rd row is specified in samples.tsv, ${{WINDOW_LEN}} is calculated with v-pipe default values and this is not really transparent for the user, who's mainly focused on running VILOCA.Desktop :
The text was updated successfully, but these errors were encountered: