-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve bin name clashes between Z and Y space in AAE (#382)
The AVAMB ensemble model produces bins from the Z space, the Y space and the ordinary VAE model. When the FASTA bins are written with the --minfasta flag, the bins derived from the three models would erroneously overwrite each other. Now, the written bins may be given an optional prefix to avoid name clashes. This prefix is only used when writing bins from the AAE Z and Y spaces - the VAE and VAEVAE models use no prefix. So, now the bins created using the --minfasta flag with the AAE model will be called e.g. `z_S5C9` or `y_S12C51402`.
- Loading branch information
1 parent
77e1cba
commit 905115c
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters