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
An asmc command can be created using pip install ./ within the ASMC directory. This allow to use asmc anywhere without using python script path
The main workflow and the useful scripts have been reorganised, each purpose is now a subcommand:
run - the subcommand corresponding to the main workflow
identity - the subcommand corresponding to ASMC/asmc/compute_perc_id.py
extract - the subcommand corresponding to ASMC/asmc/extract_aa.py
compare - the subcommand corresponding to ASMC/asmc/compare_active_site.py
unique - the subcommand corresponding to ASMC/asmc/stats.py
pymol - this subcommand returns the path of the ASMC/asmc/zoom_active_site.py in order to load it in PyMol
New features
The to_xlsx subcommand has been added in order to convert the groups_x_min_y.tsv to xlsx file
Bug fixes
The alignment file to be specified in the input file for the -M/--msa option is now detected if it contains '.fasta', '.faa' or '.fa', even if another extension is added after it.
Adds missing program exits after error detection while the -M/--msa option is used.