Skip to content

Midlige Tutorial 11#6

Open
amidlige wants to merge 2 commits into
lyy005:masterfrom
amidlige:master
Open

Midlige Tutorial 11#6
amidlige wants to merge 2 commits into
lyy005:masterfrom
amidlige:master

Conversation

@amidlige

Copy link
Copy Markdown

No description provided.

Comment thread tutorial11part1.sh
./Hammer/binaries/hmmsearch --tblout $file.transporter.hits transporter.hmm $file
done

cat Problem1/*.hits | grep -v "#" | awk '{print $1,$3,$5}' | sed -E 's/tr\|[A-Z0-9]+\|[A-Z0-9]+_9//' > results.txt

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

Comment thread tutorial11part2.py

for line in sequences:
motif1= re.match(AKKPRVZE,str(sequences))
motif2- re.match(AAQWWRNYGG,str(sequences))

@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.

motif1= re.match("AKKPRVZE",str(line))
motif2= re.match("AAQWWRNYGG",str(line))

-0.1 pts

Comment thread tutorial11part2.py

sequences=open("motifsort.fasta","r")
motif1file=open(motif1.txt,"w")
motif2file=open(motif2.txt,"w")

@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.

motif1file=open("motif1.txt","w")
motif2file=open("motif2.txt","w")
others=open("nonMotif.txt","w")

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.

2 participants