Documentation comments.

This commit is contained in:
Ole Tange 2012-09-07 18:51:08 +02:00
parent 4d48638859
commit 72343b3054
2 changed files with 11 additions and 10 deletions

View file

@ -1,13 +1,12 @@
Luk filen ved EOF - lad være med bare at læse videre. Luk filen ved EOF - lad være med bare at læse videre.
> /tmp/ged; tail -f /tmp/ged| xargs -n1 -E eof & sleep 1; echo echo a >>/tmp/ged; echo eof >>/tmp/ged; seq 10 >>/tmp/ged; wait > /tmp/ged; tail -f /tmp/ged| xargs -n1 -E eof & sleep 1; echo echo a >>/tmp/ged; echo eof >>/tmp/ged; seq 4 >>/tmp/ged; wait
> /tmp/ged; tail -f /tmp/ged| parallel -n1 -E eof & sleep 1; echo echo a >>/tmp/ged; echo eof >>/tmp/ged; seq 10 >>/tmp/ged; wait
> /tmp/ged; tail -f /tmp/ged| parallel -n1 -E eof & sleep 1; echo echo a >>/tmp/ged; echo eof >>/tmp/ged; seq 4 >>/tmp/ged; wait
Fhqwhgads som 20120122 pga 10 års jubliæum. Fhqwhgads som 20120122 pga 10 års jubliæum.
--timeout auto: If a jobs takes > 3*average runtime then kill it. Only after job 3. --timeout auto: If a jobs takes > 3*moving average runtime then kill it. Only after job 3.
niceload seeks last column: niceload seeks last column:
@ -26,6 +25,8 @@ cat <<'_EOF' | parallel -v echo
awk -v FS="\",\"" '{print $1, $3, $4, $5, $9, $14}' | grep -v "#" | sed -e '1d' -e 's/\"//g' -e 's/\/\/\//\t/g' | cut -f1-6,11 | sed -e 's/\/\//\t/g' -e 's/ /\t/g awk -v FS="\",\"" '{print $1, $3, $4, $5, $9, $14}' | grep -v "#" | sed -e '1d' -e 's/\"//g' -e 's/\/\/\//\t/g' | cut -f1-6,11 | sed -e 's/\/\//\t/g' -e 's/ /\t/g
_EOF _EOF
\'-tricket
ls *bed | parallel -j 10 intersectBed -a good-genes.gff -b {} -c \| awk \''BEGIN{OFS="\t\";} {print $1,$9,$4,$5,$7,$10}'\' > test.txt
FN="two spaces" FN="two spaces"
echo 1 | parallel -q echo {} "$FN" echo 1 | parallel -q echo {} "$FN"

View file

@ -171,18 +171,18 @@ cc:Sandro Cazzaniga <kharec@mandriva.org>,
Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>, Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>,
Jesse Alama <jesse.alama@gmail.com> Jesse Alama <jesse.alama@gmail.com>
Subject: GNU Parallel 20120822 ('Boson') released Subject: GNU Parallel 20120922 ('X') released
GNU Parallel 20120822 ('Boson') has been released. It is GNU Parallel 20120922 ('X') has been released. It is
available for download at: http://ftp.gnu.org/gnu/parallel/ available for download at: http://ftp.gnu.org/gnu/parallel/
New in this release: New in this release:
* Due to a bugfix the main flow has changed. Making this release beta * Using GNU Parallel to Package Multiple Jobs in a Single PBS Job.
quality. http://www.nas.nasa.gov/hecc/support/kb/Using-GNU-Parallel-to-Package-Multiple-Jobs-in-a-Single-PBS-Job_303.html
* Parallel Proxy Scraper & Checker Tool * GNU Parallel Notes.
https://www.youtube.com/watch?v=iXCeR_XsP6o http://xed.ch/help/parallel.html
* Bug fixes and man page updates. * Bug fixes and man page updates.