From 72343b3054bd9c8eeb21da811c2b7751e82157d1 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Fri, 7 Sep 2012 18:51:08 +0200 Subject: [PATCH] Documentation comments. --- doc/FUTURE_IDEAS | 9 +++++---- doc/release_new_version | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/FUTURE_IDEAS b/doc/FUTURE_IDEAS index 73f8445c..7f986faf 100644 --- a/doc/FUTURE_IDEAS +++ b/doc/FUTURE_IDEAS @@ -1,13 +1,12 @@ 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| 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| 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 4 >>/tmp/ged; wait 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: @@ -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 _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" echo 1 | parallel -q echo {} "$FN" diff --git a/doc/release_new_version b/doc/release_new_version index ca0e7ff8..1fab7f0b 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -171,18 +171,18 @@ cc:Sandro Cazzaniga , Ryoichiro Suzuki , Jesse Alama -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/ New in this release: -* Due to a bugfix the main flow has changed. Making this release beta - quality. +* Using GNU Parallel to Package Multiple Jobs in a Single PBS Job. + 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 - https://www.youtube.com/watch?v=iXCeR_XsP6o +* GNU Parallel Notes. + http://xed.ch/help/parallel.html * Bug fixes and man page updates.