Skip to content

Commit

Permalink
Couple of extra fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigrenok committed Jul 23, 2024
1 parent d7da5a6 commit 991f7dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ directory):
└── WHATIDID.txt
```

> **_Note:_**
> You should actually create this directories and get this tree structure by running `tree` command inside the directory ending with `-read_cleaning`.
Being disciplined about structuring analyses is *extremely important*. It is similar to having
a laboratory notebook. It will prevent you from becoming overwhelmed by having
too many files, or not remembering what you did where.
Expand Down
5 changes: 3 additions & 2 deletions current-year/practicals/reference_genome/pt-3-prediction.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ We will compare them using BLAST to known sequences from other species against t
We will use [SequenceServer](https://sequenceserver.com) to run BLAST. Open [genomicscourse.sequenceserver.com](https://genomicscourse.sequenceserver.com) in your browser, paste the [example rice and honeybee protein sequences](predictions.fa)
in the textbox and click on the 'BLAST' button to run a BLAST search. *THIS WILL TAKE A MINUTE
OR TWO*. Alternatively, just use the results of the
OR TWO*.
<!-- Alternatively, just use the results of the
[BLAST that we performed before](https://genomicscourse.sequenceserver.com/42c77718-7b26-43eb-8315-d4ee9df96985).
-->
> **_Question:_**
> Look at the BLAST results:
> * Do any of the gene predictions have significant similarity to known
Expand Down

0 comments on commit 991f7dc

Please sign in to comment.