File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
resources/init-working-dir Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ Test data for the pipeline. Look at the instructions in the README.txt included
10
10
11
11
- 0.1.0
12
12
- 1.0.0
13
+ - 1.0.1
Original file line number Diff line number Diff line change 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 )
2
2
> ** 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 ) .
3
3
## myBrain-Seq repositories
4
4
Original file line number Diff line number Diff line change 2
2
3
3
<pipeline xmlns =" http://www.sing-group.org/compi/pipeline-1.0"
4
4
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
5
- <version >1.0.0 </version >
5
+ <version >1.0.1 </version >
6
6
7
7
<params >
8
8
<param name =" workingDir" shortName =" wd" global =" true" defaultValue =" /working_dir" >The working directory of the project.</param >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function get_compi_parameter {
10
10
cat " ${1} " | grep " ${2} " | cut -d' =' -f2
11
11
}
12
12
13
- MYBRAIN_SEQ_VERSION=${MYBRAIN_SEQ_VERSION-1.0.0 }
13
+ MYBRAIN_SEQ_VERSION=${MYBRAIN_SEQ_VERSION-1.0.1 }
14
14
15
15
FULL_COMPI_PARAMS_FILE=$1
16
16
ADDITIONAL_COMPI_PARAMS=" ${2:- -num-tasks 5} "
You can’t perform that action at this time.
0 commit comments