Skip to content

Commit

Permalink
site update to 0.3.5.
Browse files Browse the repository at this point in the history
sequential signalp and targetp
  • Loading branch information
missuse committed Oct 23, 2021
1 parent a7b2a5a commit c76593f
Show file tree
Hide file tree
Showing 96 changed files with 13,401 additions and 29,940 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
^vignettes/pkgdown$
^\.github$
^codecov\.yml$
^doc$
^Meta$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ragp
Type: Package
Title: Mining for Hydroxyproline rich glycoprotein sequences
Version: 0.3.5
Version: 0.3.5.9000
Authors@R: c(
person("Milan", "Dragicevic", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9422-2952")),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export(get_tmhmm)
export(maab)
export(pfam2go)
export(plot_prot)
export(plot_signalp)
export(predict_hyp)
export(scan_ag)
export(scan_nglc)
Expand Down
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@

ragp 0.3.5.9000
===============

Bug Fixes and Improvements
--------------------------

* `plot_signalp()` has been deprecated and removed.

* `get_signalp5()` now works with https://services.healthtech.dtu.dk/service.php?SignalP-5.0 site since the old link http://www.cbs.dtu.dk/services/SignalP/ does not function any longer.

* `get_signalp()` now works with https://services.healthtech.dtu.dk/service.php?SignalP-4.1 since the old link http://www.cbs.dtu.dk/services/SignalP-4.1/ does not function any longer.

* `get_signalp()` now now runs one job at a time.

* `get_signalp()` splitter argument default value has been changed to 1000.

* `get_signalp()` sleep argument has been removed.

* `get_targetp()` now works with https://services.healthtech.dtu.dk/service.php?TargetP-1.1 since the old link http://www.cbs.dtu.dk/services/TargetP-1.1/ does not function any longer.

* `get_targetp()` now now runs one job at a time.

* `get_targetp()` splitter argument default value has been changed to 1000.

* `get_targetp()` sleep argument has been removed. .


ragp 0.3.5
===============

Expand Down
Loading

0 comments on commit c76593f

Please sign in to comment.