File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed 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.1.1 </version >
5
+ <version >1.2.0 </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 @@ -18,3 +18,11 @@ sed -i "s#^MYBRAIN_SEQ_VERSION=.*#MYBRAIN_SEQ_VERSION=\${MYBRAIN_SEQ_VERSION-${N
18
18
19
19
echo " You should also have a look at the following files as they contain the old version (${OLD_VERSION} )" :
20
20
rgrep -l --exclude-dir ' ./image-files' --exclude ' *.R' ${OLD_VERSION} ./*
21
+
22
+ year=$( date ' +%Y' )
23
+ echo " Updating the footer of the visual console with the new version and the current year"
24
+
25
+ mv ${PROJECT_DIR} /resources/visual_console/foot.txt ${PROJECT_DIR} /resources/visual_console/foot.txt.old
26
+ head -n -1 ${PROJECT_DIR} /resources/visual_console/foot.txt.old > ${PROJECT_DIR} /resources/visual_console/foot.txt
27
+ rm ${PROJECT_DIR} /resources/visual_console/foot.txt.old
28
+ echo " © MyBrain-Seq v${new_version} , 2020-${year} " >> ${PROJECT_DIR} /resources/visual_console/foot.txt
Original file line number Diff line number Diff line change 1
1
2
2
3
3
...............................................................................
4
- © MyBrain-Seq, 2020-2023
4
+ © MyBrain-Seq v1.2.0 , 2020-2025
You can’t perform that action at this time.
0 commit comments