Skip to content

Commit

Permalink
Try to fix git problems...
Browse files Browse the repository at this point in the history
  • Loading branch information
mdijkstra committed Mar 5, 2013
1 parent 862c8ba commit 5e70848
Show file tree
Hide file tree
Showing 399 changed files with 3,826 additions and 14,777 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ logger.out*
/apps/catalogue/plugins/hl7parser/PropertiesPath.java
runmij*
modules/compute/protocols/ngsWorkflowRealignmentAndSnpCalling/output/
modules/compute/demo/
modules/compute/demo
5 changes: 3 additions & 2 deletions doc/compute/01_compute_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can download a ready made binary as follows:

>mkdir mycompute
>cd mycompute
>wget http://www.molgenis.org/raw-attachment/wiki/ComputeStart/molgenis_compute-dc6ac9c.zip
>wget http://www.molgenis.org/raw-attachment/wiki/ComputeStart/molgenis_compute-fb05467.zip
>unzip molgenis_compute-\<version>.zip
>mv molgenis_compute-\<version>/* .
>
Expand Down Expand Up @@ -291,7 +291,8 @@ The header of a protocol may contain the following line in which you specify the
where `walltime` is the maximum execution time, `mem` is the memory (e.g. 512MB or 4GB), `nodes` is the number of nodes (default=1) and `cores` is the number of cores that you request for the execution of this analysis.

###Get input files
A protocol may be executed in a distributed environment. As a result, the data may not be available on the node where the execution takes place. Therefore, one should first download the data to the execution node. In some distributed environments this may involve a series of statements that one actually does not want to care about. To make this process easier for our users, we come with the following solution. For every file that you want to use in the analysis protocol, you may include the following statement in the protocol before using it.
A protocol may be executed in a distributed environment. As a result, the data may not be available on the node where the execution takes place. Therefore, one should first
the data to the execution node. In some distributed environments this may involve a series of statements that one actually does not want to care about. To make this process easier for our users, we come with the following solution. For every file that you want to use in the analysis protocol, you may include the following statement in the protocol before using it.

>getFile "${myInputFile}"
Expand Down
5 changes: 0 additions & 5 deletions modules/compute/demo/debug/output/parameters.csv

This file was deleted.

32 changes: 0 additions & 32 deletions modules/compute/demo/debug/output/runlocal.sh

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions modules/compute/demo/debug/output/submit.sh

This file was deleted.

31 changes: 0 additions & 31 deletions modules/compute/demo/debug/output/submitCustom.sh

This file was deleted.

3 changes: 0 additions & 3 deletions modules/compute/demo/debug/output/workflow.csv

This file was deleted.

6 changes: 0 additions & 6 deletions modules/compute/demo/debug/output/worksheet.csv

This file was deleted.

5 changes: 0 additions & 5 deletions modules/compute/demo/debug/parameters.csv

This file was deleted.

9 changes: 0 additions & 9 deletions modules/compute/demo/debug/protocols/CustomSubmit.sh.ftl

This file was deleted.

1 change: 0 additions & 1 deletion modules/compute/demo/debug/protocols/Footer.ftl

This file was deleted.

2 changes: 0 additions & 2 deletions modules/compute/demo/debug/protocols/GuestInvitation.ftl

This file was deleted.

1 change: 0 additions & 1 deletion modules/compute/demo/debug/protocols/Header.ftl

This file was deleted.

8 changes: 0 additions & 8 deletions modules/compute/demo/debug/protocols/OrganizerInvitation.ftl

This file was deleted.

3 changes: 0 additions & 3 deletions modules/compute/demo/debug/workflow.csv

This file was deleted.

6 changes: 0 additions & 6 deletions modules/compute/demo/debug/worksheet.csv

This file was deleted.

Loading

0 comments on commit 5e70848

Please sign in to comment.