Skip to content

Commit

Permalink
lib/get_phylomarkers_fun_lib v2024-04-19
Browse files Browse the repository at this point in the history
- added print_citation, called by trap calls at strategic points in the main script
    i.e., at exit points that are not related to errors.
  • Loading branch information
vinuesa committed Apr 20, 2024
1 parent dfed9e6 commit c0e5d26
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions lib/get_phylomarkers_fun_lib
Original file line number Diff line number Diff line change
Expand Up @@ -1093,3 +1093,44 @@ function read_svg_figs_into_hash
return 0 # required, or dies here
}
#-----------------------------------------------------------------------------------------

function print_citation {
cat <<REF

* CITATION:

If you find the code useful for your academic work, please use the following citation:

Pablo Vinuesa, Luz-Edith Ochoa-Sanchez and Bruno Contreras-Moreira (2018).
GET_PHYLOMARKERS, a software package to select optimal orthologous clusters for phylogenomics
and inferring pan-genome phylogenies, used for a critical geno-taxonomic revision of the
genus Stenotrophomonas. Front. Microbiol. 9:771 | doi: 10.3389/fmicb.2018.00771

Published in the Research Topic on "Microbial Taxonomy, Phylogeny and Biodiversity"
http://journal.frontiersin.org/researchtopic/5493/microbial-taxonomy-phylogeny-and-biodiversity

Code available at https://github.com/vinuesa/get_phylomarkers
Docker images at:
https://hub.docker.com/r/vinuesa/get_phylomarkers
https://hub.docker.com/r/csicunam/get_homologues (get_homologues + get_phylomarkers)

* NOTES:
If you encounter problems or bugs while running the pipeline
please report them through the issues page at
https://github.com/vinuesa/get_phylomarkers/issues

Alternatively, see our contact details at:
https://www.ccg.unam.mx/~vinuesa/
https://www.eead.csic.es/home/staffinfo?Id=71

Please run the script with the -D 1 or -D 2 options added at the end
of the command line, and send us the output, to better diagnose
the problem.

Thanks!

REF

exit 0

}

0 comments on commit c0e5d26

Please sign in to comment.