Unstable changes merged.

This commit is contained in:
Ole Tange 2015-05-25 21:31:28 +02:00
parent ee7ad814aa
commit 1a6ddb891e
2 changed files with 461 additions and 255 deletions

View file

@ -213,8 +213,6 @@ Subject: GNU Parallel 20150622 ('<<>>') released
GNU Parallel 20150622 ('<<>>') has been released. It is available for download at: http://ftp.gnu.org/gnu/parallel/
No new functionality was introduced so this is a good candidate for a stable release.
Haiku of the month:
Programs very slow.
@ -224,6 +222,20 @@ Haiku of the month:
New in this release:
* An empty argument would previously cause no string to be inserted. This is now changed to '' being inserted, thus prepending a space to the output of: parallel echo {} b ::: ''
* $PARALLEL_ENV can now be set to an environment prepending the command. Used in env_parallel as mentioned in the manpage.
* --retry-failed will retry all failed jobs in a joblog. It will ignore any command given.
* --halt has been rewritten completely. You can now combine percentages with success or fail. See the man page.
* Exit values 102..254 have been removed. 101 means more than 100 jobs failed.
* --ssh and $PARALLEL_SSH can be used to set the command used for ssh. The command is assume to behave the same as ssh.
* --fifo now works in csh, too.
* <<afventer opdatering>> CIDER: a pipeline for detecting waves of coordinated transcriptional regulation in gene expression time-course data http://biorxiv.org/content/biorxiv/early/2015/03/17/012518.full.pdf
* <<Har angiveligt submittet ny version - afventer opdatering>> GNU Parallel was used (unfortunately without citation) in: MUGBAS: a species free gene-based programme suite for post-GWAS analysis http://www.ncbi.nlm.nih.gov/pubmed/25765345
@ -236,6 +248,10 @@ New in this release:
* << Update forventet juni Rachel har lige svaret >> GNU Parallel was used in: SISRS: Site Identification from Short Read Sequences https://github.com/rachelss/SISRS/
* GNU Parallel is used in: https://github.com/d2207197/local-mapreduce
* Bug fixes and man page updates.
GNU Parallel - For people who live life in the parallel lane.

File diff suppressed because it is too large Load diff