Skip to content

Releases: rabix/wrabbit

0.3.0

20 Dec 12:35
5f228f8
Compare
Choose a tag to compare

MD Image support

Logic added to support images in Markdown without need for the image being present in the referenced relative or absolute location through base64 conversion.

0.2.4

30 Oct 10:07
a491233
Compare
Choose a tag to compare

Nextflow schema uses "$defs" in newer repos. This update covers the case when the definitions are either "$defs" or "definitions"

Add all of the keys when loading

25 Oct 13:25
d95137e
Compare
Choose a tag to compare

When a CWL is loaded into wrabbit, keys that are not specifically tracked by properties are now stored in the "other_keys" property. They are also appended at the end of the app when it is dumped.

0.2.2

28 Aug 12:59
64d130b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

11 Jul 15:15
8035c01
Compare
Choose a tag to compare

Improved publishDir parameter capture.

  • If an NF pipeline defines the publishDir in config files, the input will be captured and remapped to string input.

Fixed issues with executor version.

0.2.0

28 Jun 10:56
a38c3f9
Compare
Choose a tag to compare

PublishDir support:

  • PublishDir is now globbed using "*"

0.1.3

03 Jun 11:24
8fd5e80
Compare
Choose a tag to compare

Bugfix:

  • Sample sheet inputs are now correctly generated, and the associated javascripts no longer cause issues.

New:

  • Nodes have loadContents

0.1.2

21 May 12:03
8e8bed3
Compare
Choose a tag to compare

Bugfix:

  • ExecMode init was not properly getting the value of the input execution mode

0.1.1

21 May 12:01
063a805
Compare
Choose a tag to compare

Initial version