Releases: BCCDC-PHL/fluflo
Releases · BCCDC-PHL/fluflo
v1.0.1
v1.0.0
- Visualize bootstrap support values in Nextstrain (with auspice view)
- Upgrade to augur v31.1.0 which requires different gff3 for concat sequences as input - see README & #16
- Add AUGUR_RECURSION_LIMIT env var to task environment to fix #17
- Remove conda environment yaml associated with fluflo release v0.4.0
v0.4.0
- Bundling as final release v0.4.0 so can safely release v1.0.0 which contains updated env (
augur&auspice) without changing routine processes for users pulling from-r main. - Note: while bootstrap supported trees may be generated in this release, visualization of them is NOT supported but will be in fluflo v1.0.0. This requires an update to environment (see #16) with breaking change (
augur v31.1.0requires different gff3 for concat sequences as input) so tagging this release to decouple from main. - Add AUGUR_RECURSION_LIMIT env var to task environment
- Fix conda env by simplifying
v0.3.0
v0.2.0
- Ability to specify reference genome in the form of an a) GenBank file or b) FASTA file (also requires GFF file). The option to specify the FASTA format originated from the need to construct a more tailored reference genome than may be available (ex. concatenated segments). This feature is added in PR #6.