You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BinSanity
Hi All,
I just wanted to give an update on the changes for v0.2.5.11 of BinSanity
Binsanity-wf and Binsanity-lc scripts have been changed to enable the user to specify a prefix to append to all files and directories generated throughout the process of clustering to enable people to run Binsanity in parallel if they'd like to test multiple sets of parameters.
I added a new script to the utilities section of BinSanity because why not. This is the `concat` script which can be used to concatenate protein alignments when building a phylogenetic tree. To use it you can call it as such:
concat -f directory/where/alignments/are -e extension/for/alignment/in/fasta/format --Prefix [Prefix That Links Alignments] -o Output File -N [Minimimum Number of Sequences to be in concatenation]
In this the -N is used to specify how many of the proteins you are concatenating that any single organisms needs to have to be included in the final concatenated fasta file. So for example if you have 16 ribosomal markers you may say that any organism in your tree needs to have at minimum 13 of the 16 proteins to be included.