Changes
Page history
Edit examples
authored
Nov 12, 2015
by
Villerius
Hide whitespace changes
Inline
Side-by-side
Examples.md
View page @
22cb0c67
...
@@ -5,13 +5,13 @@ You can login to the Shark cluster head node with your user name and password pr
...
@@ -5,13 +5,13 @@ You can login to the Shark cluster head node with your user name and password pr
To submit jobs, we use the qsub command. The qsub command requires a file(script) which describes what needs to be run in what way.
To submit jobs, we use the qsub command. The qsub command requires a file(script) which describes what needs to be run in what way.
The example script that we want to execute:
The example script that we want to execute:
*
save this example as
*
**my_first_job.sh
**
or get the examples with
svn
:
save this example as
**my_first_job.sh**
or get the examples with
[
git
](
git@git.lumc.nl:shark/SHARK.git
)
:
````
cd ~
cd ~
svn checkout https://humgenprojects
.lumc.nl
/svn/
shark/
git clone git@git
.lumc.nl
:
shark/
SHARK.git
````
Once your
svn
repository is created you only have to update your svn repository. while in your svn directory:
Once your
git
repository is created you only have to update your svn repository. while in your svn directory:
svn update
svn update
...
...
...
...