Skip to content

Commit

Permalink
refactor: remove pip install because already loaded env
Browse files Browse the repository at this point in the history
  • Loading branch information
elleira committed Mar 14, 2024
1 parent 6f685e4 commit 944ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_marple_marvin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

source /projects/wp3/nobackup/TwistCancer/Bin/venv_marple/bin/activate
pip install -r /projects/wp3/nobackup/TwistCancer/Bin/marple_rd_tc/requirements.txt
#pip install -r /projects/wp3/nobackup/TwistCancer/Bin/marple_rd_tc/requirements.txt
module load slurm-drmaa/1.1.3

## To match stackstorm outline
Expand Down

0 comments on commit 944ce96

Please sign in to comment.