Skip to content

Commit

Permalink
Merge pull request #4 from weaversd/documentationReorganization
Browse files Browse the repository at this point in the history
reorganized documentation folder
  • Loading branch information
weaversd authored Nov 15, 2022
2 parents 474b6b5 + 73fdb73 commit 2dc69a4
Show file tree
Hide file tree
Showing 28 changed files with 114 additions and 70 deletions.
File renamed without changes
File renamed without changes
167 changes: 103 additions & 64 deletions www/Documentation.html → Documentation/Documentation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/Documentation.md → Documentation/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ Please leave all of the above on the [github page](https://github.com/Champion-L
<img src="Champion_lab_v1.png" alt="drawing" width="200"/>
[Champion Lab](https://championlab.weebly.com/), University of Notre Dame

<sup>By Simon D. Weaver and Christine M. DeRosa</sup>
<sup>By Simon D. Weaver and Christine M. DeRosa</sup>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 8 additions & 3 deletions www/Release Updates.txt → Documentation/Release Updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Version 0.1.5
2022-09-07
- Fixed MetaMorpheus import bug for non LFQ files

Version 0.1.6
2022-09-08
- Bug fixed for PTM plot not displaying log scale when two samples is selected.
Version 0.1.6
2022-09-08
- Bug fixed for PTM plot not displaying log scale when two samples is selected.

Version 0.1.7
2022-11-15
- Reorganized Documentation to be in a separate folder to cleanup code
- Updated RegEx for N-glycosylation motif to exclude proline as the middle AA
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
library(shiny)
ui <- navbarPage(title = "PrIntMap-R",
tabPanel("Documentation",
includeMarkdown("www/Documentation.md"),
"Version 0.1.6"), #update version here for each push
includeMarkdown("Documentation/Documentation.md"),
"Version 0.1.7"), #update version here for each push
tabPanel("Run",
flowLayout(
fileInput(inputId = "database_file", label = "Upload fasta database file",
Expand Down

0 comments on commit 2dc69a4

Please sign in to comment.