Skip to content

Commit

Permalink
add nt database and change nfcore version in linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yumisims committed Oct 10, 2023
1 parent 63e011f commit 05aa1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Download the subset of NT database
run: |
mkdir NT_database
curl -L https://ftp.ncbi.nlm.nih.gov/blast/db/nt.000.tar.gz | tar -C NT_database -xzf -
curl -L https://ftp.ncbi.nlm.nih.gov/blast/db/18S_fungal_sequences.tar.gz | tar -C NT_database -xzf -
- name: Run pipeline with test data
# TODO nf-core: You can customise CI pipeline run tests as required
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install nf-core
pip install nf-core==2.8
- name: Run nf-core lint
env:
Expand Down

0 comments on commit 05aa1f4

Please sign in to comment.