Skip to content

Commit

Permalink
Poetry setup, tests moved, refactoring and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
geomarceau committed Sep 26, 2023
1 parent 66df976 commit 7fb5549
Show file tree
Hide file tree
Showing 313 changed files with 834 additions and 25 deletions.
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ output*
*newick
temp.ipynb
debug*
/aPhyloGeoEnv
*.egg-info

#Ignore virtual environments
.env
.venv
env/
venv/
ENV/
/scripts/aPhyloGeo_env
*.egg-info
/aPhyloGeoEnv

#Ignore the build directory (and its sub-directories):
build

#Ignore the distribution directory
dist
File renamed without changes.
4 changes: 2 additions & 2 deletions aPhyloGeo/Test/params_small.yaml → Tests/params_small.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file_name: '../datasets/5seq/geo.csv'
file_name: './datasets/5seq/geo.csv'
specimen: 'id' #"Please enter the name of the colum containing the specimens names: "
names: ['id', 'ALLSKY_SFC_SW_DWN', 'T2M', 'PRECTOTCORR', 'QV2M', 'WS10M']
bootstrap_threshold: 0
Expand All @@ -7,7 +7,7 @@ window_size: 200
step_size: 100
bootstrap_amount: 100
data_names: ['ALLSKY_SFC_SW_DWN_newick', 'T2M_newick', 'QV2M_newick', 'PRECTOTCORR_newick', 'WS10M_newick']
reference_gene_dir: '../datasets/5seq'
reference_gene_dir: './datasets/5seq'
reference_gene_file: 'seq small.fasta'
makeDebugFiles: False
alignment_method: '1'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file_name: '../datasets/5seq/geo.csv'
file_name: './datasets/5seq/geo.csv'
specimen: 'id' #"Please enter the name of the colum containing the specimens names: "
names: ['id', 'ALLSKY_SFC_SW_DWN', 'T2M', 'PRECTOTCORR', 'QV2M', 'WS10M']
bootstrap_threshold: 0
Expand All @@ -7,7 +7,7 @@ window_size: 200
step_size: 100
bootstrap_amount: 100
data_names: ['ALLSKY_SFC_SW_DWN_newick', 'T2M_newick', 'QV2M_newick', 'PRECTOTCORR_newick', 'WS10M_newick']
reference_gene_dir: '../datasets/5seq'
reference_gene_dir: './datasets/5seq'
reference_gene_file: 'seq very small.fasta'
makeDebugFiles: False
alignment_method: '1'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 7fb5549

Please sign in to comment.