Skip to content

Commit

Permalink
fix SV pipeline default init script handling (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhelan authored Aug 21, 2017
1 parent 403ba13 commit 2155b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sv/manage_sv_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Syntax
save results in specified bucket/folder
(defaults to \$PROJECT_NAME/\$GCS_USER)
Manditory Positional Arguments:
Mandatory Positional Arguments:
GATK_Folder: path to local copy of GATK
Project_Name: name of GCS project
GCS_BAM_File: path to .bam file hosted in GCS
Expand Down Expand Up @@ -203,7 +203,7 @@ while true; do
[Yy]*) if [[ ${INIT_SCRIPT} == gs://* ]]; then
INIT_ARGS=${INIT_SCRIPT}
else
INIT_ARGS="${INIT_SCRIPT} gs://${GCS_SAVE_PATH}/init/$(basename INIT_SCRIPT)"
INIT_ARGS="${INIT_SCRIPT} gs://${GCS_SAVE_PATH}/init/"
fi

echo "create_cluster.sh ${GATK_DIR} ${PROJECT_NAME} ${CLUSTER_NAME} ${GCS_REFERENCE_DIR} ${GCS_BAM_DIR} ${INIT_ARGS} 2>&1 | tee -a ${LOCAL_LOG_FILE}" | tee -a ${LOCAL_LOG_FILE}
Expand Down

0 comments on commit 2155b0a

Please sign in to comment.