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
Providing augur ancestral with a VCF input (--alignment foo.vcf) and not specifying a output VCF will result in the input VCF being overwritten. That's due to this line, which replaces the input alignment's suffix with 'vcf':
This is consistent with augur's general behaviour of "request a file for
it to be produced". Moreover, the previous code would ~always result in
the VCF input file being overwritten.
This is potentially a backwards compatible change. The number of users
expected to be affected is minimal (perhaps zero).
Closes#1343.
This is consistent with augur's general behaviour of "request a file for
it to be produced". Moreover, the previous code would ~always result in
the VCF input file being overwritten.
This is potentially a backwards compatible change. The number of users
expected to be affected is minimal (perhaps zero).
Closes#1343.
This is consistent with augur's general behaviour of "request a file for
it to be produced". Moreover, the previous code would ~always result in
the VCF input file being overwritten.
This is potentially a backwards compatible change. The number of users
expected to be affected is minimal (perhaps zero).
Closes#1343.
This is consistent with augur's general behaviour of "request a file for
it to be produced". Moreover, the previous code would ~always result in
the VCF input file being overwritten.
This is potentially a backwards compatible change. The number of users
expected to be affected is minimal (perhaps zero).
Closes#1343.
Current Behavior
Providing
augur ancestral
with a VCF input (--alignment foo.vcf
) and not specifying a output VCF will result in the input VCF being overwritten. That's due to this line, which replaces the input alignment's suffix with 'vcf':augur/augur/ancestral.py
Line 373 in 7cb3848
Expected behavior
We shouldn't be producing files unless requested to do so. I suggest only exporting a VCF if
--output-vcf
is provided.Your environment: if running Nextstrain locally
augur 23.1.1
The text was updated successfully, but these errors were encountered: