-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
78 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,13 +28,18 @@ From: ubuntu:22.04 | |
fontconfig libbz2-dev liblzma-dev libssl-dev \ | ||
libffi-dev libsqlite3-dev | ||
|
||
echo ===== Installing MAFFT ===== >/dev/null | ||
apt-get install -y mafft | ||
|
||
echo ===== Installing Python ===== >/dev/null | ||
apt-get install -y python3 python3-pip | ||
|
||
echo ===== Installing blast ===== >/dev/null | ||
apt-get install -y ncbi-blast+ | ||
|
||
echo ===== Installing Python packages ===== >/dev/null | ||
pip3 install git+https://github.com/cfe-lab/[email protected] | ||
|
||
cd /opt/primer_finder | ||
pip3 install . | ||
|
||
|
@@ -55,3 +60,17 @@ From: ubuntu:22.04 | |
|
||
%runscript | ||
gene_splicer_sample --hivseqinr /opt/hivseqinr "$@" | ||
|
||
%apprun hivintact | ||
gene_splicer_sample --hivintact "$@" | ||
|
||
%apphelp hivintact | ||
Search proviral consensus sequences for primers, then use HIVIntact to | ||
decide if the genomes are complete. | ||
|
||
%applabels hivintact | ||
KIVE_INPUTS sample_info_csv contigs_csv conseqs_csv cascade_csv | ||
KIVE_OUTPUTS outcome_summary_csv conseqs_primers_csv contigs_primers_csv \ | ||
table_precursor_csv hivseqinr_results_tar | ||
KIVE_THREADS 1 | ||
KIVE_MEMORY 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters