-
-
Notifications
You must be signed in to change notification settings - Fork 5
43 lines (41 loc) · 1.04 KB
/
Copy pathdocs.yml
File metadata and controls
43 lines (41 loc) · 1.04 KB
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
39
40
41
42
43
# git lfs install
# echo -e "machine github.com\n login $GITHUB_TOKEN" > ~/.netrc
# git lfs pull
name: PSSpred docs
on:
push:
branches:
- master
#jobs:
# build_docs_and_deploy:
# runs-on: ubuntu-latest
# name: Protein Secondary Structure prediction
#
# steps:
# - name: Checkout
# uses: actions/checkout@master
#
# - name: Clone pre repositories
# run: |
# git config --global user.email "ucecwme@ucl.ac.uk"
# git config --global user.name "nickcafferry"
# git init
# ls
#
# cd src/
# git rm -rf nr_data
# git commit -m "delete some irrelevant materials"
# git push origin master
#
#
# mkdir PSSpred_v1
# cd PSSpred_v1/
# wget https://zhanglab.ccmb.med.umich.edu/PSSpred/PSSpred_v1.tar.gz
# tar -zxvf PSSpred_v1.tar.gz
# rm PSSpred_v1.tar.gz
# ls
# git add -A
# git commit -m "add PSSred_v1"
# pwd
# cd ../../
# git push origin master