-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sophios yaml initialization and running from any directory (#257)
* remove old config when building pypi package * init sophios from first run from any folder --------- Co-authored-by: Vasu Jaganath <vasu.jaganath@axleinfo.com>
- Loading branch information
1 parent
a543913
commit f4fda35
Showing
3 changed files
with
101 additions
and
10 deletions.
There are no files selected for viewing
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
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,25 @@ | ||
{ | ||
"search_paths_cwl": { | ||
"global": [ | ||
"wic/cwl_adapters" | ||
], | ||
"gpu": [ | ||
] | ||
}, | ||
"search_paths_wic": { | ||
"global": [ | ||
"wic/examples" | ||
] | ||
}, | ||
"renaming_conventions": [ | ||
["energy_", "edr_"], | ||
["structure_", "tpr_"], | ||
["traj_", "trr_"] | ||
], | ||
"inference_rules": { | ||
"edam:format_3881": "continue", | ||
"edam:format_3987": "continue", | ||
"edam:format_3878": "break", | ||
"edam:format_2033": "break" | ||
} | ||
} |
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