Skip to content

Commit

Permalink
search reference proteomes
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed May 20, 2024
1 parent d3a6199 commit 71bc3df
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions results/2024-05-20/hmmesearch-ref-proteomes.816252.errout
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+ class=class-2
+ project=/beevol/home/jhessel/devel/rnabioco/2a-peptide-search
+ hmm=/beevol/home/jhessel/devel/rnabioco/2a-peptide-search/curated-models/2A-class-2.hmm
+ seq=/beevol/home/jhessel/devel/rnabioco/2a-peptide-search/data/ref/uniprot/reference_proteomes/reference_proteomes.fasta.gz
+ hmmsearch --tblout ref-proteomes.class-2.hmmsearch.tab -A ref-proteomes.class-2.sto --noali /beevol/home/jhessel/devel/rnabioco/2a-peptide-search/curated-models/2A-class-2.hmm /beevol/home/jhessel/devel/rnabioco/2a-peptide-search/data/ref/uniprot/reference_proteomes/reference_proteomes.fasta.gz
+ gzip -c
Binary file not shown.
Binary file not shown.
Binary file added results/2024-05-20/ref-proteomes.class-1.sto.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added results/2024-05-20/ref-proteomes.class-2.sto.gz
Binary file not shown.
18 changes: 18 additions & 0 deletions results/2024-05-20/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#! /usr/bin/env bash

#BSUB -J hmmsearch[1-2]
#BSUB -eo hmmesearch-ref-proteomes.%J.errout

set -x

class="class-$LSB_JOBINDEX"
project=$HOME/devel/rnabioco/2a-peptide-search
hmm="$project/curated-models/2A-$class.hmm"
seq=$project/data/ref/uniprot/reference_proteomes/reference_proteomes.fasta.gz

hmmsearch \
--tblout ref-proteomes.$class.hmmsearch.tab \
-A ref-proteomes.$class.sto \
--noali \
$hmm $seq \
| gzip -c > ref-proteomes.$class.hmmsearch.gz

0 comments on commit 71bc3df

Please sign in to comment.