Skip to content

Releases: rabix/wrabbit

Bugfix

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 05 Mar 13:53
0b9c4d0

Bugfix:

Newline character added as the first character of a doc string. Sometimes if the first line of the docstring is too long, CWL becomes invalid.

0.3.0

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 20 Dec 12:35
5f228f8

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

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 30 Oct 10:07
a491233

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

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 25 Oct 13:25
d95137e

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

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 28 Aug 12:59
64d130b

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 11 Jul 15:15
8035c01

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

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 28 Jun 10:56
a38c3f9

PublishDir support:

  • PublishDir is now globbed using "*"

0.1.3

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 03 Jun 11:24
8fd5e80

Bugfix:

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

New:

  • Nodes have loadContents

0.1.2

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 21 May 12:03
8e8bed3

Bugfix:

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

0.1.1

Choose a tag to compare

@pavlemarinkovic pavlemarinkovic released this 21 May 12:01
063a805

Initial version