Skip to content

Commit

Permalink
modify deeploc to fast
Browse files Browse the repository at this point in the history
  • Loading branch information
remkv6 committed Nov 20, 2024
1 parent 1ffca11 commit c2daa04
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mRNA_22 OTHER 1.000000 0.000004
mRNA_23 OTHER 0.999822 0.000190
mRNA_24 OTHER 0.999777 0.000249
mRNA_25 SP 0.005658 0.994305 CS pos: 22-23. Pr: 0.5986
mRNA_26 SP 0.000441 0.999528 CS pos: 22-23. Pr: 0.7915
mRNA_26 SP 0.000441 0.999528 CS pos: 22-23. Pr: 0.7915less re
continued ...
```

Expand Down Expand Up @@ -259,8 +259,10 @@ pip install . --user
```
### Run deeploc2 -- 2 runs: one on subtracted SP proteins, and one on unmodified proteins.
```
deeploc2 -f SignalPeptidesSubtracted6.fasta -o Signap6Accurate -m Accurate -d cuda
deeploc2 -f YourSpecies_proteins.fasta -o AllProteins -m Accurate -d cuda
deeploc2 -f SignalPeptidesSubtracted6.fasta -o Signap6Accurate -m Fast
deeploc2 -f YourSpecies_proteins.fasta -o AllProteins -m Fast
```
**Excerpt of results from Deeploc 2.0**
```
Expand Down

0 comments on commit c2daa04

Please sign in to comment.