Skip to content

Commit

Permalink
Updating file for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Mar 24, 2014
1 parent ceb5eec commit ac5f3e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
NEXTFLOW CHANGE-LOG
===================

0.7.0 - 24 Mar 2014
- New self-downloadable and self-updatable script launcher
- New cluster mode, Nextflow can run as a daemon node by using Hazelcast cluster (incubating)
- New support for Docker containers. Any process can be executed through Docker adding 'container = name' in the process definition (incubating)
- New native processes (groovy closure) can executed in the cluster.
- Enhanced task polling monitor
- Use 'rsync' to upstage task result files to target directory
- Pipeline execution can be launched in background by adding the option '-bg- to the command line
- Updated documentation

0.6.2 - 20 Feb 2014
- Added 'concat' operator to concatenate two or more channels
- Added 'into(ch1,ch2...)' operator which maps tuple elements into the corresponding target channel
Expand Down
4 changes: 2 additions & 2 deletions src/main/groovy/nextflow/Const.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ class Const {
/**
* The app build time as linux/unix timestamp
*/
static final long APP_TIMESTAMP = 1395432567759
static final long APP_TIMESTAMP = 1395667832836

/**
* The app build number
*/
static final int APP_BUILDNUM = 1592
static final int APP_BUILDNUM = 1612

/**
* The date time formatter string
Expand Down

0 comments on commit ac5f3e3

Please sign in to comment.