Skip to content

Commit 7d84e07

Browse files
committed
version: updated myBrain-Seq version to 1.1.0
1 parent 6491850 commit 7d84e07

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

DATASETS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Test data for the pipeline. Look at the instructions in the README.txt included
1111
- 0.1.0
1212
- 1.0.0
1313
- 1.0.1
14+
- 1.1.0

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</blockquote>
1313
<p>
1414
<a href="https://hub.docker.com/r/singgroup/my-brain-seq">
15-
<img src="https://img.shields.io/badge/docker-v1.0.1-green" alt="dockerhub">
15+
<img src="https://img.shields.io/badge/docker-v1.1.0-green" alt="dockerhub">
1616
</a>
1717
<a href="https://github.com/sing-group/my-brain-seq">
1818
<img src="https://img.shields.io/badge/license-MIT-brightgreen" alt="license">
@@ -268,8 +268,6 @@ Some tasks may produce errors that do not cause the pipeline to fail, but they c
268268

269269
MyBrain-Seq needs the values of some parameters to work, as already indicated in the [*writing the `compi.parameters` file*](#writing-the-compiparameters-file) section. However, optional parameters with default values can also be edited by adding them to the compi.parameters file. Below is a list of all myBrain-Seq parameters:
270270

271-
<style type="text/css">
272-
</style>
273271
<table class="tg" style="undefined;table-layout: fixed; width: 759px">
274272
<colgroup>
275273
<col style="width: 200px">

pipeline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<pipeline xmlns="http://www.sing-group.org/compi/pipeline-1.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5-
<version>1.0.1</version>
5+
<version>1.1.0</version>
66

77
<params>
88
<param name="workingDir" shortName="wd" global="true" defaultValue="/working_dir">The working directory of the project.</param>

resources/init-working-dir/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_compi_parameter {
1010
cat "${1}" | grep "${2}=" | cut -d'=' -f2
1111
}
1212

13-
MYBRAIN_SEQ_VERSION=${MYBRAIN_SEQ_VERSION-1.0.1}
13+
MYBRAIN_SEQ_VERSION=${MYBRAIN_SEQ_VERSION-1.1.0}
1414

1515
FULL_COMPI_PARAMS_FILE=$1
1616
ADDITIONAL_COMPI_PARAMS="${2:--num-tasks 5}"

0 commit comments

Comments
 (0)