Clarifications

This commit is contained in:
hyginn 2020-11-03 21:22:08 +10:00
parent 7c19559839
commit 7bbd19078f

View File

@ -288,7 +288,9 @@ for (ID in pID) {
# ... etc.
#
# Show the output of your code. Make sure the code itself is enclosed
# in <pre> ... </pre> tags.
# in <pre> ... </pre> tags. DO NOT POST A SCREENSHOT OF YOUR OUTPUT,
# BUT COPY THE EXACT, COMPLETE OUTPUT, PASTE IT INTO YOUR SUBMISSION,
# AND FORMAT IT CORRECTLY.
# = 2 Implementing the protein datamodel ==================================
@ -518,7 +520,8 @@ myDB$taxonomy$species[sel]
# identities) with the N-terminus of the query - i.e. the Query sequence of
# the first ~ 100 amino acids.
# - Follow the link to the protein data page, linked from "Accession".
# - If you are submitting this unit for credit, you will need to paste the
# relevant section of the BLAST results into your submission page (see task). # - Follow the link to the protein data page, linked from "Accession".
# - From there, in a separate tab, open the link to the taxonomy database page
# for MYSPE which is linked from the "ORGANISM" record.
@ -641,8 +644,13 @@ myDB$protein$RefSeqID[sel]
# == 3.4 Task: submit for credit (part 2/2) ================================
# - On your submission page, note the E-value of your protein and link
# to its NCBI protein database page.
# - On your submission page, copy/paste the BLAST result headers from the
# "Alignments" tab, to demonstrate that the data justifies your choice of
# protein; you don't need to paste the whole alignment, just the header(s).
# Note the relevant values separately: eValue, coverage, %ID etc. and link
# to your protein's NCBI protein database page. (Note: in case there are
# more than one high-scoring segments included for the SAME protein, you
# need to show the results for all of its high-scoring segments.)
# - Copy and paste the contents of your two JSON files on your submission
# page on the Student Wiki. Make sure they are enclosed in <pre> ... </pre>
# tags.