xp icon indicating copy to clipboard operation
xp copied to clipboard

A framework (comand line tool + libraries) for creating flexible compute pipelines

Results 7 xp issues
Sort by recently updated
recently updated
newest added

The output for a task should be saved such that it can be retrieved at a later time.

enhancement

The use of temporary files makes this a bit clunky, but possible to trace back to the original code block. But it would be better to transform the stack trace...

enhancement

When using non-ASCII characters in `.xp` files with Python code blocks, I have to specify, ``` code.py: # -*- coding: UTF-8 -*- ... ``` for every Python code block. It...

question

Some of my pipelines don't write any data to file, but a corresponding data folder is created, regardless. Do you think it makes sense to not create an output folder...

``` sh task1: ### Align the networks using the CGRAAL algorithm. http://bio-nets.doc.ic.ac.uk/C-GRAAL/ Basically, a common-neighbor model. ### code.sh: touch $PLN(empty_similarity.txt) ```

bug