Skip to content

Commit

Permalink
add vecscreen db
Browse files Browse the repository at this point in the history
  • Loading branch information
yumisims committed Nov 17, 2023
1 parent d5d7838 commit 234803a
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 @@ -82,7 +82,7 @@ jobs:
- name: Download the vecscreen test data
run: |
mkdir vecscreen
wget -c https://tolit.cog.sanger.ac.uk/test-data/resources/vecscreen/GCA_900155405.1_PRJEB18760_genomic.fna -O vecscreen/GCA_900155405.1_PRJEB18760_genomic.fna
curl -L https://ftp.ncbi.nlm.nih.gov/blast/db/v4/16SMicrobial_v4.tar.gz | tar -C vecscreen -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 assets/github_testing/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ busco_lineages_folder: /home/runner/work/ascc/ascc/busco_database/lineages
fcs_gx_database_path: /home/runner/work/ascc/ascc/FCS_gx/
diamond_uniprot_database_path: /home/runner/work/ascc/ascc/diamond/UP000000212_1234679_tax.dmnd
diamond_nr_database_path: /home/runner/work/ascc/ascc/diamond/UP000000212_1234679_tax.dmnd
vecscreen_database_path: /home/runner/work/ascc/ascc/NT_database
vecscreen_database_path: /home/runner/work/ascc/ascc/vecscreen
seqkit:
sliding: 6000
window: 100000

0 comments on commit 234803a

Please sign in to comment.