Skip to content

Commit 36e0f01

Browse files
adding proteomics arg to shell script
1 parent 6104983 commit 36e0f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderbuild/liver/build_omics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44
trap 'echo "Error on or near line $LINENO while executing: $BASH_COMMAND"; exit 1' ERR
55

66
echo "Running 02-omics-liver.py with token, improve_sample_id $2, and genes $1."
7-
python3 02-omics-liver.py --parse --transcriptomics --mutations --copy_number --ids $2 --genes $1 --token $SYNAPSE_AUTH_TOKEN
7+
python3 02-omics-liver.py --parse --transcriptomics --mutations --copy_number --proteomics --ids $2 --genes $1 --token $SYNAPSE_AUTH_TOKEN

0 commit comments

Comments
 (0)