We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2801077 commit 4d4fb02Copy full SHA for 4d4fb02
1 file changed
build/broad_sanger/build_misc.sh
@@ -3,13 +3,12 @@ set -euo pipefail
3
4
trap 'echo "Error on or near line $LINENO while executing: $BASH_COMMAND"; exit 1' ERR
5
6
-cp /tmp/broad_sanger* .
+cp /tmp/broad* .
7
+cp /tmp/sanger* .
8
9
echo "Running 05a_remove_problem_drugs.py..."
10
/opt/venv/bin/python 05a_remove_problem_drugs.py
11
12
echo "Running 05b_separate_datasets.py..."
13
/opt/venv/bin/python 05b_separate_datasets.py
14
-echo "Removing broad_sanger* files..."
15
-rm broad_sanger*
0 commit comments