File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 4141 TQDM_DISABLE : True
4242 working-directory : Databank
4343 run : |
44- pip install -e . -r ./Scripts/DatabankLib/requirements.txt
45- python Scripts/WorkflowScripts /ProcessInfoFile.py \
46- --info_file_path ../BilayerData/UserData/info.yml
44+ pip install .
45+ python developer /ProcessInfoFile.py \
46+ --info_file_path ../BilayerData/UserData/info.yml
4747
4848 - uses : actions/create-github-app-token@v2
4949 id : app-token
Original file line number Diff line number Diff line change 4444 TQDM_DISABLE : " True"
4545 working-directory : " Databank"
4646 run : |
47- pip install -e . -r ./Scripts/DatabankLib/requirements.txt
48- python Scripts/WorkflowScripts /RunAnalysis.py
47+ pip install .
48+ python developer /RunAnalysis.py
4949
5050 - name : Create Pull Request with simulation updates
5151 uses : peter-evans/create-pull-request@v7
Original file line number Diff line number Diff line change 2828 - name : Checkout Databank
2929 uses : actions/checkout@v4
3030 with :
31- repository : NMRlipids /Databank
31+ repository : NMRLipids /Databank
3232 ref : main
3333 path : Databank
3434
3737 TQDM_DISABLE : True
3838 working-directory : Databank
3939 run : |
40- pip install -e . -r ./Scripts/DatabankLib/requirements.txt
41- python Scripts/WorkflowScripts /ProcessInfoFile.py \
40+ pip install .
41+ python developer /ProcessInfoFile.py \
4242 --info_file_path ../BilayerData/UserData/info.yml --dry-run
Original file line number Diff line number Diff line change 3333 - name : Install Databank dependencies
3434 working-directory : " Databank"
3535 run : |
36- pip install -e . -r ./Scripts/DatabankLib/requirements.txt
36+ pip install .
3737
3838 - name : Validate
3939 working-directory : " Databank"
4040 run : |
41- python Scripts/WorkflowScripts/ValidateData.py
42-
41+ python developer/ValidateData.py
You can’t perform that action at this time.
0 commit comments