Skip to content

Commit 7241754

Browse files
committed
Removed changes to qiita_pet
This pull request should only contain changes with uploading data to redis. I accidentally commited some changes to qiita_pet here.
1 parent 8fc1b64 commit 7241754

File tree

5 files changed

+1
-195
lines changed

5 files changed

+1
-195
lines changed

notebooks/resource-allocation/upload_df.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

qiita_db/meta_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def update_resource_allocation_redis():
588588
if len(df) == 0:
589589
print("No available data for", sname, version, cname)
590590
continue
591-
591+
592592
fig, axs = resource_allocation_plot(df, cname, sname, col_name)
593593
titles = [0, 0]
594594
images = [0, 0]

qiita_pet/handlers/resources.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

qiita_pet/templates/resources.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

qiita_pet/webserver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
from qiita_pet.handlers.upload import (
5151
UploadFileHandler, StudyUploadFileHandler, StudyUploadViaRemote)
5252
from qiita_pet.handlers.stats import StatsHandler
53-
from qiita_pet.handlers.resources import ResourcesHandler
54-
5553
from qiita_pet.handlers.download import (
5654
DownloadHandler, DownloadStudyBIOMSHandler, DownloadRelease,
5755
DownloadRawData, DownloadEBISampleAccessions, DownloadEBIPrepAccessions,
@@ -138,7 +136,6 @@ def __init__(self):
138136
(r"/admin/sample_validation/", SampleValidation),
139137
(r"/admin/purge_users/", PurgeUsersHandler),
140138
(r"/admin/purge_usersAjax/", PurgeUsersAJAXHandler),
141-
(r"/admin/resources/", ResourcesHandler),
142139
(r"/ebi_submission/(.*)", EBISubmitHandler),
143140
# Study handlers
144141
(r"/study/create/", StudyEditHandler),

0 commit comments

Comments
 (0)