Skip to content

Commit

Permalink
Add test reads
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Mar 1, 2024
1 parent 0015f62 commit 745466a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
Binary file added .tests/data/reads/LONG_R1.fastq.gz
Binary file not shown.
Binary file added .tests/data/reads/LONG_R2.fastq.gz
Binary file not shown.
Binary file added .tests/data/reads/SHORT_R1.fastq.gz
Binary file not shown.
Binary file added .tests/data/reads/SHORT_R2.fastq.gz
Binary file not shown.
5 changes: 2 additions & 3 deletions sbx_virus_id.smk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rule install_cenote_taker:
log:
LOG_FP / "install_cenote_taker.log",
params:
ext_fp=str(get_virus_ext_path()),
#ext_fp=str(get_virus_ext_path()),
db_fp=Cfg["sbx_virus_id"]["cenote_taker_db"],
resources:
runtime=2400,
Expand All @@ -91,8 +91,7 @@ rule install_cenote_taker:
f"docker://sunbeamlabs/sbx_virus_id:{SBX_VIRUS_ID_VERSION}-cenote-taker"
shell:
"""
cd {params.ext_fp}
bash scripts/install_cenote_taker2.sh {params.ext_fp} {output} {log} {params.db_fp}
get_ct3_dbs -o {params.db_fp} --hmm T --mmseqs_tax T --mmseqs_cdd T --domain_list T --hhCDD T --hhPFAM T --hhPDB T
"""


Expand Down

0 comments on commit 745466a

Please sign in to comment.