We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6104983 commit 36e0f01Copy full SHA for 36e0f01
coderbuild/liver/build_omics.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
trap 'echo "Error on or near line $LINENO while executing: $BASH_COMMAND"; exit 1' ERR
5
6
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
+python3 02-omics-liver.py --parse --transcriptomics --mutations --copy_number --proteomics --ids $2 --genes $1 --token $SYNAPSE_AUTH_TOKEN
0 commit comments