https://github.com/acg-team/indelviewer

Indel viewer software for ARPIP

https://github.com/acg-team/indelviewer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary

Keywords

ancestral-state-reconstruction phylogeny python visualization
Last synced: 7 months ago · JSON representation

Repository

Indel viewer software for ARPIP

Basic Info
  • Host: GitHub
  • Owner: acg-team
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 389 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
ancestral-state-reconstruction phylogeny python visualization
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Tux, the Indelviewer mascot

ARPIP's Indel Visualizer

This repository contains the implementation of the arpip indel viewer which help the user to visualize the indel points inferred by ARPIP in the phylogenetic tree.

Getting Started

Before installation make sure that you have the Python version 3.8 or higher installed on your system. Need help?

Installation

To install the package you can simply download the repository and run the following command in the root directory.

Install the dependencies using this command:

console pip3 install -r requirements.txt

Usage

The user can run the visualizer using the command line. For running the application use this command:

console python ./main.py ./input.txt

To print a single site tree with indel points use this command:

console python ./_cli.py --single-result 102 ./input.txt

for print all site tree with indel points use this command:

console python ./_cli.py ./input.txt

for help use this command:

console python ./_cli.py —help

Articles

  • For more information on IndelPoints algorithm, see Jowkar et al.'s 2022 paper which can be located here.

Contributing

If you want to contribute to this repo simply submit a pull request!

Author

Gholam-Hossein Jowkar E-mail

Owner

  • Name: Applied Computational Genomics Team
  • Login: acg-team
  • Kind: organization
  • Location: Wädenswil, Switzerland

Computational Genomics tools from Maria Anisimova and collaborators

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 50
  • Total Committers: 2
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.02
Past Year
  • Commits: 46
  • Committers: 1
  • Avg Commits per committer: 46.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Gholamhossein Jowkar g****k@y****k 49
Gholamhossein Jowkar 6****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • IPython ==8.6.0
  • biopython ==1.79
  • bokeh ==2.4.3
  • ete3 ==3.1.2
  • matplotlib ==3.7.1
  • numpy ==1.23.3
  • pandas ==1.5.0
  • panel ==0.14.1
setup.py pypi