Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alatham13 committed Nov 15, 2024
1 parent 840d91d commit 058dc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/test/test1_heterogeneity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

TOPDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
csv_path = os.path.join(TOPDIR, 'modeling', 'Input_Information', 'gen_FCS')
topology_path = os.path.join(TOPDIR, 'modeling', 'Snapshots', 'Snapshots_Modeling')
topology_path = os.path.join(TOPDIR, 'modeling', 'Heterogeneity', 'Heterogeneity_Modeling')

times = ["0min", "1min", "2min"]
exp_comp = {
Expand Down
2 changes: 1 addition & 1 deletion support/test/test2_snapshot_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run_sim(state, time, nframes, shuffle=True):
https://integrativemodeling.org/tutorials/actin/pmidesign.html
"""
# Topology file
topology_file = os.path.join(TOPDIR, 'modeling', 'Snapshots', 'Snapshots_Modeling', f"{state}_{time}_topol.txt")
topology_file = os.path.join(TOPDIR, 'modeling', 'Heterogeneity', 'Heterogeneity_Modeling', f"{state}_{time}_topol.txt")
# Paths to input data for topology file
pdb_dir = os.path.join(TOPDIR, 'modeling', 'Input_Information', 'PDB')
fasta_dir = os.path.join(TOPDIR, 'modeling', 'Input_Information', 'FASTA')
Expand Down

0 comments on commit 058dc13

Please sign in to comment.