Skip to content

Commit

Permalink
Fix filenames for download
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassnoek committed Jan 11, 2018
1 parent d9646a0 commit c79b6e0
Show file tree
Hide file tree
Showing 19 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/_examples/1_simple_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ associated Dockerfile in our [Github repository](https://github.com/TimVanMourik
[<i class="fa fa-download"></i> Download Dockerfile][3]{: .btn}

[1]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_pipeline.pork
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_workflow.py
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_pipeline.py
[3]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/Dockerfile
2 changes: 1 addition & 1 deletion docs/_examples/2_iterables_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ associated Dockerfile in our [Github repository](https://github.com/TimVanMourik
[<i class="fa fa-download"></i> Download Dockerfile][3]{: .btn}

[1]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_pipeline.pork
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_workflow.py
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_pipeline.py
[3]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/Dockerfile
2 changes: 1 addition & 1 deletion docs/_examples/3_mapnode_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ associated Dockerfile in our [Github repository](https://github.com/TimVanMourik
[<i class="fa fa-download"></i> Download Dockerfile][3]{: .btn}

[1]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_pipeline.pork
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_workflow.py
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_pipeline.py
[3]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/Dockerfile
2 changes: 1 addition & 1 deletion docs/_examples/5_rsfmri_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ associated Dockerfile in our [Github repository](https://github.com/TimVanMourik
[<i class="fa fa-download"></i> Download Dockerfile][3]{: .btn}

[1]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_pipeline.pork
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_workflow.py
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_pipeline.py
[3]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/Dockerfile
2 changes: 1 addition & 1 deletion docs/_examples/6_firstlevel_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ associated Dockerfile in our [Github repository](https://github.com/TimVanMourik
[<i class="fa fa-download"></i> Download Dockerfile][3]{: .btn}

[1]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_pipeline.pork
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_workflow.py
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_pipeline.py
[3]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/Dockerfile
2 changes: 1 addition & 1 deletion docs/_examples/7_FEAT_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ associated Dockerfile in our [Github repository](https://github.com/TimVanMourik
[<i class="fa fa-download"></i> Download Dockerfile][3]{: .btn}

[1]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_pipeline.pork
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_workflow.py
[2]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/porcupine_generated_pipeline.py
[3]:{{ site.url }}{{ site.baseurl }}/{{ example_path }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ ENV FSLDIR=/opt/fsl \
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD ./porcupine_generated_workflow.py /run.py
ADD ./porcupine_generated_pipeline.py /run.py
ADD ./firstlevelhelpers.py /firstlevelhelpers.py
CMD ["python", "/run.py"]
CMD ["python", "/run.py"]
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ ENV FSLDIR=/opt/fsl \
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD ./porcupine_generated_workflow.py /run.py
ADD ./porcupine_generated_pipeline.py /run.py
ADD ./firstlevelhelpers.py /firstlevelhelpers.py
CMD ["python", "/run.py"]
CMD ["python", "/run.py"]
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ ENV FSLDIR=/opt/fsl \
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD ./porcupine_generated_workflow.py /run.py
ADD ./porcupine_generated_pipeline.py /run.py
CMD ["python", "/run.py"]
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ RUN apt-get update -qq && apt-get install -yq --no-install-recommends ed gsl-bin
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD ./porcupine_generated_workflow.py /run.py
CMD ["python", "/run.py"]
ADD ./porcupine_generated_pipeline.py /run.py
CMD ["python", "/run.py"]
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ ENV FSLDIR=/opt/fsl \
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD ./porcupine_generated_workflow.py /run.py
CMD ["python", "/run.py"]
ADD ./porcupine_generated_pipeline.py /run.py
CMD ["python", "/run.py"]
2 changes: 1 addition & 1 deletion docs/_examples/example_pipelines/simple_example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ ENV FSLDIR=/opt/fsl \
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD porcupine_generated_workflow.py /run.py
ADD porcupine_generated_pipeline.py /run.py
CMD ["python", "/run.py"]
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ ENV FSLDIR=/opt/fsl \
#--------------------------------
# Add custom analysis file as CMD
#--------------------------------
ADD ./porcupine_generated_workflow.py /run.py
ADD ./porcupine_generated_pipeline.py /run.py
CMD ["python", "/run.py"]

0 comments on commit c79b6e0

Please sign in to comment.