Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing committed Apr 7, 2020
1 parent 727324d commit 77c318a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions baseConfig/cromServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#SBATCH --partition=largenode
#SBATCH --cpus-per-task=6
#SBATCH --mem=43G
#SBATCH -N 1

## This script needs two parameters;
## The first is the path to the cromwellParams.sh file that contains your customizatiosn
Expand All @@ -17,16 +18,15 @@ source ${1}
# Load the Cromwell Module
module load cromwell/49-Java-1.8


# Run your server!
java -Xms4g \
-Dconfig.file=${CROMWELLCONFIG} \
-DLOG_MODE=pretty \
-DLOG_LEVEL=INFO \
-Dbackend.providers.gizmo.config.root=${SCRATCHPATH} \
-Dworkflow-options.workflow-log-dir=${WORKFLOWLOGDIR} \
-Dworkflow-options.final_workflow_log_dir=${WORKFLOWLOGDIR} \
-Dworkflow-options.final_workflow_outputs_dir=${WORKFLOWOUTPUTSDIR} \
-Dworkflow-options.final_call_logs_dir=${WORKFLOWCALLOGSDIR} \
-Ddatabase.db.url=jdbc:mysql://mydb:${CROMWELLDBPORT}/${CROMWELLDBNAME}?rewriteBatchedStatements=true \
-Ddatabase.db.user=${CROMWELLDBUSERNAME} \
-Ddatabase.db.password=${CROMWELLDBPASSWORD} \
Expand Down
4 changes: 0 additions & 4 deletions baseConfig/cromwellParams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ WORKFLOWLOGDIR=/fh/fast/pilastname_f/cromwell/workflow-logs
### Suggestion: /fh/fast/pilastname_f/cromwell/outputs
WORKFLOWOUTPUTSDIR=/fh/fast/pilastname_f/cromwell/outputs

## Where do you want individual task-level logs to be written after a workflow is successful?
### Suggestion: /fh/fast/pilastname_f/cromwell/workflow-outputs
WORKFLOWCALLLOGSDIR=/fh/fast/pilastname_f/cromwell/workflow-outputs

## Where is your configuration file?
### Suggestion: /fh/fast/pilastname_f/cromwell/fh-slurm-cromwell.config
CROMWELLCONFIG=/fh/fast/pilastname_f/cromwell/fh-slurm-cromwell.config
Expand Down

0 comments on commit 77c318a

Please sign in to comment.