Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add nosZ and qNOR #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin
9 changes: 5 additions & 4 deletions bin/prepare_gene_ref.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/bin/bash -login
set -e

if [ $# -ne 1 ]; then
echo Usage: gene
exit 1
fi

## THIS MUST BE MODIFIED TO YOUR FILE SYSTEM
JAR_DIR=/RDPTools/
JAR_DIR=~/Documents/software/gits/RDPTools/

## NOTE you need to used the modified hmmer-3.0_xanderpatch to build the specialized forward and reverse HMMs for Xander
hmmer-3.0_xanderpatch=/RDPTools/hmmer-3.0_xanderpatch/
hmmer_xanderpatch=/mnt/research/rdp/public/thirdParty/hmmer-3.0_xanderpatch/

gene=$1

Expand All @@ -30,8 +31,8 @@ gene=$1
cd ${JAR_DIR}/Xander_assembler/${gene}/originaldata

## create forward and reverse hmms for Xander.
${hmmer-3.0_xanderpatch}/src/hmmalign --allcol -o ${gene}_seeds_aligned.stk ${gene}.hmm ${gene}.seeds
${hmmer-3.0_xanderpatch}/src/hmmbuild --enone ../for_enone.hmm ${gene}_seeds_aligned.stk
${hmmer_xanderpatch}/src/hmmalign --allcol -o ${gene}_seeds_aligned.stk ${gene}.hmm ${gene}.seeds
${hmmer_xanderpatch}/src/hmmbuild --enone ../for_enone.hmm ${gene}_seeds_aligned.stk

java -jar ${JAR_DIR}/ReadSeq.jar to-fasta ${gene}_seeds_aligned.stk > ${gene}_seeds_aligned.fasta

Expand Down
5,410 changes: 5,410 additions & 0 deletions norB/originaldata/framebot.fa

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions norB/originaldata/norB.fa

Large diffs are not rendered by default.

1,369 changes: 1,369 additions & 0 deletions norB/originaldata/norB.hmm

Large diffs are not rendered by default.

5,410 changes: 5,410 additions & 0 deletions norB/originaldata/nucl.fa

Large diffs are not rendered by default.

3,850 changes: 3,850 additions & 0 deletions qNOR/originaldata/framebot.fa

Large diffs are not rendered by default.

3,850 changes: 3,850 additions & 0 deletions qNOR/originaldata/nucl.fa

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions qNOR/originaldata/qNOR.fa

Large diffs are not rendered by default.

2,263 changes: 2,263 additions & 0 deletions qNOR/originaldata/qNOR.hmm

Large diffs are not rendered by default.