[med-svn] [Git][med-team/ncbi-igblast][master] Add autopkgtest.

Andrius Merkys (@merkys) gitlab at salsa.debian.org
Wed Mar 5 11:43:58 GMT 2025



Andrius Merkys pushed to branch master at Debian Med / ncbi-igblast


Commits:
63a0c2f1 by Andrius Merkys at 2025-03-05T13:43:46+02:00
Add autopkgtest.

- - - - -


2 changed files:

- + debian/tests/control
- + debian/tests/igblast


Changes:

=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: igblast
+Depends:
+ @,


=====================================
debian/tests/igblast
=====================================
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+TMPDIR=$(mktemp --directory)
+
+cp /usr/share/ncbi/igblast/internal_data/mouse/mouse_V.* ${TMPDIR}
+cp c++/src/objtools/blast/seqdb_writer/unit_test/data/WP_009685663.fasta ${TMPDIR}
+
+(
+    cd ${TMPDIR}
+    igblastp -germline_db_V mouse_V -query WP_009685663.fasta
+)
+
+rm -rf ${TMPDIR}



View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/63a0c2f19f3037e591f8157507eab9863e7e0272

-- 
View it on GitLab: https://salsa.debian.org/med-team/ncbi-igblast/-/commit/63a0c2f19f3037e591f8157507eab9863e7e0272
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250305/0edc7cc0/attachment.htm>


More information about the debian-med-commit mailing list