Changes
Page history
Edit examples
authored
Nov 12, 2015
by
Villerius
Show 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
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:
*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 ~
svn checkout https://humgenprojects
.lumc.nl
/svn/
shark/
Once your
svn
repository is created you only have to update your svn repository. while in your svn directory:
git clone git@git
.lumc.nl
:
shark/
SHARK.git
````
Once your
git
repository is created you only have to update your svn repository. while in your svn directory:
svn update
...
...
...
...