We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c7e68 commit f82aa22Copy full SHA for f82aa22
qiita_ware/wrapper.py
@@ -11,16 +11,6 @@
11
from moi.job import system_call, submit, ctxs, ctx_default
12
13
14
-__author__ = "Jose Antonio Navas Molina"
15
-__copyright__ = "Copyright 2011, The QIIME project"
16
-__credits__ = ["Jose Antonio Navas Molina"]
17
-__license__ = "BSD"
18
-__version__ = "1.8.0-dev"
19
-__maintainer__ = "Jose Navas Antonio Molina"
20
-# Taken from pull request #1616 in qiime, with permission from Jose
21
-# Permission was also given to release this code under the BSD licence
22
-
23
24
def system_call_from_job(job_id, **kwargs):
25
"""Executes a system call described by a Job
26
0 commit comments