Skip to content

Corley-Kilgore-McCown Exercise 11 Submission#3

Open
kkilgoreND wants to merge 13 commits into
lyy005:masterfrom
kkilgoreND:master
Open

Corley-Kilgore-McCown Exercise 11 Submission#3
kkilgoreND wants to merge 13 commits into
lyy005:masterfrom
kkilgoreND:master

Conversation

@kkilgoreND

Copy link
Copy Markdown

No description provided.

../../../hmmer-3.1b2-cygwin64/binaries/./hmmsearch Problem1/sporecoat.ref.hmm all-files.fasta > sporecoat.hmms
../../../hmmer-3.1b2-cygwin64/binaries/./hmmsearch Problem1/transporter.ref.hmm all-files.fasta > transporter.hmms


@lyy005 lyy005 Dec 11, 2017

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to generate a single results file that contains proteome, HMM result and e-value
cat *.hmms | grep -v "#" | awk '{print $1,$3,$5}' | sed -E 's/tr|[A-Z0-9]+|[A-Z0-9]+_9//g' > hmmOut.txt

-0.1

Comment thread Exercise-Files/Ex11Q2.py
out2.close()
null.close()


Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants