Skip to content

Commit 23abbdb

Browse files
josenavasantgonza
authored andcommitted
Remove old job code (#2045)
* New DB structure * Adding python patch * Adding a biom so we can actually execute the patch * Fixing the patch to correctly transfer the information from the old structure to the new one * Fixing patch * Fixing patch and a few other bits to make the patch run successfully * These files are no longer needed * Removing unused code * Droping analysis status table * Linking the analysis with all the artifacts * Fixing typo * Fixing HTML and dbschema files * Adding analyisis jobs * Extending the artifact to work with the analysis * Allowing multiomics datatype * Adding private_job_submitter and modifying proc job handler to use it * Adding logging column to the analysis * Adding datatype to the analysis-processing job table * Adding REST endpoint to access the analysis metadata * Adding private jobs to plugin * Fixing typo * Fixing the processing jobs complete * Removing the old job code * Oops removed the wrong file * Addressing @antgonza's comments * Taking into account non-phylogenetic metrics in beta diversity * Addressing @antgonza's comments
1 parent 9310326 commit 23abbdb

File tree

3 files changed

+1
-1006
lines changed

3 files changed

+1
-1006
lines changed

qiita_db/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import environment_manager
1717
import exceptions
1818
import investigation
19-
import job
2019
import logger
2120
import meta_util
2221
import ontology
@@ -32,7 +31,7 @@
3231
__version__ = "0.2.0-dev"
3332

3433
__all__ = ["analysis", "artifact", "base", "commands", "environment_manager",
35-
"exceptions", "investigation", "job", "logger", "meta_util",
34+
"exceptions", "investigation", "logger", "meta_util",
3635
"ontology", "portal", "reference", "search",
3736
"software", "sql_connection", "study", "user", "util",
3837
"metadata_template", "processing_job", "private"]

0 commit comments

Comments
 (0)