Skip to content

Commit

Permalink
remove pymuscle5
Browse files Browse the repository at this point in the history
  • Loading branch information
geomarceau committed Nov 6, 2023
1 parent a47d5b6 commit f508db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aphylogeo/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pandas as pd
from aphylogeo.alignement import AlignSequences, Alignment
from aphylogeo.alignement import AlignSequences

from aphylogeo.params import Params
from aphylogeo import utils
Expand All @@ -24,9 +24,9 @@
sequenceFile = utils.loadSequenceFile(Params().reference_gene_file)
seq_alignment = AlignSequences(sequenceFile).align()
# Phylo.write(tree1, "data/tree1.nwk", "newick")
seq_alignment.save_to_json("./debug/sequences_aligned.json")
# seq_alignment.save_to_json("./debug/sequences_aligned.json")

loaded_seq_alignment = Alignment.load_from_json("./debug/sequences_aligned.json")
# loaded_seq_alignment = Alignment.load_from_json("./debug/sequences_aligned.json")

geneticTrees = utils.geneticPipeline(seq_alignment.msa)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyyaml = "^6.0.1"
pytest = "^7.4.2"
numpy = "^1.26.0"
cython = "^3.0.2"
pymuscle5 = {git = "https://github.com/althonos/pymuscle5"}
#pymuscle5 = {git = "https://github.com/althonos/pymuscle5"}
robinson-foulds = "^1.2"
ete3 = "^3.1.3"
dendropy = "^4.6.1"
Expand Down

0 comments on commit f508db3

Please sign in to comment.