Skip to content

Commit

Permalink
Update 11-SecretionPrediction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuerch authored Feb 11, 2019
1 parent 3222c74 commit a7f5385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _episodes/11-SecretionPrediction.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Then, lets run signalP on the *E.coli* proteins

~~~
$ cd ~/Secretome_prediction/prediction
$ signalp -t gram- -m Ecoli.fasta ~/Secretome_prediction/annotation/ERR022075/ERR022075.faa
$ signalp -t gram- -m Ecoli_secreted.fasta ~/Secretome_prediction/annotation/ERR022075/ERR022075.faa
~~~
{: .bash}

> ## Exercise
>
> Can you find proteins with a signal peptide in the *S.aureus* genome?
> Generate a list of proteins with a signal peptide from the *S.aureus* genome.
>
>
>> ## Solution
Expand All @@ -59,7 +59,7 @@ $ signalp -t gram- -m Ecoli.fasta ~/Secretome_prediction/annotation/ERR022075/E
>>
>> ~~~
>> $ cd ~/Secretome_prediction/prediction
>> $ signalp -t gram+ -m Saureus.fasta ~/Secretome_prediction/annotation/S_aureus/S_aureus.faa
>> $ signalp -t gram+ -m Saureus_secreted.fasta ~/Secretome_prediction/annotation/S_aureus/S_aureus.faa
>> ~~~
>> {: .bash}
>> {: .output}
Expand Down

0 comments on commit a7f5385

Please sign in to comment.