Skip to content

Commit 2e30bb5

Browse files
author
htyao
committed
Update env install yaml file
1 parent b17897d commit 2e30bb5

File tree

6 files changed

+143
-132
lines changed

6 files changed

+143
-132
lines changed

.github/workflows/remove_solution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
FILE1_POST: 1_ViennaRNA_Introduction_No_Solution.ipynb
1919
FILE2_PRE: 2_Practical_Example.ipynb
2020
FILE2_POST: 2_Practical_Example_No_Solution.ipynb
21-
OTHER_FILES: README.md 2_input .github/workflows
21+
OTHER_FILES: README.md 2_input .github/workflows .gitignore viennarna-tutorial.yml
2222

2323
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2424
jobs:

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.ipynb_checkpoints/
2+
*.png
3+
*.svg
4+
*.ps
5+
*.jpg
6+
*.out
7+
*.aln
8+
*.fa
9+
*.samples

0 commit comments

Comments
 (0)