Skip to content

Commit 4d4fb02

Browse files
committed
updating build_misc.sh to account for changes
1 parent 2801077 commit 4d4fb02

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build/broad_sanger/build_misc.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ set -euo pipefail
33

44
trap 'echo "Error on or near line $LINENO while executing: $BASH_COMMAND"; exit 1' ERR
55

6-
cp /tmp/broad_sanger* .
6+
cp /tmp/broad* .
7+
cp /tmp/sanger* .
78

89
echo "Running 05a_remove_problem_drugs.py..."
910
/opt/venv/bin/python 05a_remove_problem_drugs.py
1011

1112
echo "Running 05b_separate_datasets.py..."
1213
/opt/venv/bin/python 05b_separate_datasets.py
1314

14-
echo "Removing broad_sanger* files..."
15-
rm broad_sanger*

0 commit comments

Comments
 (0)