Skip to content

Commit 7b6545c

Browse files
committed
version: updated myBrain-Seq version to 1.0.1
1 parent 8492a78 commit 7b6545c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DATASETS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Test data for the pipeline. Look at the instructions in the README.txt included
1010

1111
- 0.1.0
1212
- 1.0.0
13+
- 1.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# myBrain-Seq [![dockerhub](https://img.shields.io/badge/docker-v1.0.0-green)](https://hub.docker.com/r/singgroup/my-brain-seq) [![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/sing-group/my-brain-seq) [![dockerhub](https://img.shields.io/badge/hub-docker-blue)](https://hub.docker.com/r/singgroup/my-brain-seq) [![compihub](https://img.shields.io/badge/hub-compi-blue)](https://www.sing-group.org/compihub/explore/625e719acc1507001943ab7f)
1+
# myBrain-Seq [![dockerhub](https://img.shields.io/badge/docker-v1.0.1-green)](https://hub.docker.com/r/singgroup/my-brain-seq) [![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/sing-group/my-brain-seq) [![dockerhub](https://img.shields.io/badge/hub-docker-blue)](https://hub.docker.com/r/singgroup/my-brain-seq) [![compihub](https://img.shields.io/badge/hub-compi-blue)](https://www.sing-group.org/compihub/explore/625e719acc1507001943ab7f)
22
> **myBrain-Seq** is a [Compi](https://www.sing-group.org/compi/) pipeline for miRNA-Seq analysis of neuropsychiatric data. A Docker image is available for this pipeline in [this Docker Hub repository](https://hub.docker.com/r/singgroup/my-brain-seq).
33
## myBrain-Seq repositories
44

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.0</version>
5+
<version>1.0.1</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.0}
13+
MYBRAIN_SEQ_VERSION=${MYBRAIN_SEQ_VERSION-1.0.1}
1414

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

0 commit comments

Comments
 (0)