-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.sh
executable file
·38 lines (33 loc) · 960 Bytes
/
docs.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/bash
function setup()
{
module load python/3.7
source ~/COVID-19/py37/bin/activate
mkdocs build
mkdocs gh-deploy
}
if [ "$(uname -n | sed 's/-[0-9]*$//')" == "login-q" ]; then
echo icelake
module load ceuadmin/libssh/0.10.6-icelake
module load ceuadmin/openssh/9.7p1-icelake
fi
setup
git add .gitignore
git commit -m ".gitignore"
git add README.md
git commit -m "README"
git add README.md idmap.do wes.R weswgs.R weswgs.sh wgs.R wgs.wrap
git add bgen.sb spa.* prune.wrap rva.* geneset_data/config.txt
git commit -m "SCALLOP-seq association analysis"
git add docs docs.sh
git commit -m "docs"
git add sftp.sb
git commit -m "uploading results"
git add mkdocs.yml
git commit -m "mkdocs.yml"
git push
# git init
# git remote add origin [email protected]:jinghuazhao/SCALLOP-Seq.git
# git push --set-upstream origin master
# OK with html and MathJax but not md and mermaid
# pandoc -f markdown --mathml -t html README.md -o index.html