-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from molbiodiv/develop
Version 1.2.0
- Loading branch information
Showing
20 changed files
with
236,451 additions
and
232 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: PerlTest | ||
on: [push] | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: shogo82148/actions-setup-perl@v1 | ||
with: | ||
perl-version: '5.34' | ||
- run: sudo apt-get install -y muscle hmmer raxml prodigal | ||
- run: curl http://molevol.cmima.csic.es/castresana/Gblocks/Gblocks_Linux64_0.91b.tar.Z | tar xz | ||
- run: echo "$PWD/Gblocks_0.91b" >> $GITHUB_PATH | ||
- run: cpanm --installdeps . | ||
- run: prove -lv t |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite both the software and the paper (see preferred-citation). | ||
authors: | ||
- family-names: Ankenbrand | ||
given-names: "Markus J" | ||
orcid: 0000-0002-6620-807X | ||
affiliation: "Center for Computational and Theoretical Biology, University of Würzburg, Germany" | ||
email: [email protected] | ||
- family-names: Keller | ||
given-names: Alexander | ||
orcid: 0000-0001-5716-3634 | ||
affiliation: "Center for Computational and Theoretical Biology, University of Würzburg, Germany" | ||
title: bcgTree | ||
version: 1.2.0 | ||
doi: 10.5281/zenodo.597913 | ||
date-released: 2021-10-27 | ||
repository-code: https://github.com/molbiodiv/bcgTree | ||
keywords: | ||
- Phylogeny | ||
- Alignment | ||
- Evolution | ||
license: MIT | ||
url: https://github.com/molbiodiv/bcgTree | ||
preferred-citation: | ||
type: article | ||
scope: Cite this paper if you used bcgTree in your research | ||
authors: | ||
- family-names: Ankenbrand | ||
given-names: Markus J | ||
- family-names: Keller | ||
given-names: Alexander | ||
title: "bcgTree: automatized phylogenetic tree building from bacterial core genomes" | ||
year: 2016 | ||
journal: Genome | ||
volume: 59 | ||
issue: 10 | ||
doi: 10.1139/gen-2015-0175 | ||
url: https://doi.org/10.1139/gen-2015-0175 |
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
Binary file not shown.
Oops, something went wrong.