Skip to content

Commit

Permalink
Fix data directory
Browse files Browse the repository at this point in the history
Removed from .gitignore
  • Loading branch information
andriesfeder committed Mar 7, 2022
1 parent f3718b3 commit 730b837
Show file tree
Hide file tree
Showing 9 changed files with 775 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.nextflow*
work/
data/
results/
.DS_Store
testing/
Expand Down
1 change: 0 additions & 1 deletion data/EMPTY_EXTRA
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion data/EMPTY_PROTEINS
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion data/EMPTY_R1
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion data/EMPTY_R2
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion data/EMPTY_TF
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

759 changes: 759 additions & 0 deletions data/pubmlst.txt

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data/version-excludes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CONTAINER_VERSION
CODE_OF_CONDUCT
main.nf
.yml
.md
.cff
nextflow_config.txt
9 changes: 9 additions & 0 deletions data/version-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.git
conf/
docs/
lib/
.simg
.js
template.txt
.pytest_cache/
workflows/

0 comments on commit 730b837

Please sign in to comment.