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
We perform the trimUTRFromAlignment process to remove 5' and 3' untranslated regions from the aligned consensus. The positions where those trims are made are currently hard-coded on this line:
Those positions should be made configurable via parameters (eg. --trim_utr_start and --trim_utr_end or similar). The default values should be set to the current values that we have hard-coded.
The text was updated successfully, but these errors were encountered:
We perform the
trimUTRFromAlignment
process to remove 5' and 3' untranslated regions from the aligned consensus. The positions where those trims are made are currently hard-coded on this line:ncov2019-artic-nf/modules/illumina.nf
Line 307 in f1e4160
Those positions should be made configurable via parameters (eg.
--trim_utr_start
and--trim_utr_end
or similar). The default values should be set to the current values that we have hard-coded.The text was updated successfully, but these errors were encountered: