Skip to content

Commit

Permalink
Title change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Barrero Rodríguez committed Feb 25, 2022
1 parent fae41de commit bf4b268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions ShinyApp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iSanXoT Report Limma Calculator</title>
<title>ReportStats-iSanXoT v0.2</title>

<!--
<link rel="stylesheet" href="assets/bootstrap.min.css">
Expand All @@ -26,7 +26,7 @@
<div>
<img src="favicon.ico" height="150">
</div>
<h1 class="display-2 text-center align-self-center ml-2">iSanXoT Report: LIMMA</h1>
<h1 class="display-2 text-center align-self-center ml-2">ReportStats - iSanXoT<span style="font-size:0.3em">v0.2</span></h1>
</div>


Expand Down
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# main function
if __name__ == "__main__":
version = sys.argv[1]
version = sys.argv[1] #"vx.y"
versionName = f"ReportStats-iSanXoT-{version}"
home = os.getcwd()
version_dir = os.path.join(home, versionName)
Expand Down

0 comments on commit bf4b268

Please sign in to comment.