Skip to content

Commit

Permalink
fix toil on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jan 14, 2018
1 parent eebef21 commit db6f9bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run-udocker: .virtualenv/bin/udocker steps/ndppp_prep_cal.cwl .virtualenv/bin/cw
prefactor.cwl \
jobs/job_20sb.yaml > >(tee $(RUN)/output) 2> >(tee $(RUN)/log >&2)

run: data/$(SMALL)/ .virtualenv/bin/cwltool steps/ndppp_prep_cal.cwl
run: .virtualenv/bin/cwltool steps/ndppp_prep_cal.cwl
mkdir -p $(RUN)
.virtualenv/bin/cwltool \
--leave-tmpdir \
Expand All @@ -67,6 +67,8 @@ toil: data/$(SMALL)/ .virtualenv/bin/cwltoil steps/ndppp_prep_cal.cwl
.virtualenv/bin/toil-cwl-runner \
--logFile $(RUN)/log \
--outdir $(RUN)/results \
--tmp-outdir-prefix $(PWD)/tmp \
--workDir $(PWD)/work \
--jobStore file://$(RUN)/job_store \
prefactor.cwl \
jobs/job_20sb.yaml | tee $(RUN)/output
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#cwlref-runner
html5lib
-e git://github.com/BD2KGenomics/toil.git@7f23f6d7905c35a5e6238b97a7825c13a7e174c8#egg=toil[cwl,mesos,google]
-e git://github.com/BD2KGenomics/toil.git@682aa3a8b36aab9d187b0b08ef3509a62973ac85#egg=toil[cwl,mesos,google]
boto
pycrypto
protobuf
Expand Down
Empty file added tmp/.phony
Empty file.
Empty file added work/.phony
Empty file.

0 comments on commit db6f9bb

Please sign in to comment.