Mercurial > repos > nick > dunovo
annotate out2.log @ 11:0f8e0dc73d1d draft default tip
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
author | nick |
---|---|
date | Wed, 16 Feb 2022 22:59:00 +0000 |
parents | |
children |
rev | line source |
---|---|
11
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1 git --git-dir /home/me/.planemo/gx_repo config remote.origin.fetch '+refs/*:refs/*' |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
2 git --git-dir /home/me/.planemo/gx_repo config remote.origin.mirror true |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
3 git --git-dir /home/me/.planemo/gx_repo remote update >/dev/null 2>&1 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
4 git clone --branch master /home/me/.planemo/gx_repo /tmp/tmp1upz926i/galaxy-dev |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
5 if [ -d .venv ]; then GALAXY_VIRTUAL_ENV=.venv; else GALAXY_VIRTUAL_ENV=/home/me/.planemo/gx_venv_3; fi && export GALAXY_VIRTUAL_ENV && if [ ! -e "$GALAXY_VIRTUAL_ENV" ]; then /usr/bin/python3 -m venv $GALAXY_VIRTUAL_ENV; echo "Created virtualenv"; fi && if [ -e "$GALAXY_VIRTUAL_ENV" ]; then . "$GALAXY_VIRTUAL_ENV"/bin/activate; echo "Activated a virtualenv for Galaxy"; echo "$VIRTUAL_ENV"; else echo "Failed to activate virtualenv."; fi && COMMON_STARTUP_ARGS=; $(grep -q 'skip-venv' run_tests.sh) && COMMON_STARTUP_ARGS="--dev-wheels"; export COMMON_STARTUP_ARGS; echo "Set COMMON_STARTUP_ARGS to ${COMMON_STARTUP_ARGS}" && ./scripts/common_startup.sh ${COMMON_STARTUP_ARGS} |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
6 Activated a virtualenv for Galaxy |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
7 /home/me/.planemo/gx_venv_3 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
8 Set COMMON_STARTUP_ARGS to --dev-wheels |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
9 Initializing tool-data/shared/ucsc/builds.txt from builds.txt.sample |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
10 Initializing tool-data/shared/ucsc/manual_builds.txt from manual_builds.txt.sample |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
11 Initializing static/welcome.html from welcome.html.sample |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
12 Activating virtualenv at /home/me/.planemo/gx_venv_3 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
13 Requirement already satisfied: pip>=19.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (20.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
14 Ignoring async-exit-stack: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
15 Ignoring async-generator: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
16 Ignoring atomicwrites: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
17 Ignoring cached-property: markers 'python_version < "3.8" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
18 Ignoring cffi: markers 'implementation_name == "pypy" and python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0")' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
19 Ignoring colorama: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
20 Ignoring contextvars: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
21 Ignoring dataclasses: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
22 Ignoring immutables: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
23 Ignoring importlib-metadata: markers 'python_version < "3.8" and python_version >= "3.6" and (python_version == "3.6" or python_version == "3.7") and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.6" and python_version < "3.8")' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
24 Ignoring importlib-resources: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
25 Ignoring py: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or python_full_version >= "3.4.0" and python_version >= "3.6" and implementation_name == "pypy"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
26 Ignoring pycparser: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
27 Ignoring pyreadline3: markers 'sys_platform == "win32" and python_version >= "3.8"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
28 Ignoring pyreadline: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.5.0" and sys_platform == "win32"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
29 Ignoring ruamel.yaml.clib: markers 'platform_python_implementation == "CPython" and python_version < "3.8" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
30 Ignoring typing-extensions: markers 'python_version >= "3.6" and python_version < "3.8"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
31 Ignoring zipp: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
32 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple, https://wheels.galaxyproject.org/simple |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
33 Requirement already satisfied: adal==1.2.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 3)) (1.2.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
34 Requirement already satisfied: aiofiles==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 4)) (0.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
35 Requirement already satisfied: alabaster==0.7.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 5)) (0.7.12) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
36 Requirement already satisfied: amqp==5.0.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 6)) (5.0.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
37 Requirement already satisfied: appdirs==1.4.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 7)) (1.4.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
38 Requirement already satisfied: argcomplete==1.12.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 8)) (1.12.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
39 Requirement already satisfied: attmap==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 12)) (0.13.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
40 Requirement already satisfied: attrs==20.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 13)) (20.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
41 Requirement already satisfied: babel==2.9.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 14)) (2.9.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
42 Requirement already satisfied: bagit-profile==1.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 15)) (1.3.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
43 Requirement already satisfied: bagit==1.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 16)) (1.8.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
44 Requirement already satisfied: bcrypt==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
45 Requirement already satisfied: bdbag==1.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 18)) (1.6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
46 Requirement already satisfied: beaker==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 19)) (1.11.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
47 Requirement already satisfied: billiard==3.6.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 20)) (3.6.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
48 Requirement already satisfied: bioblend==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 21)) (0.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
49 Requirement already satisfied: bleach==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 22)) (3.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
50 Requirement already satisfied: boltons==20.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 23)) (20.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
51 Requirement already satisfied: boto3==1.16.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 24)) (1.16.63) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
52 Requirement already satisfied: boto==2.49.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 25)) (2.49.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
53 Requirement already satisfied: botocore==1.19.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 26)) (1.19.63) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
54 Requirement already satisfied: bx-python==0.8.11 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 27)) (0.8.11) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
55 Requirement already satisfied: cachecontrol==0.11.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 28)) (0.11.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
56 Requirement already satisfied: cachetools==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 30)) (4.2.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
57 Requirement already satisfied: celery==5.0.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 31)) (5.0.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
58 Requirement already satisfied: certifi==2020.12.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 32)) (2020.12.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
59 Requirement already satisfied: chardet==4.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 34)) (4.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
60 Requirement already satisfied: cheetah3==3.2.6.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 35)) (3.2.6.post1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
61 Requirement already satisfied: circus==0.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 36)) (0.17.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
62 Requirement already satisfied: click-didyoumean==0.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 37)) (0.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
63 Requirement already satisfied: click-plugins==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 38)) (1.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
64 Requirement already satisfied: click-repl==0.1.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 39)) (0.1.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
65 Requirement already satisfied: click==7.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 40)) (7.1.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
66 Requirement already satisfied: cliff==3.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 41)) (3.7.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
67 Requirement already satisfied: cloudauthz==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 42)) (0.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
68 Requirement already satisfied: cloudbridge==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 43)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
69 Requirement already satisfied: cmd2==1.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (1.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
70 Requirement already satisfied: coloredlogs==15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 46)) (15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
71 Requirement already satisfied: commonmark==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 47)) (0.9.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
72 Requirement already satisfied: coverage==5.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 49)) (5.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
73 Requirement already satisfied: cryptography==3.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 50)) (3.4.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
74 Requirement already satisfied: cwltool==3.0.20201109103151 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (3.0.20201109103151) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
75 Requirement already satisfied: debtcollector==2.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 53)) (2.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
76 Requirement already satisfied: decorator==5.0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 54)) (5.0.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
77 Requirement already satisfied: defusedxml==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 55)) (0.7.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
78 Requirement already satisfied: deprecated==1.2.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 56)) (1.2.12) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
79 Requirement already satisfied: deprecation==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 57)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
80 Requirement already satisfied: dictobj==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 58)) (0.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
81 Requirement already satisfied: docopt==0.6.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 59)) (0.6.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
82 Requirement already satisfied: docutils==0.16 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 60)) (0.16) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
83 Requirement already satisfied: dogpile.cache==1.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 61)) (1.1.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
84 Requirement already satisfied: ecdsa==0.14.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 62)) (0.14.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
85 Requirement already satisfied: edam-ontology==1.25.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 63)) (1.25.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
86 Requirement already satisfied: fabric3==1.14.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 64)) (1.14.post1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
87 Requirement already satisfied: fastapi-utils==0.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 65)) (0.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
88 Requirement already satisfied: fastapi==0.65.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 66)) (0.65.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
89 Requirement already satisfied: fluent-logger==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 67)) (0.10.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
90 Requirement already satisfied: fs==2.4.13 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 68)) (2.4.13) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
91 Requirement already satisfied: funcsigs==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 69)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
92 Requirement already satisfied: future==0.18.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 70)) (0.18.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
93 Requirement already satisfied: galaxy-sequence-utils==1.1.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 71)) (1.1.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
94 Requirement already satisfied: google-api-core==1.26.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 72)) (1.26.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
95 Requirement already satisfied: google-api-python-client==1.12.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 73)) (1.12.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
96 Requirement already satisfied: google-auth-httplib2==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 74)) (0.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
97 Requirement already satisfied: google-auth==1.30.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 75)) (1.30.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
98 Requirement already satisfied: googleapis-common-protos==1.53.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 76)) (1.53.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
99 Requirement already satisfied: greenlet==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 77)) (1.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
100 Requirement already satisfied: gunicorn==20.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 78)) (20.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
101 Requirement already satisfied: gxformat2==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 79)) (0.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
102 Requirement already satisfied: h11==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 80)) (0.12.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
103 Requirement already satisfied: h5py==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 81)) (3.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
104 Requirement already satisfied: httpcore==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 82)) (0.13.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
105 Requirement already satisfied: httplib2==0.19.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 83)) (0.19.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
106 Requirement already satisfied: httpx==0.18.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 84)) (0.18.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
107 Requirement already satisfied: humanfriendly==9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 85)) (9.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
108 Requirement already satisfied: idna==2.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 86)) (2.10) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
109 Requirement already satisfied: imagesize==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 87)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
110 Requirement already satisfied: iniconfig==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 91)) (1.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
111 Requirement already satisfied: isa-rwval==0.10.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 92)) (0.10.10) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
112 Requirement already satisfied: iso8601==0.1.14 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 93)) (0.1.14) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
113 Requirement already satisfied: isodate==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 94)) (0.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
114 Requirement already satisfied: jinja2==2.11.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 95)) (2.11.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
115 Requirement already satisfied: jmespath==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 96)) (0.10.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
116 Requirement already satisfied: jsonpatch==1.32 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 97)) (1.32) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
117 Requirement already satisfied: jsonpointer==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 98)) (2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
118 Requirement already satisfied: jsonschema==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 99)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
119 Requirement already satisfied: keystoneauth1==4.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 100)) (4.3.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
120 Requirement already satisfied: kombu==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 101)) (5.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
121 Requirement already satisfied: lagom==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 102)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
122 Requirement already satisfied: lockfile==0.12.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 103)) (0.12.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
123 Requirement already satisfied: lxml==4.6.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 104)) (4.6.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
124 Requirement already satisfied: mako==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 105)) (1.1.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
125 Requirement already satisfied: markdown-it-reporter==0.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 106)) (0.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
126 Requirement already satisfied: markdown==3.3.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 107)) (3.3.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
127 Requirement already satisfied: markupsafe==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 108)) (1.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
128 Requirement already satisfied: mercurial==5.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 109)) (5.7.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
129 Requirement already satisfied: mirakuru==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 110)) (2.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
130 Requirement already satisfied: mistune==0.8.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 111)) (0.8.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
131 Requirement already satisfied: mrcfile==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 112)) (1.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
132 Requirement already satisfied: msgpack==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 113)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
133 Requirement already satisfied: munch==2.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 114)) (2.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
134 Requirement already satisfied: mypy-extensions==0.4.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 115)) (0.4.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
135 Requirement already satisfied: netaddr==0.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 116)) (0.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
136 Requirement already satisfied: netifaces==0.10.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 117)) (0.10.9) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
137 Requirement already satisfied: networkx==2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 118)) (2.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
138 Requirement already satisfied: nodeenv==1.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 119)) (1.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
139 Requirement already satisfied: nose==1.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 120)) (1.3.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
140 Requirement already satisfied: nosehtml==0.4.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 121)) (0.4.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
141 Requirement already satisfied: numpy==1.19.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 122)) (1.19.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
142 Requirement already satisfied: oauth2client==4.1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 123)) (4.1.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
143 Requirement already satisfied: oauthlib==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 124)) (3.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
144 Requirement already satisfied: openstacksdk==0.52.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 125)) (0.52.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
145 Requirement already satisfied: os-client-config==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 126)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
146 Requirement already satisfied: os-service-types==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 127)) (1.7.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
147 Requirement already satisfied: osc-lib==2.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 128)) (2.3.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
148 Requirement already satisfied: oslo.config==8.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 129)) (8.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
149 Requirement already satisfied: oslo.context==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 130)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
150 Requirement already satisfied: oslo.i18n==5.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 131)) (5.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
151 Requirement already satisfied: oslo.log==4.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 132)) (4.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
152 Requirement already satisfied: oslo.serialization==4.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 133)) (4.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
153 Requirement already satisfied: oslo.utils==4.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 134)) (4.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
154 Requirement already satisfied: oyaml==1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 135)) (1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
155 Requirement already satisfied: packaging==20.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 136)) (20.9) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
156 Requirement already satisfied: paramiko==2.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 137)) (2.7.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
157 Requirement already satisfied: parsley==1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 138)) (1.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
158 Requirement already satisfied: paste==3.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 139)) (3.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
159 Requirement already satisfied: pastedeploy==2.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 140)) (2.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
160 Requirement already satisfied: pbr==5.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 141)) (5.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
161 Requirement already satisfied: pluggy==0.13.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 142)) (0.13.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
162 Requirement already satisfied: port-for==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 143)) (0.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
163 Requirement already satisfied: prettytable==0.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 144)) (0.7.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
164 Requirement already satisfied: prompt-toolkit==3.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 145)) (3.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
165 Requirement already satisfied: protobuf==3.15.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 146)) (3.15.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
166 Requirement already satisfied: prov==1.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 147)) (1.5.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
167 Requirement already satisfied: psutil==5.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 148)) (5.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
168 Requirement already satisfied: pulsar-galaxy-lib==0.14.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 149)) (0.14.10) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
169 Requirement already satisfied: pyasn1-modules==0.2.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 151)) (0.2.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
170 Requirement already satisfied: pyasn1==0.4.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 152)) (0.4.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
171 Requirement already satisfied: pycryptodome==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 154)) (3.10.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
172 Requirement already satisfied: pydantic==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 155)) (1.8.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
173 Requirement already satisfied: pydot==1.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 156)) (1.4.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
174 Requirement already satisfied: pyeventsystem==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 157)) (0.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
175 Requirement already satisfied: pyfaidx==0.5.9.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 158)) (0.5.9.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
176 Requirement already satisfied: pygithub==1.55 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 159)) (1.55) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
177 Requirement already satisfied: pygments==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 160)) (2.8.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
178 Requirement already satisfied: pyinotify==0.9.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 161)) (0.9.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
179 Requirement already satisfied: pyjwt==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 162)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
180 Requirement already satisfied: pykwalify==1.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 163)) (1.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
181 Requirement already satisfied: pynacl==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 164)) (1.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
182 Requirement already satisfied: pyparsing==2.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 165)) (2.4.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
183 Requirement already satisfied: pyperclip==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 166)) (1.8.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
184 Requirement already satisfied: pyrsistent==0.17.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 169)) (0.17.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
185 Requirement already satisfied: pysam==0.16.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 170)) (0.16.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
186 Requirement already satisfied: pytest-asyncio==0.15.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 171)) (0.15.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
187 Requirement already satisfied: pytest-cov==2.11.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 172)) (2.11.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
188 Requirement already satisfied: pytest-html==3.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 173)) (3.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
189 Requirement already satisfied: pytest-json-report==1.2.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 174)) (1.2.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
190 Requirement already satisfied: pytest-metadata==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 175)) (1.11.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
191 Requirement already satisfied: pytest-mock==3.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 176)) (3.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
192 Requirement already satisfied: pytest-postgresql==2.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 177)) (2.6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
193 Requirement already satisfied: pytest-pythonpath==0.7.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 178)) (0.7.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
194 Requirement already satisfied: pytest-shard==0.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 179)) (0.1.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
195 Requirement already satisfied: pytest==6.2.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (6.2.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
196 Requirement already satisfied: python-dateutil==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 181)) (2.8.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
197 Requirement already satisfied: python-irodsclient==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 182)) (1.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
198 Requirement already satisfied: python-jose==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 183)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
199 Requirement already satisfied: python-keystoneclient==4.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 184)) (4.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
200 Requirement already satisfied: python-neutronclient==7.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 185)) (7.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
201 Requirement already satisfied: python-novaclient==17.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 186)) (17.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
202 Requirement already satisfied: python-swiftclient==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 187)) (3.10.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
203 Requirement already satisfied: python3-openid==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 188)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
204 Requirement already satisfied: pytz==2021.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 189)) (2021.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
205 Requirement already satisfied: pyuwsgi==2.0.19.1.post0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 190)) (2.0.19.1.post0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
206 Requirement already satisfied: pyyaml==5.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 191)) (5.4.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
207 Requirement already satisfied: pyzmq==22.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 192)) (22.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
208 Requirement already satisfied: rdflib-jsonld==0.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 193)) (0.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
209 Requirement already satisfied: rdflib==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 194)) (4.2.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
210 Requirement already satisfied: recommonmark==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 195)) (0.7.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
211 Requirement already satisfied: refgenconf==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (0.12.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
212 Requirement already satisfied: repoze.lru==0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 197)) (0.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
213 Requirement already satisfied: requests-oauthlib==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 198)) (1.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
214 Requirement already satisfied: requests-toolbelt==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 199)) (0.9.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
215 Requirement already satisfied: requests==2.25.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 200)) (2.25.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
216 Requirement already satisfied: requestsexceptions==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 201)) (1.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
217 Requirement already satisfied: responses==0.13.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 202)) (0.13.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
218 Requirement already satisfied: rfc3986==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 203)) (1.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
219 Requirement already satisfied: routes==2.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 204)) (2.5.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
220 Requirement already satisfied: rsa==4.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 205)) (4.7.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
221 Requirement already satisfied: ruamel.yaml==0.16.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 207)) (0.16.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
222 Requirement already satisfied: s3transfer==0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 208)) (0.3.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
223 Requirement already satisfied: schema-salad==7.1.20210316164414 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 209)) (7.1.20210316164414) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
224 Requirement already satisfied: selenium==3.141.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 210)) (3.141.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
225 Requirement already satisfied: setuptools-scm==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 211)) (5.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
226 Requirement already satisfied: shellescape==3.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 212)) (3.4.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
227 Requirement already satisfied: simplejson==3.17.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 213)) (3.17.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
228 Requirement already satisfied: six==1.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 214)) (1.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
229 Requirement already satisfied: sniffio==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 215)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
230 Requirement already satisfied: snowballstemmer==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 216)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
231 Requirement already satisfied: social-auth-core==4.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 217)) (4.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
232 Requirement already satisfied: sortedcontainers==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 218)) (2.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
233 Requirement already satisfied: sphinx-markdown-tables==0.0.15 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 219)) (0.0.15) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
234 Requirement already satisfied: sphinx-rtd-theme==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 220)) (0.5.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
235 Requirement already satisfied: sphinx==3.5.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 221)) (3.5.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
236 Requirement already satisfied: sphinxcontrib-applehelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 222)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
237 Requirement already satisfied: sphinxcontrib-devhelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 223)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
238 Requirement already satisfied: sphinxcontrib-htmlhelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 224)) (1.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
239 Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 225)) (1.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
240 Requirement already satisfied: sphinxcontrib-qthelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 226)) (1.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
241 Requirement already satisfied: sphinxcontrib-serializinghtml==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 227)) (1.1.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
242 Requirement already satisfied: sqlalchemy-migrate==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 228)) (0.13.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
243 Requirement already satisfied: sqlalchemy==1.4.20 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 229)) (1.4.20) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
244 Requirement already satisfied: sqlitedict==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 230)) (1.7.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
245 Requirement already satisfied: sqlparse==0.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 231)) (0.4.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
246 Requirement already satisfied: starlette-context==0.3.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 232)) (0.3.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
247 Requirement already satisfied: starlette==0.14.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 233)) (0.14.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
248 Requirement already satisfied: statsd==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 234)) (3.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
249 Requirement already satisfied: stevedore==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 235)) (3.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
250 Requirement already satisfied: svgwrite==1.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 236)) (1.4.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
251 Requirement already satisfied: tempita==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 237)) (0.5.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
252 Requirement already satisfied: tenacity==7.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 238)) (7.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
253 Requirement already satisfied: testfixtures==6.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 239)) (6.17.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
254 Requirement already satisfied: tifffile==2020.9.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 240)) (2020.9.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
255 Requirement already satisfied: toml==0.10.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 241)) (0.10.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
256 Requirement already satisfied: tornado==6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 242)) (6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
257 Requirement already satisfied: tqdm==4.60.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 243)) (4.60.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
258 Requirement already satisfied: twill==3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 244)) (3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
259 Requirement already satisfied: tzlocal==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 246)) (2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
260 Requirement already satisfied: ubiquerg==0.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 247)) (0.6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
261 Requirement already satisfied: unidecode==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 248)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
262 Requirement already satisfied: uritemplate==3.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 249)) (3.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
263 Requirement already satisfied: urllib3==1.26.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 250)) (1.26.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
264 Requirement already satisfied: uvicorn==0.13.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 251)) (0.13.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
265 Requirement already satisfied: vine==5.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 252)) (5.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
266 Requirement already satisfied: watchdog==2.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 253)) (2.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
267 Requirement already satisfied: wcwidth==0.2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 254)) (0.2.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
268 Requirement already satisfied: webencodings==0.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 255)) (0.5.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
269 Requirement already satisfied: webob==1.8.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 256)) (1.8.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
270 Requirement already satisfied: whoosh==2.7.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 257)) (2.7.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
271 Requirement already satisfied: wrapt==1.12.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 258)) (1.12.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
272 Requirement already satisfied: xmlrunner==1.7.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 259)) (1.7.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
273 Requirement already satisfied: yacman==0.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 260)) (0.8.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
274 Requirement already satisfied: zipstream-new==1.1.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 262)) (1.1.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
275 Requirement already satisfied: cffi>=1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (1.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
276 Requirement already satisfied: colorama>=0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cmd2==1.5.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (0.4.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
277 Requirement already satisfied: typing-extensions in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (4.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
278 Requirement already satisfied: setuptools in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (44.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
279 Requirement already satisfied: py>=1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from pytest==6.2.3->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (1.11.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
280 Requirement already satisfied: rich>=9.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from refgenconf==0.12.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (11.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
281 Requirement already satisfied: pycparser in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cffi>=1.1->bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (2.21) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
282 The Galaxy client has not yet been built and will be built now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
283 yarn install v1.22.17 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
284 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
285 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
286 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
287 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
288 Done in 41.34s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
289 yarn run v1.22.17 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
290 $ NODE_ENV=production gulp && yarn run webpack-production-maps && yarn run save-build-hash |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
291 [17:13:01] Using gulpfile /tmp/tmp1upz926i/galaxy-dev/client/gulpfile.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
292 [17:13:01] Starting 'default'... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
293 [17:13:01] Starting 'fonts'... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
294 [17:13:01] Starting 'stageLibs'... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
295 [17:13:01] Starting 'buildPlugins'... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
296 [17:13:01] Finished 'stageLibs' after 14 ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
297 [17:13:01] Finished 'buildPlugins' after 17 ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
298 [17:13:01] Starting 'cleanPlugins'... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
299 [17:13:01] Finished 'fonts' after 26 ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
300 No build hashfile detected for annotate_image, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
301 Installing Dependencies for annotate_image |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
302 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
303 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
304 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
305 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
306 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
307 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
308 Building annotate_image |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
309 $ parcel build src/script.js -d static --no-source-maps |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
310 ✨ Built in 8.69s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
311 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
312 static/script.js 424.02 KB 8.36s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
313 No build hashfile detected for chiraviz, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
314 Installing Dependencies for chiraviz |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
315 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
316 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
317 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
318 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
319 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
320 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
321 Building chiraviz |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
322 $ webpack --mode production |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
323 Hash: bc470bafb6d4fa387752 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
324 Version: webpack 4.46.0 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
325 Time: 1529ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
326 Built at: 02/16/2022 5:13:30 PM |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
327 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
328 448c34a56d699c29117adc64c43affeb.woff2 17.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
329 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
330 89889688147bd7575d6327160d64e760.svg 106 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
331 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
332 af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
333 b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
334 e18bbf611f2a2e43afc071aa2f4e1512.ttf 44.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
335 f4769f9bdb7466be65088239c12046d1.eot 19.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
336 fa2772327f55d8198301fdb8bcfc8158.woff 22.9 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
337 fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
338 images/plus-icon.png 2.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
339 images/search-icon.png 9.78 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
340 main.css 153 KiB 0 [emitted] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
341 script.js 3.72 MiB 0 [emitted] [big] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
342 Entrypoint main [big] = main.css script.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
343 [1] ./src/index.js 390 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
344 [4] ./node_modules/script-loader!./src/js/rna-viz.js 318 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
345 [5] ./node_modules/raw-loader!./src/js/rna-viz.js 56.8 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
346 [10] ./node_modules/script-loader!./src/js/visualize-alignment.js 330 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
347 [11] ./node_modules/raw-loader!./src/js/visualize-alignment.js 4.8 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
348 [16] ./src/css/rna.viz.css 39 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
349 + 14 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
350 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
351 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
352 This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
353 Assets: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
354 912ec66d7572ff821749319396470bde.svg (434 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
355 script.js (3.72 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
356 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
357 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
358 Entrypoints: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
359 main (3.87 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
360 main.css |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
361 script.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
362 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
363 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
364 WARNING in webpack performance recommendations: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
365 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
366 For more info visit https://webpack.js.org/guides/code-splitting/ |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
367 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/bootstrap/dist/css/bootstrap.min.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
368 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
369 8 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
370 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/font-awesome/css/font-awesome.min.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
371 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
372 9 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
373 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!src/css/rna.viz.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
374 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
375 [0] ./node_modules/css-loader/dist/cjs.js!./src/css/rna.viz.css 4.61 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
376 + 1 hidden module |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
377 No build hashfile detected for editor, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
378 Installing Dependencies for editor |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
379 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
380 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
381 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
382 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
383 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
384 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
385 Building editor |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
386 $ webpack --mode production |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
387 Hash: 0049facab9a1a81ab2fd |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
388 Version: webpack 4.46.0 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
389 Time: 3404ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
390 Built at: 02/16/2022 5:13:39 PM |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
391 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
392 main.css 777 bytes 0 [emitted] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
393 script.js 394 KiB 0 [emitted] [big] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
394 Entrypoint main [big] = main.css script.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
395 [0] (webpack)/buildin/module.js 497 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
396 [1] (webpack)/buildin/amd-define.js 85 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
397 [2] ./src/index.js 172 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
398 [3] ./src/styles/style.css 39 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
399 + 4 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
400 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
401 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
402 This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
403 Assets: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
404 script.js (394 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
405 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
406 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
407 Entrypoints: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
408 main (395 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
409 main.css |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
410 script.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
411 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
412 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
413 WARNING in webpack performance recommendations: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
414 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
415 For more info visit https://webpack.js.org/guides/code-splitting/ |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
416 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!src/styles/style.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
417 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
418 [0] ./node_modules/css-loader/dist/cjs.js!./src/styles/style.css 1.03 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
419 + 1 hidden module |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
420 No build hashfile detected for heatmap_default, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
421 Installing Dependencies for heatmap_default |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
422 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
423 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
424 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
425 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
426 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
427 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
428 Building heatmap_default |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
429 $ parcel build src/script.js -d static/dist |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
430 ✨ Built in 9.07s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
431 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
432 static/dist/script.js.map ⚠️ 1.21 MB 76ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
433 static/dist/script.js 360.29 KB 8.63s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
434 No build hashfile detected for hyphyvision, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
435 Installing Dependencies for hyphyvision |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
436 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
437 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
438 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
439 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
440 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
441 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
442 Building hyphyvision |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
443 $ webpack --mode development |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
444 Hash: 19951ee18264fd552b31 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
445 Version: webpack 4.46.0 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
446 Time: 2740ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
447 Built at: 02/16/2022 5:14:12 PM |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
448 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
449 main.css 272 KiB main [emitted] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
450 script.js 5.66 MiB main [emitted] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
451 Entrypoint main = main.css script.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
452 [./node_modules/webpack/buildin/amd-define.js] (webpack)/buildin/amd-define.js 85 bytes {main} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
453 [./node_modules/webpack/buildin/amd-options.js] (webpack)/buildin/amd-options.js 80 bytes {main} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
454 [./node_modules/webpack/buildin/global.js] (webpack)/buildin/global.js 472 bytes {main} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
455 [./node_modules/webpack/buildin/module.js] (webpack)/buildin/module.js 497 bytes {main} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
456 [./src/index.js] 215 bytes {main} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
457 + 99 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
458 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/hyphy-vision/dist/hyphyvision.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
459 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
460 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
461 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/phylotree/phylotree.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
462 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
463 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
464 No build hashfile detected for media_player, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
465 Installing Dependencies for media_player |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
466 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
467 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
468 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
469 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
470 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
471 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
472 Building media_player |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
473 $ cp node_modules/plyr/dist/plyr.js node_modules/plyr/dist/plyr.css static/dist |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
474 No build hashfile detected for mvpapp, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
475 Installing Dependencies for mvpapp |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
476 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
477 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
478 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
479 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
480 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
481 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
482 Building mvpapp |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
483 $ webpack --mode production |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
484 Hash: faa2020d31339c7d60cf |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
485 Version: webpack 4.46.0 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
486 Time: 3441ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
487 Built at: 02/16/2022 5:14:24 PM |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
488 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
489 0417cf0d391d231809b74bc884265e55.png 757 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
490 0b708185ce8927f18c7b3b82a7e7c247.png 278 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
491 1173aff0adae43093a9489d25d461d8b.png 738 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
492 23932de7c235b03187b8a5de3d024490.png 5.68 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
493 2f257489d9600ddf56d195a179ebc9df.png 4.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
494 448c34a56d699c29117adc64c43affeb.woff2 17.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
495 4c27b34156b7a3776f31cc456ca01c10.png 6.76 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
496 4d4e638960a1a29b0d6b693b445087da.png 418 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
497 53acc69aaee6e2cb73b2021317e24af3.png 328 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
498 635a2c6439e2a8a51a6c2ff50a6da089.png 3.04 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
499 6686d21b904e18b100210169bb1c04ad.png 4.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
500 772a64d6df4b93d230e9b38e1ab7522a.png 4.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
501 89889688147bd7575d6327160d64e760.svg 106 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
502 a19fe1b2d726e920c12e43a65df9039a.png 6.15 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
503 b624f702075cd719a38f428e143025ea.png 207 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
504 c17f552e8f4697d7608c57653af36df0.png 262 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
505 c31d5fc3eb7d82c628a82e3b87024cd1.png 205 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
506 d0cc3ffc3dc84d3a7c48867c75e2485f.png 312 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
507 e18bbf611f2a2e43afc071aa2f4e1512.ttf 44.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
508 f4769f9bdb7466be65088239c12046d1.eot 19.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
509 fa2772327f55d8198301fdb8bcfc8158.woff 22.9 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
510 fe58c3539111d3021776e6833169c5e1.png 348 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
511 images/header_lorikeet.png 11.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
512 images/header_scan.png 3.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
513 images/header_text.png 17.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
514 images/lorikeet_text_small.png 3.38 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
515 images/slider_handle.png 3.04 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
516 images/sort_asc.png 160 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
517 images/sort_asc_disabled.png 148 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
518 images/sort_both.png 201 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
519 images/sort_desc.png 158 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
520 images/sort_desc_disabled.png 146 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
521 images/ui-bg_diagonals-thick_18_b81900_40x40.png 418 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
522 images/ui-bg_diagonals-thick_20_666666_40x40.png 312 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
523 images/ui-bg_flat_10_000000_40x100.png 205 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
524 images/ui-bg_glass_100_f6f6f6_1x400.png 262 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
525 images/ui-bg_glass_100_fdf5ce_1x400.png 348 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
526 images/ui-bg_glass_65_ffffff_1x400.png 207 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
527 images/ui-bg_gloss-wave_35_f6a828_500x100.png 5.68 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
528 images/ui-bg_highlight-soft_100_eeeeee_1x100.png 278 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
529 images/ui-bg_highlight-soft_75_ffe45c_1x100.png 328 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
530 images/ui-icons_222222_256x240.png 6.76 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
531 images/ui-icons_228ef1_256x240.png 4.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
532 images/ui-icons_ef8c08_256x240.png 4.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
533 images/ui-icons_ffd27a_256x240.png 4.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
534 images/ui-icons_ffffff_256x240.png 6.15 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
535 images/zoom_in.png 757 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
536 images/zoom_out.png 738 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
537 script.js 5.44 MiB 0 [emitted] [big] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
538 Entrypoint main [big] = script.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
539 [4] ./src/index.js 160 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
540 [5] ./src/js/publicPath.js 276 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
541 [6] ./src/css/jquery-ui.min.css 533 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
542 [22] ./src/css/lorikeet.css 528 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
543 [27] ./src/css/datatables.min.css 534 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
544 [29] ./src/css/msi.css 523 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
545 [31] ./src/css/app.css 523 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
546 [33] ./src/css/igv.css 523 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
547 [42] ./node_modules/script-loader!./src/js/jquery.min.js 315 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
548 [44] ./node_modules/script-loader!./src/js/jquery-ui.min.js 318 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
549 [59] ./node_modules/script-loader!./src/js/popper.min.js 315 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
550 [61] ./node_modules/script-loader!./src/js/plotly-latest.min.js 322 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
551 [63] ./node_modules/script-loader!./src/js/datatables.min.js 319 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
552 [65] ./node_modules/script-loader!./src/js/d3.min.js 311 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
553 [69] ./node_modules/script-loader!./src/js/msms_graphs.js 316 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
554 + 56 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
555 No build hashfile detected for ngl, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
556 Installing Dependencies for ngl |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
557 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
558 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
559 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
560 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
561 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
562 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
563 Building ngl |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
564 $ parcel build src/ngl.js -d static/dist |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
565 ✨ Built in 16.25s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
566 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
567 static/dist/ngl.js.map ⚠️ 2.1 MB 183ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
568 static/dist/ngl.js 958.08 KB 15.73s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
569 No build hashfile detected for nora, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
570 Installing Dependencies for nora |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
571 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
572 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
573 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
574 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
575 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
576 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
577 Building nora |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
578 $ cpy --cwd='node_modules/@galaxyproject/nora/static/dist' --parents './' '../../../../../static/dist' |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
579 No build hashfile detected for openlayers, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
580 Installing Dependencies for openlayers |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
581 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
582 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
583 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
584 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
585 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
586 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
587 Building openlayers |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
588 $ parcel build src/script.js -d static --no-source-maps |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
589 npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update! |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
590 npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
591 npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1645049705295-0.7828872097284614/node but npm is using /home/me/.planemo/gx_venv_3/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
592 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
593 > core-js@2.6.12 postinstall /tmp/tmp1upz926i/galaxy-dev/config/plugins/visualizations/openlayers/node_modules/wkt-parser/node_modules/core-js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
594 > node -e "try{require('./postinstall')}catch(e){}" |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
595 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
596 npm notice created a lockfile as package-lock.json. You should commit this file. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
597 + babel-preset-es2015@6.24.1 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
598 added 66 packages from 14 contributors and audited 66 packages in 3.207s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
599 found 0 vulnerabilities |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
600 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
601 ⚠️ Could not infer babel version. Defaulting to babel 7. Please add either babel-core or @babel/core as a dependency. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
602 + @babel/core@7.17.4 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
603 added 52 packages from 62 contributors and audited 118 packages in 2.432s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
604 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
605 3 packages are looking for funding |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
606 run `npm fund` for details |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
607 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
608 found 0 vulnerabilities |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
609 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
610 ✨ Built in 20.10s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
611 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
612 static/script.js ⚠️ 1.33 MB 19.74s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
613 No build hashfile detected for openseadragon, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
614 Installing Dependencies for openseadragon |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
615 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
616 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
617 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
618 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
619 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
620 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
621 Building openseadragon |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
622 $ cpy --cwd='node_modules/openseadragon/build/openseadragon' --parents './' '../../../../static/dist' |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
623 No build hashfile detected for pv, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
624 Installing Dependencies for pv |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
625 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
626 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
627 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
628 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
629 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
630 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
631 Building pv |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
632 $ parcel build src/pv.js -d static/dist |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
633 ✨ Built in 3.78s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
634 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
635 static/dist/pv.js.map 492.04 KB 44ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
636 static/dist/pv.js 160.92 KB 3.42s |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
637 No build hashfile detected for new_user, generating now. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
638 Installing Dependencies for new_user |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
639 info No lockfile found. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
640 [1/4] Resolving packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
641 [2/4] Fetching packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
642 [3/4] Linking dependencies... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
643 [4/4] Building fresh packages... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
644 success Saved lockfile. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
645 Building new_user |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
646 $ webpack --mode production |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
647 Hash: e9be2ddae440d20be158 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
648 Version: webpack 4.46.0 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
649 Time: 379ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
650 Built at: 02/16/2022 5:15:51 PM |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
651 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
652 static/topics/README.md 1.52 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
653 static/topics/data/images/data_importer/data_in_history.png 47.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
654 static/topics/data/images/data_importer/ftp_button.png 9.52 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
655 static/topics/data/images/data_importer/importer_button.png 12.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
656 static/topics/data/images/data_importer/importer_icon.png 4.53 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
657 static/topics/data/images/data_importer/importer_modal.png 110 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
658 static/topics/data/images/data_importer/local_button.png 10.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
659 static/topics/data/images/data_importer/metadata_fields.png 25 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
660 static/topics/data/images/data_importer/paste_field.png 44.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
661 static/topics/data/images/data_importer/pasted_data.png 68.1 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
662 static/topics/data/images/data_importer/rule_based.png 107 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
663 static/topics/data/images/data_importer/rule_column.png 85 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
664 static/topics/data/images/data_importer/rule_paste_field.png 320 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
665 static/topics/data/images/data_importer/set_rules.png 332 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
666 static/topics/data/images/data_importer/start_button.png 6.31 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
667 static/topics/data/images/data_importer/url_button.png 9.84 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
668 static/topics/data/images/databases/UCSC.png 257 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
669 static/topics/data/images/databases/UCSC_export.png 101 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
670 static/topics/data/images/databases/data_tool_form.png 231 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
671 static/topics/data/images/databases/expanded_get_data.png 82.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
672 static/topics/data/images/databases/get_data_row.png 9.37 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
673 static/topics/data/images/databases/imported_data.png 58.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
674 static/topics/data/images/observe/convert_dataset.png 256 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
675 static/topics/data/images/observe/convert_datatype.png 267 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
676 static/topics/data/images/observe/data_info.png 337 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
677 static/topics/data/images/observe/expanded_dataset.png 111 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
678 static/topics/data/images/observe/history_panel.png 68.9 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
679 static/topics/data/images/observe/metadata.png 321 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
680 static/topics/data/images/observe/set_metadata.png 309 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
681 static/topics/data/images/observe/view_data.png 391 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
682 static/topics/data/images/shared/choose_history.png 47.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
683 static/topics/data/images/shared/data_library.png 115 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
684 static/topics/data/images/shared/export_library.png 18.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
685 static/topics/data/images/shared/history_view.png 72.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
686 static/topics/data/images/shared/library_directory.png 108 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
687 static/topics/data/images/shared/library_files.png 169 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
688 static/topics/data/images/shared/masthead.png 20.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
689 static/topics/data/images/shared/name_history.png 47.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
690 static/topics/data/images/shared/published_history.png 196 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
691 static/topics/data/images/shared/published_import.png 81.8 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
692 static/topics/data/images/shared/published_view.png 144 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
693 static/topics/data/images/shared/select_files.png 36.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
694 static/topics/data/images/shared/shared_tab.png 25.8 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
695 static/topics/data/topics.json 15.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
696 static/topics/index.js 295 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
697 static/topics/package.json 525 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
698 static/topics/scripts/combine.js 102 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
699 static/topics/sections/angle-double-up-solid.svg 627 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
700 static/topics/sections/chart-bar-solid.svg 900 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
701 static/topics/sections/cloud-download-alt-solid.svg 687 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
702 static/topics/sections/cyverse_rgb_200.png 6.94 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
703 static/topics/sections/database-solid.svg 633 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
704 static/topics/sections/edit-solid.svg 735 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
705 static/topics/sections/file-import-solid.svg 612 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
706 static/topics/sections/galaxy_logo.png 12 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
707 static/topics/sections/info-circle-solid.svg 641 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
708 static/topics/sections/play-circle-solid.svg 419 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
709 static/topics/sections/project-diagram-solid.svg 649 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
710 static/topics/sections/slideshare-brands.svg 1020 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
711 static/topics/sections/toolbox-solid.svg 787 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
712 static/topics/sections/tools-solid.svg 921 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
713 static/topics/sections/upload-solid.svg 685 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
714 static/topics/tools/images/tool_form/binary_input.png 19.8 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
715 static/topics/tools/images/tool_form/data_input.png 29.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
716 static/topics/tools/images/tool_form/email_notify.png 11.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
717 static/topics/tools/images/tool_form/execute.png 7.78 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
718 static/topics/tools/images/tool_form/multi_data.png 6.46 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
719 static/topics/tools/images/tool_form/select_box_input.png 110 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
720 static/topics/tools/images/tool_form/select_input.png 50.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
721 static/topics/tools/images/tool_form/string_input.png 35.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
722 static/topics/tools/images/tool_form/tool_form.png 503 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
723 static/topics/tools/images/tool_form/tool_panel.png 63.9 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
724 static/topics/tools/images/viz/masthead.png 21.9 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
725 static/topics/tools/images/viz/options_and_run.png 7.86 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
726 static/topics/tools/images/viz/setup_1.png 151 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
727 static/topics/tools/images/viz/setup_2.png 85.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
728 static/topics/tools/images/viz/user_dropdown.png 57.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
729 static/topics/tools/images/viz/view_old.png 72.1 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
730 static/topics/tools/images/viz/viz_done.png 325 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
731 static/topics/tools/images/viz/viz_dropdown.png 22.5 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
732 static/topics/tools/images/viz/viz_input.png 189 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
733 static/topics/tools/images/viz/viz_menu.png 418 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
734 static/topics/tools/images/viz/viz_search.png 164 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
735 static/topics/tools/topics.json 8.44 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
736 static/topics/workflows/images/editor/attach.png 411 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
737 static/topics/workflows/images/editor/click-and-drag.png 368 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
738 static/topics/workflows/images/editor/delete.png 31.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
739 static/topics/workflows/images/editor/detatch.png 28.1 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
740 static/topics/workflows/images/editor/dropdown.png 32.5 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
741 static/topics/workflows/images/editor/editor_base.png 807 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
742 static/topics/workflows/images/editor/editor_menu.png 8.52 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
743 static/topics/workflows/images/editor/masthead.png 21.8 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
744 static/topics/workflows/images/editor/move_tool.png 388 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
745 static/topics/workflows/images/editor/params.png 491 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
746 static/topics/workflows/images/editor/tool_appears.png 57.9 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
747 static/topics/workflows/images/editor/workflow_menu.png 58.1 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
748 static/topics/workflows/images/extract/deselect.png 172 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
749 static/topics/workflows/images/extract/extract_complete.png 47.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
750 static/topics/workflows/images/extract/extract_menu.png 204 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
751 static/topics/workflows/images/extract/history_actions.png 133 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
752 static/topics/workflows/images/extract/name_and_create.png 197 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
753 static/topics/workflows/images/extract/name_workflow.png 26.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
754 static/topics/workflows/images/extract/run_history.png 108 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
755 static/topics/workflows/images/extract/workflow_button.png 7.79 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
756 static/topics/workflows/images/extract/workflow_list.png 60.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
757 static/topics/workflows/images/run/add_main.png 186 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
758 static/topics/workflows/images/run/edits.png 205 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
759 static/topics/workflows/images/run/expanded.png 187 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
760 static/topics/workflows/images/run/file_up.png 37.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
761 static/topics/workflows/images/run/history.png 69 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
762 static/topics/workflows/images/run/import_button.png 9.67 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
763 static/topics/workflows/images/run/invocation.png 85.5 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
764 static/topics/workflows/images/run/masthead.png 21.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
765 static/topics/workflows/images/run/not_expanded.png 75.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
766 static/topics/workflows/images/run/run_workflow.png 9.87 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
767 static/topics/workflows/images/run/uploaded_file.png 49 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
768 static/topics/workflows/images/run/url_paste.png 50.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
769 static/topics/workflows/images/run/workflow_main.png 60.8 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
770 static/topics/workflows/topics.json 13.2 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
771 topics.js 25.4 KiB 0 [emitted] main |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
772 Entrypoint main = topics.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
773 [3] ./src/index.js + 2 modules 502 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
774 | ./src/index.js 90 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
775 | + 2 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
776 + 3 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
777 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
778 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
779 This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
780 Assets: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
781 static/topics/data/images/data_importer/rule_paste_field.png (320 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
782 static/topics/data/images/data_importer/set_rules.png (332 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
783 static/topics/data/images/databases/UCSC.png (257 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
784 static/topics/data/images/observe/convert_dataset.png (256 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
785 static/topics/data/images/observe/convert_datatype.png (267 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
786 static/topics/data/images/observe/data_info.png (337 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
787 static/topics/data/images/observe/metadata.png (321 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
788 static/topics/data/images/observe/set_metadata.png (309 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
789 static/topics/data/images/observe/view_data.png (391 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
790 static/topics/tools/images/tool_form/tool_form.png (503 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
791 static/topics/tools/images/viz/viz_done.png (325 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
792 static/topics/tools/images/viz/viz_menu.png (418 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
793 static/topics/workflows/images/editor/attach.png (411 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
794 static/topics/workflows/images/editor/click-and-drag.png (368 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
795 static/topics/workflows/images/editor/editor_base.png (807 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
796 static/topics/workflows/images/editor/move_tool.png (388 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
797 static/topics/workflows/images/editor/params.png (491 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
798 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
799 WARNING in webpack performance recommendations: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
800 You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
801 For more info visit https://webpack.js.org/guides/code-splitting/ |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
802 [17:15:51] Finished 'cleanPlugins' after 2.83 min |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
803 [17:15:51] Starting 'stagePlugins'... |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
804 [17:15:51] Finished 'stagePlugins' after 363 ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
805 [17:15:51] Finished 'default' after 2.83 min |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
806 $ GXY_BUILD_SOURCEMAPS=1 webpack -p |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
807 Hash: e55cb56ec7c4ccc4c6d5 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
808 Version: webpack 4.43.0 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
809 Time: 199510ms |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
810 Built at: 02/16/2022 5:19:12 PM |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
811 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
812 16.chunk.js 81.5 KiB 16 [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
813 16.chunk.js.map 290 KiB 16 [emitted] [dev] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
814 17.chunk.js 200 KiB 17 [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
815 17.chunk.js.map 624 KiB 17 [emitted] [dev] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
816 CacheWorker.worker.bundled.worker.js 943 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
817 CacheWorker.worker.bundled.worker.js.map 3.59 MiB [emitted] [dev] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
818 ListCollectionCreator.chunk.js 19.4 KiB 2 [emitted] ListCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
819 ListCollectionCreator.chunk.js.map 77.3 KiB 2 [emitted] [dev] ListCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
820 NewUserWelcome.chunk.js 6.09 KiB 3 [emitted] NewUserWelcome |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
821 NewUserWelcome.chunk.js.map 27.3 KiB 3 [emitted] [dev] NewUserWelcome |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
822 PairCollectionCreator.chunk.js 14.2 KiB 4 [emitted] PairCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
823 PairCollectionCreator.chunk.js.map 56.7 KiB 4 [emitted] [dev] PairCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
824 PairedListCollectionCreator.chunk.js 36.4 KiB 5 [emitted] PairedListCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
825 PairedListCollectionCreator.chunk.js.map 140 KiB 5 [emitted] [dev] PairedListCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
826 Screenshot.chunk.js 842 bytes 6 [emitted] Screenshot |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
827 Screenshot.chunk.js.map 2.49 KiB 6 [emitted] [dev] Screenshot |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
828 admin.bundled.js 2.26 MiB 7 [emitted] [big] admin |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
829 admin.bundled.js.map 7.25 MiB 7 [emitted] [dev] admin |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
830 analysis.bundled.js 2.77 MiB 8, 2, 4, 5 [emitted] [big] analysis |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
831 analysis.bundled.js.map 8.81 MiB 8, 2, 4, 5 [emitted] [dev] analysis |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
832 assets/00950d3d0eabc9b79c1309e0d6e31629.png 689 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
833 assets/00b14a051b8ec5846ca46fc019cc6bee.png 488 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
834 assets/015bb398cc86c8e2c5321bdd1947ef32.png 849 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
835 assets/0747be4cba2f8600544f4f09645d971a.eot 33.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
836 assets/0a09dd8bcca1e540a97ffac3e26e7535.png 624 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
837 assets/0c708255f16de429468f459162964828.png 664 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
838 assets/1444303e4f0c0f62fa36c73fd857e7ca.png 1.21 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
839 assets/175327482730212e70008bf98ade3e87.png 22.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
840 assets/17aaaa49460f37c9589a549a79d92e77.png 1.24 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
841 assets/18df003f90a7f1313b98b23384ec4f1b.svg 876 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
842 assets/203d1199e7aef04c0a347a0502248ee8.gif 1.68 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
843 assets/27c5873e9e627196c882d29baddf75c1.png 722 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
844 assets/2f2c06d22919cab5a524b9a06caeca83.png 596 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
845 assets/31015e861aeb30ff8355fab3e876a6bd.woff2 74.8 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
846 assets/31bc77d4f6f4dbe60b9966c1438474f0.png 682 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
847 assets/32267f3b4db33a7c85ee31d9b317c9e4.ttf 198 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
848 assets/3458c7b831d6a8909f76352fe99050bf.png 1.31 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
849 assets/36d93ca016d18f6fc3e607f89173f01c.png 1.1 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
850 assets/37478264c4ed6b0da2cbf00b9e4da3e5.png 331 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
851 assets/3c45c98f6f6c1b009c082510d0255ef4.svg 699 KiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
852 assets/3fa7cde9c3400ad8112a21458156c183.png 1.36 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
853 assets/40e48ce346be3ec51671dcbf3a854eaf.png 1.13 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
854 assets/47683caf7120e987ca85376f87b31ae0.png 454 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
855 assets/47b9475d2b6a19bc092166984693821a.png 403 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
856 assets/4a7b4107b62ef059ba65489c9737df32.png 1.84 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
857 assets/4b01ca501fadf65135bfa7c8cc1cbc43.gif 3.13 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
858 assets/4dce7f71b08755f197597bcbf952c776.png 3.05 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
859 assets/5000254d328af6822042ebbe7b1eaa88.gif 815 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
860 assets/50a457cf9caf3ff7d3022f33f317d67a.png 657 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
861 assets/523592c8f36ba8d3d7b15c06da3b2f62.png 130 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
862 assets/53b599c14fc9213a96ce7519dede397c.svg 354 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
863 assets/564668c1dbc7c9509d9d0fe090076004.png 516 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
864 assets/56d4c7ce2d3591a021073d07a6ea7342.gif 1.81 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
865 assets/5818bbd07dfd7095920a592049f5d9bd.ttf 130 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
866 assets/5c2e7e18ad426822d1f3f1530480a67f.png 1.26 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
867 assets/5f8db17a927f4c77d0a78010214b7b4e.png 1.27 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
868 assets/607a77859353c0cc1882b51e1e269d38.eot 130 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
869 assets/688bccf95583ddf2ba42dd5df5e2c6a5.png 845 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
870 assets/6fa2fdf6fafd758dd4147f49cdf57a19.png 770 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
871 assets/79f89968996dfdb58aa644474fdf913a.png 689 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
872 assets/7eefe04dc985dd4ad38bd7f4ec0c20a0.eot 198 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
873 assets/8020d5b09a27dc6985551c3a2a2eaa8e.png 1.32 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
874 assets/83e9fab1abb3d2242f8184fbee8d13a2.png 575 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
875 assets/8b892b7904a39e37c53dc5a7534bb60e.woff 16.4 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
876 assets/8ee9649d8f72724d5130eec303498458.png 447 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
877 assets/92a18a81b9c504803c869ee3872def89.svg 778 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
878 assets/9451d5fee89b51a20f8a44c56a4f6c1a.woff2 77.6 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
879 assets/97bf67372ae8305f61b98e488fa0e5ea.png 448 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
880 assets/a037125c3d4eda524f2518407a0adac2.png 343 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
881 assets/a09a638a8f87fc89302ecfb32a9d9960.gif 4.36 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
882 assets/a5d32bbfbaaf71a7ecc32cd1efc03eb6.png 1.02 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
883 assets/a940d584750708f5435ce2c523498ddb.woff 101 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
884 assets/a957669c91ed26779fd9c5a0cda0feeb.png 594 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
885 assets/ab3c84fb519c93c0ad84abe0382c534c.png 613 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
886 assets/ab47faeab8ddc5f809ec2a5377c1fbe4.svg 141 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
887 assets/ae74776b8fef546e572307b5ea13f708.png 1.03 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
888 assets/b242d750b24c13ee4fea0eda1d0efc69.png 826 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
889 assets/b7327582a95704df7902824e81783ade.png 721 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
890 assets/ba4f6662a6c78b65053a33fe512eb2aa.png 378 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
891 assets/bd8529d1e3cf8c91e4e516ccc89793b1.png 1.39 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
892 assets/c07457739c183c845cacbf55dae2808e.png 613 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
893 assets/c17754d370a86615cb76a954b3a91357.png 532 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
894 assets/c230a1a6a7a48e51acd4c6005e463bfe.png 566 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
895 assets/c3146b3524e97475c094343e848a7370.ttf 33.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
896 assets/c52405129ae48097815d4da606003470.woff2 13.3 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
897 assets/c578e4ea0d5b4d7fbe3ef854b45b1301.svg 495 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
898 assets/cafb1233e2036c6ea6f44c9b97fcf680.gif 752 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
899 assets/cead2217a30d76378f64372a2b7211fc.png 520 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
900 assets/d6f18fe0676eef581855bb57cdf793df.png 721 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
901 assets/d9c92f3d8392a388dd069d8e906cd2a2.png 1.54 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
902 assets/e1b81c1c01254dc1af321c0cc8ad6b6b.png 1.24 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
903 assets/e9cdf785efd3f252cfc4c5bc1b716c85.png 758 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
904 assets/ed06734fa163bda8bd39cf7bb999745a.png 736 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
905 assets/ee26f57bc9e3619b022b2c0ea0fc4660.woff 87.7 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
906 assets/ee9fe4949bdb3e27c99fb77fb5279344.png 1.17 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
907 assets/ef78e677b9e8abbc341217ec0eb06759.png 1.24 KiB [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
908 assets/f49a6a2402ca42baecbb5e85125ba3a0.png 87 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
909 assets/f80d5ce4e2dd8f120516141fa3cd1908.png 416 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
910 assets/fb4b31fb106e65747455816fe06eb47c.png 103 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
911 assets/fc8034c66691dfad7ec700e3d51f0325.gif 867 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
912 assets/fd200072a3be000e8fd7f15ab666f19b.png 522 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
913 assets/fda9e3846b8dcf579a1d56583a23a964.png 119 bytes [emitted] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
914 base.chunk.js 100 bytes 1 [emitted] base |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
915 base.chunk.js.map 90 bytes 1 [emitted] [dev] base |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
916 base.css 2.89 MiB 1 [emitted] [big] base |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
917 base.css.map 7.35 MiB [emitted] [big] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
918 generic.bundled.js 2.08 MiB 9 [emitted] [big] generic |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
919 generic.bundled.js.map 6.69 MiB 9 [emitted] [dev] generic |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
920 libs.chunk.js 3.35 MiB 0 [emitted] [big] libs |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
921 libs.chunk.js.map 14.3 MiB 0 [emitted] [dev] libs |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
922 login.bundled.js 2.11 MiB 10 [emitted] [big] login |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
923 login.bundled.js.map 6.77 MiB 10 [emitted] [dev] login |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
924 ruleCollectionBuilder.chunk.js 67.4 KiB 11 [emitted] ruleCollectionBuilder |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
925 ruleCollectionBuilder.chunk.js.map 216 KiB 11 [emitted] [dev] ruleCollectionBuilder |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
926 vendors~Screenshot.chunk.js 340 KiB 12 [emitted] [big] vendors~Screenshot |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
927 vendors~Screenshot.chunk.js.map 815 KiB 12 [emitted] [dev] vendors~Screenshot |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
928 vendors~ruleCollectionBuilder.chunk.js 621 KiB 13 [emitted] [big] vendors~ruleCollectionBuilder |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
929 vendors~ruleCollectionBuilder.chunk.js.map 2.51 MiB 13 [emitted] [dev] vendors~ruleCollectionBuilder |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
930 vendors~workflowLayout.chunk.js 1.27 MiB 14 [emitted] [big] vendors~workflowLayout |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
931 vendors~workflowLayout.chunk.js.map 3.71 MiB 14 [emitted] [dev] vendors~workflowLayout |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
932 workflowLayout.chunk.js 1.5 KiB 15 [emitted] workflowLayout |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
933 workflowLayout.chunk.js.map 4.37 KiB 15 [emitted] [dev] workflowLayout |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
934 Entrypoint login [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map login.bundled.js login.bundled.js.map |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
935 Entrypoint analysis [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map analysis.bundled.js analysis.bundled.js.map |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
936 Entrypoint admin [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map admin.bundled.js admin.bundled.js.map |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
937 Entrypoint generic [big] = base.css base.chunk.js base.chunk.js.map libs.chunk.js libs.chunk.js.map generic.bundled.js generic.bundled.js.map |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
938 [1] ./node_modules/underscore/modules/index-all.js + 1 modules 326 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
939 | 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
940 [15] ./src/utils/utils.js 10.4 KiB {7} {8} {9} {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
941 [52] ./src/onload/index.js + 13 modules 17.1 KiB {7} {8} {9} {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
942 | ./src/onload/index.js 916 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
943 | ./src/onload/publicPath.js 540 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
944 | ./src/onload/standardInit.js 4.08 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
945 | ./src/onload/defaultAppFactory.js 679 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
946 | ./src/onload/globalInits/index.js 1.22 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
947 | ./src/utils/installMonitor.js 4.54 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
948 | ./src/onload/globalInits/initSentry.js 722 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
949 | ./src/onload/globalInits/initTooltips.js 494 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
950 | ./src/onload/globalInits/iframesAreTerrible.js 1.11 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
951 | ./src/onload/globalInits/onloadWebhooks.js 497 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
952 | ./src/onload/globalInits/replace_big_select_inputs.js 1.57 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
953 | ./src/onload/globalInits/initTours.js 182 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
954 | ./src/onload/globalInits/initModals.js 225 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
955 | ./src/utils/mock.js 348 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
956 [525] ./src/layout/page.js 5.44 KiB {7} {8} {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
957 [547] ./src/polyfills.js 2.99 KiB {7} {8} {9} {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
958 [558] ./src/bundleEntries-exposed.js 457 bytes {7} {8} {9} {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
959 [619] ./src/bundleEntries.js + 217 modules 699 KiB {7} {8} {9} {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
960 | ./src/bundleEntries.js 4.13 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
961 | ./src/viz/circster.js 36 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
962 | ./src/layout/modal.js 3.97 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
963 | ./src/viz/phyloviz.js 30.5 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
964 | ./src/viz/sweepster.js 29.4 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
965 | ./src/galaxy.library.js 6.68 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
966 | ./src/mvc/history/multi-panel.js 41.6 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
967 | ./src/mvc/history/history-view-annotated.js 3.85 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
968 | ./src/legacy/grid/grid-view.js 20.2 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
969 | ./src/reports/run_stats.js 16.2 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
970 | ./src/toolshed/toolshed.groups.js 1.14 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
971 | ./src/galaxy.interactive_environments.js 9.15 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
972 | ./src/mvc/embedded-objects.js 2.65 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
973 | ./src/utils/async-save-text.js 2.41 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
974 | ./src/mvc/visualization/chart/chart-client.js 1.94 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
975 | + 203 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
976 [1379] multi polyfills bundleEntries entry/login 52 bytes {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
977 [1860] multi polyfills bundleEntries entry/analysis 52 bytes {8} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
978 [2219] multi polyfills bundleEntries entry/admin 52 bytes {7} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
979 [2226] multi polyfills bundleEntries entry/generic 52 bytes {9} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
980 [2227] ./src/entry/generic.js 122 bytes {9} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
981 [2336] ./src/entry/analysis/index.js + 576 modules 924 KiB {8} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
982 | ./src/entry/analysis/index.js 1.18 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
983 | ./src/entry/analysis/AnalysisRouter.js 20.1 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
984 | ./src/entry/panels/tool-panel.js 1.11 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
985 | ./src/entry/panels/history-panel.js 3.74 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
986 | ./src/mvc/grid/grid-shared.js 2.2 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
987 | ./src/mvc/history/history-list.js 4.25 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
988 | ../static/plugins/welcome_page/new_user/dist/static/topics/index.js 289 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
989 | ./src/mvc/history/options-menu.js 6.67 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
990 | ./src/mvc/history/history-view-edit-current.js 18.5 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
991 | ../static/plugins/welcome_page/new_user/dist/static/topics/scripts/combine.js 107 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
992 | ./src/mvc/entrypoints/poll.js 823 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
993 | ./src/utils/observable/whenAny.js 468 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
994 | ./src/utils/math.js 103 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
995 | ./src/utils/validation.js 542 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
996 | ./src/utils/observable/index.js 897 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
997 | + 562 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
998 [2337] ./src/entry/admin/index.js + 253 modules 272 KiB {7} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
999 | ./src/entry/admin/index.js 692 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1000 | ./src/entry/admin/AdminRouter.js 7.85 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1001 | ./src/entry/panels/admin-panel.js 5.03 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1002 | + 251 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1003 [2338] ./src/entry/login/index.js + 15 modules 14.6 KiB {10} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1004 | ./src/entry/login/index.js 1.07 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1005 | + 15 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1006 + 3072 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1007 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1008 WARNING in ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js&) 40:16-26 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1009 "export 'JobMetrics' was not found in 'components/JobMetrics/JobMetrics' |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1010 @ ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1011 @ ./src/components/JobInformation/JobDetails.vue |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1012 @ ./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/admin/Jobs.vue?vue&type=script&lang=js& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1013 @ ./src/components/admin/Jobs.vue?vue&type=script&lang=js& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1014 @ ./src/components/admin/Jobs.vue |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1015 @ ./src/entry/admin/AdminRouter.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1016 @ ./src/entry/admin/index.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1017 @ multi polyfills bundleEntries entry/admin |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1018 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1019 WARNING in ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js& (./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js&) 41:19-32 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1020 "export 'JobParameters' was not found in 'components/JobParameters/JobParameters' |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1021 @ ./src/components/JobInformation/JobDetails.vue?vue&type=script&lang=js& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1022 @ ./src/components/JobInformation/JobDetails.vue |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1023 @ ./node_modules/babel-loader/lib??ref--2!./node_modules/vue-loader/lib??vue-loader-options!./src/components/admin/Jobs.vue?vue&type=script&lang=js& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1024 @ ./src/components/admin/Jobs.vue?vue&type=script&lang=js& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1025 @ ./src/components/admin/Jobs.vue |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1026 @ ./src/entry/admin/AdminRouter.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1027 @ ./src/entry/admin/index.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1028 @ multi polyfills bundleEntries entry/admin |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1029 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1030 WARNING in chunk base [mini-css-extract-plugin] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1031 Conflicting order. Following module has been added: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1032 * css ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--8-2!./node_modules/sass-loader/dist/cjs.js??ref--8-3!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Collections/common/ClickToEdit.vue?vue&type=style&index=0&lang=css& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1033 despite it was not able to fulfill desired ordering with these modules: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1034 * css ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--8-2!./node_modules/sass-loader/dist/cjs.js??ref--8-3!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Collections/UnpairedDatasetElementView.vue?vue&type=style&index=0&lang=css& |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1035 - couldn't fulfill desired order of chunk group(s) PairedListCollectionCreator |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1036 - while fulfilling desired order of chunk group(s) analysis |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1037 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1038 WARNING in core-js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1039 Multiple versions of core-js found: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1040 2.6.5 ./~/@babel/polyfill/~/core-js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1041 3.18.3 ./~/core-js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1042 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1043 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1044 WARNING in es-abstract |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1045 Multiple versions of es-abstract found: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1046 1.17.7 ./~/regexp.prototype.flags/~/es-abstract |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1047 1.18.0-next.1 ./~/es-abstract |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1048 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1049 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1050 WARNING in isarray |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1051 Multiple versions of isarray found: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1052 1.0.0 ./~/isarray |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1053 2.0.5 ./~/deep-equal/~/isarray |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1054 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1055 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1056 WARNING in lodash |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1057 Multiple versions of lodash found: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1058 4.17.11 ./~/vueisotope/~/lodash |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1059 4.17.20 ./~/lodash |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1060 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1061 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1062 WARNING in object-keys |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1063 Multiple versions of object-keys found: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1064 1.0.12 ./~/define-properties/~/object-keys |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1065 1.1.1 ./~/object-keys |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1066 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1067 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1068 WARNING in tslib |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1069 Multiple versions of tslib found: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1070 1.13.0 ./~/tslib |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1071 1.9.3 ./~/rxjs/~/tslib |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1072 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1073 Check how you can resolve duplicate packages: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1074 https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1075 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1076 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1077 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1078 This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1079 Assets: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1080 CacheWorker.worker.bundled.worker.js (943 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1081 assets/3c45c98f6f6c1b009c082510d0255ef4.svg (699 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1082 assets/18df003f90a7f1313b98b23384ec4f1b.svg (876 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1083 libs.chunk.js (3.35 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1084 base.css (2.89 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1085 admin.bundled.js (2.26 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1086 analysis.bundled.js (2.77 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1087 generic.bundled.js (2.08 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1088 login.bundled.js (2.11 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1089 vendors~Screenshot.chunk.js (340 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1090 vendors~ruleCollectionBuilder.chunk.js (621 KiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1091 vendors~workflowLayout.chunk.js (1.27 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1092 base.css.map (7.35 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1093 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1094 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1095 Entrypoints: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1096 login (8.34 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1097 base.css |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1098 base.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1099 libs.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1100 login.bundled.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1101 analysis (9 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1102 base.css |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1103 base.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1104 libs.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1105 analysis.bundled.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1106 admin (8.5 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1107 base.css |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1108 base.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1109 libs.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1110 admin.bundled.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1111 generic (8.32 MiB) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1112 base.css |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1113 base.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1114 libs.chunk.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1115 generic.bundled.js |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1116 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1117 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/splitpanes/dist/splitpanes.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1118 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1119 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1120 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-multiselect/dist/vue-multiselect.min.css: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1121 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1122 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1123 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!src/components/History/ContentItem/styles.scss: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1124 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1125 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1126 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!src/components/History/adapters/HistoryPanelProxy.scss: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1127 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1128 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1129 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!src/style/scss/base.scss: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1130 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1131 [0] ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/postcss-loader/src??ref--8-2!./node_modules/sass-loader/dist/cjs.js??ref--8-3!./src/style/scss/base.scss 2.92 MiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1132 [18] ./src/assets/images/select2.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1133 [19] ./src/assets/images/select2-spinner.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1134 [20] ./src/assets/images/select2x2.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1135 [21] ./src/assets/images/delete.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1136 [22] ./src/assets/images/star.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1137 [23] ./src/assets/images/fugue/magnifier-zoom-out.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1138 [24] ./src/assets/images/fugue/magnifier-zoom.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1139 [25] ./src/assets/images/visualization/draggable_horizontal.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1140 [26] ./src/assets/images/tracks/block.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1141 [27] ./src/assets/images/tracks/diag_bg.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1142 [28] ./src/assets/images/fugue/exclamation.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1143 [29] ./src/assets/images/fugue/bookmarks-bw.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1144 [30] ./src/assets/images/fugue/bookmarks.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1145 [31] ./src/assets/images/fugue/layers-stack-bw.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1146 + 67 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1147 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/handsontable/dist/handsontable.full.css?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1148 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1149 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1150 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Citation/Citation.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1151 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1152 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1153 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Citation/Citations.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1154 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1155 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1156 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/ListCollectionCreator.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1157 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1158 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1159 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/ListDatasetCollectionElementView.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1160 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1161 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1162 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/PairCollectionCreator.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1163 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1164 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1165 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/PairedListCollectionCreator.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1166 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1167 13 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1168 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/UnpairedDatasetElementView.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1169 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1170 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1171 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/common/ClickToEdit.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1172 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1173 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1174 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Collections/common/CollectionCreator.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1175 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1176 13 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1177 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Dataset/DatasetName.vue?vue&type=style&index=0&id=1281dd7a&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1178 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1179 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1180 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Details/DatasetDetails.vue?vue&type=style&index=0&id=02a2f964&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1181 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1182 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1183 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/DisplayStructured.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1184 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1185 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1186 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/ContentItem/DatasetCollection/DscUI.vue?vue&type=style&index=0&id=743fa609&lang=scss&scoped=true&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1187 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1188 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1189 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/ContentOperations.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1190 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1191 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1192 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/CopyModal.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1193 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1194 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1195 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/EditorMenu.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1196 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1197 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1198 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/Layout.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1199 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1200 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1201 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/History/Scroller.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1202 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1203 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1204 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/HistoryImport.vue?vue&type=style&index=0&id=d5384606&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1205 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1206 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1207 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/HistoryView.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1208 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1209 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1210 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/IconButton.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1211 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1212 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1213 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/InheritanceChain/InheritanceChain.vue?vue&type=style&index=0&id=0afaa094&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1214 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1215 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1216 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobInformation/CodeRow.vue?vue&type=style&index=0&id=93f9174e&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1217 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1218 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1219 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobInformation/JobDetails.vue?vue&type=style&index=0&id=1d7d58ae&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1220 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1221 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1222 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobInformation/JobError.vue?vue&type=style&index=0&id=23bb3cb0&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1223 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1224 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1225 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/JobMetrics/JobMetrics.vue?vue&type=style&index=0&id=4add3e98&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1226 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1227 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1228 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibrariesList.vue?vue&type=style&index=0&id=a96adfc6&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1229 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1230 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1231 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryEditField.vue?vue&type=style&index=0&id=4f27b8df&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1232 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1233 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1234 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryFolder/LibraryFolder.vue?vue&type=style&index=0&id=6dc9e6a0&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1235 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1236 4 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1237 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryFolder/LibraryFolderPermissions/LibraryFolderDatasetPermissions.vue?vue&type=style&index=0&id=2eae96c7&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1238 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1239 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1240 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryFolder/TopToolbar/FolderTopBar.vue?vue&type=style&index=0&id=1ad141ff&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1241 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1242 3 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1243 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryPermissions/LibraryPermissions.vue?vue&type=style&index=0&id=78a5d8a1&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1244 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1245 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1246 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryPermissions/PermissionsHeader.vue?vue&type=style&index=0&id=31d68c8f&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1247 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1248 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1249 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Libraries/LibraryPermissions/PermissionsInputField.vue?vue&type=style&index=0&id=5b6f0fb4&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1250 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1251 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1252 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/HistoryDatasetCollection/CollectionDisplay.vue?vue&type=style&index=0&id=cd677236&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1253 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1254 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1255 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/HistoryDatasetDisplay.vue?vue&type=style&index=0&id=c4342bf0&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1256 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1257 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1258 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/ToolStd.vue?vue&type=style&index=0&id=45bb71b8&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1259 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1260 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1261 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Elements/Workflow/WorkflowDisplay.vue?vue&type=style&index=0&id=4043db7e&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1262 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1263 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1264 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/Markdown.vue?vue&type=style&index=0&id=faf156e2&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1265 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1266 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1267 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Markdown/MarkdownVisualization.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1268 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1269 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1270 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Nametags/Nametag.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1271 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1272 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1273 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Nametags/Nametags.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1274 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1275 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1276 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/NewUserWelcome/NewUserWelcome.vue?vue&type=style&index=0&id=534d2a22&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1277 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1278 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1279 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/NewUserWelcome/components/Subtopics.vue?vue&type=style&index=0&id=11ab82ad&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1280 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1281 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1282 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/NewUserWelcome/components/Topics.vue?vue&type=style&index=0&id=590b7be1&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1283 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1284 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1285 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/PageEditor/PageEditorHtml.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1286 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1287 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1288 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Panels/Common/Tool.vue?vue&type=style&index=0&id=1fa496fc&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1289 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1290 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1291 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Panels/Common/ToolSection.vue?vue&type=style&index=0&id=623b48b1&lang=scss&scoped=true&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1292 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1293 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1294 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Panels/SidePanel.vue?vue&type=style&index=0&id=d6274ba6&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1295 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1296 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1297 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/ProgressBar.vue?vue&type=style&index=0&id=0f277a9c&lang=css&scoped=true&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1298 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1299 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1300 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/RuleBuilder/SavedRulesSelector.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1301 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1302 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1303 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/RuleCollectionBuilder.vue?vue&type=style&index=1&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1304 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1305 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1306 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/SelectionDialog/SelectionDialog.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1307 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1308 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1309 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Sharing/Sharing.vue?vue&type=style&index=0&id=27ef4b52&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1310 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1311 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1312 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Tags/StatelessTags.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1313 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1314 [3] ./src/assets/images/tags-solid.svg 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1315 + 5 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1316 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Tool/ToolCard.vue?vue&type=style&index=0&id=cd4c84ae&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1317 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1318 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1319 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Toolshed/InstalledList/Monitor.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1320 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1321 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1322 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Toolshed/SearchList/ServerSelection.vue?vue&type=style&index=0&id=1cdc4959&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1323 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1324 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1325 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/CloudAuth/CloudAuth.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1326 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1327 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1328 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/CustomBuilds.vue?vue&type=style&index=0&id=d6e155ea&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1329 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1330 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1331 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/ExternalIdentities/ExternalIdentities.vue?vue&type=style&index=0&lang=scss&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1332 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1333 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1334 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/ExternalIdentities/ExternalLogin.vue?vue&type=style&index=0&id=25680a88&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1335 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1336 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1337 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/User/UserPreferences.vue?vue&type=style&index=0&id=acf0bfc6&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1338 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1339 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1340 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Editor/Index.vue?vue&type=style&index=0&id=dda9af80&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1341 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1342 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1343 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Editor/StateUpgradeModal.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1344 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1345 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1346 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Editor/ZoomControl.vue?vue&type=style&index=0&id=2e2762b2&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1347 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1348 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1349 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/Invocations.vue?vue&type=style&index=0&id=34886f56&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1350 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1351 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1352 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/Workflow/TrsServerSelection.vue?vue&type=style&index=0&id=8659ec70&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1353 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1354 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1355 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/BaseGrid.vue?vue&type=style&index=0&id=700aff8f&lang=scss&scoped=true&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1356 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1357 [18] ./src/assets/images/select2.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1358 [19] ./src/assets/images/select2-spinner.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1359 [20] ./src/assets/images/select2x2.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1360 [21] ./src/assets/images/delete.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1361 [22] ./src/assets/images/star.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1362 [23] ./src/assets/images/fugue/magnifier-zoom-out.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1363 [24] ./src/assets/images/fugue/magnifier-zoom.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1364 [25] ./src/assets/images/visualization/draggable_horizontal.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1365 [26] ./src/assets/images/tracks/block.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1366 [27] ./src/assets/images/tracks/diag_bg.gif 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1367 [28] ./src/assets/images/fugue/exclamation.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1368 [29] ./src/assets/images/fugue/bookmarks-bw.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1369 [30] ./src/assets/images/fugue/bookmarks.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1370 [31] ./src/assets/images/fugue/layers-stack-bw.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1371 [32] ./src/assets/images/fugue/layers-stack.png 69 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1372 + 67 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1373 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/DataManager/DataManagerJob.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1374 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1375 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1376 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/DataManager/DataManagerJobs.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1377 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1378 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1379 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/admin/Jobs.vue?vue&type=style&index=0&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1380 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1381 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1382 Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--8-1!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/src/index.js??ref--8-2!node_modules/sass-loader/dist/cjs.js??ref--8-3!node_modules/vue-loader/lib/index.js??vue-loader-options!src/components/login/Login.vue?vue&type=style&index=0&id=6171a448&scoped=true&lang=css&: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1383 Entrypoint mini-css-extract-plugin = * |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1384 2 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1385 Child worker-loader src/components/History/caching/CacheWorker.worker.js: |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1386 Asset Size Chunks Chunk Names |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1387 CacheWorker.worker.bundled.worker.js 943 KiB 0 [emitted] [big] CacheWorker.worker |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1388 CacheWorker.worker.bundled.worker.js.map 3.59 MiB 0 [emitted] [dev] CacheWorker.worker |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1389 Entrypoint CacheWorker.worker = CacheWorker.worker.bundled.worker.js CacheWorker.worker.bundled.worker.js.map |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1390 [13] (webpack)/buildin/global.js 472 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1391 [388] ./node_modules/pouchdb/node_modules/uuid/dist/esm-browser/v4.js + 2 modules 2.35 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1392 | 3 modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1393 [578] (webpack)/buildin/harmony-module.js 573 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1394 [583] (webpack)/buildin/module.js 497 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1395 [584] ./node_modules/moment/locale sync ^\.\/.*$ 3.13 KiB {0} [optional] [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1396 [612] ./util.inspect (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1397 [667] ./nextTick (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1398 [684] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1399 [686] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1400 [699] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1401 [701] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1402 [707] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1403 [710] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1404 [712] util (ignored) 15 bytes {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1405 [724] ./src/components/History/caching/CacheWorker.worker.js + 168 modules 502 KiB {0} [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1406 | ./src/config/production.js 150 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1407 | ./src/utils/observable/firstValueFrom.js 287 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1408 | ./src/utils/observable/index.js 897 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1409 | ./src/utils/validation.js 542 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1410 | ./src/utils/observable/activity.js 557 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1411 | ./src/utils/observable/burst.js 316 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1412 | ./src/utils/observable/chunk.js 3.53 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1413 | ./src/utils/observable/decay.js 1.09 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1414 | ./src/utils/observable/hydrate.js 551 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1415 | ./src/utils/observable/monitorBackboneModel.js 1.88 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1416 | ./src/utils/observable/monitorXHR.js 2.24 KiB [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1417 | ./src/utils/observable/needs.js 515 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1418 | ./src/utils/observable/nth.js 270 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1419 | ./src/utils/observable/shareButDie.js 369 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1420 | ./src/utils/observable/show.js 439 bytes [built] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1421 | + 154 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1422 + 820 hidden modules |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1423 $ (git rev-parse HEAD 2>/dev/null || echo '') >../static/client_build_hash.txt |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1424 Done in 372.09s. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1425 /tmp/tmp1upz926i/galaxy-dev |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1426 Starting Galaxy with command [cd /tmp/tmp1upz926i/galaxy-dev && if [ -d .venv ]; then GALAXY_VIRTUAL_ENV=.venv; else GALAXY_VIRTUAL_ENV=/home/me/.planemo/gx_venv_3; fi && export GALAXY_VIRTUAL_ENV && if [ ! -e "$GALAXY_VIRTUAL_ENV" ]; then /usr/bin/python3 -m venv $GALAXY_VIRTUAL_ENV; echo "Created virtualenv"; fi && if [ -e "$GALAXY_VIRTUAL_ENV" ]; then . "$GALAXY_VIRTUAL_ENV"/bin/activate; echo "Activated a virtualenv for Galaxy"; echo "$VIRTUAL_ENV"; else echo "Failed to activate virtualenv."; fi && COMMON_STARTUP_ARGS=; $(grep -q 'skip-venv' run_tests.sh) && COMMON_STARTUP_ARGS="--dev-wheels"; export COMMON_STARTUP_ARGS; echo "Set COMMON_STARTUP_ARGS to ${COMMON_STARTUP_ARGS}" && /tmp/tmp1upz926i/galaxy-dev/run.sh $COMMON_STARTUP_ARGS --server-name main] |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1427 Activated a virtualenv for Galaxy |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1428 /home/me/.planemo/gx_venv_3 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1429 Set COMMON_STARTUP_ARGS to --dev-wheels |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1430 Activating virtualenv at /home/me/.planemo/gx_venv_3 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1431 Requirement already satisfied: pip>=19.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (20.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1432 Ignoring async-exit-stack: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1433 Ignoring async-generator: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1434 Ignoring atomicwrites: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1435 Ignoring cached-property: markers 'python_version < "3.8" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1436 Ignoring cffi: markers 'implementation_name == "pypy" and python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0")' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1437 Ignoring colorama: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1438 Ignoring contextvars: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1439 Ignoring dataclasses: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1440 Ignoring immutables: markers 'python_version >= "3.6" and python_version < "3.7"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1441 Ignoring importlib-metadata: markers 'python_version < "3.8" and python_version >= "3.6" and (python_version == "3.6" or python_version == "3.7") and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.6" and python_version < "3.8")' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1442 Ignoring importlib-resources: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1443 Ignoring py: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or python_full_version >= "3.4.0" and python_version >= "3.6" and implementation_name == "pypy"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1444 Ignoring pycparser: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1445 Ignoring pyreadline3: markers 'sys_platform == "win32" and python_version >= "3.8"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1446 Ignoring pyreadline: markers 'python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" and sys_platform == "win32" or python_version >= "3.6" and python_version < "3.8" and python_full_version >= "3.5.0" and sys_platform == "win32"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1447 Ignoring ruamel.yaml.clib: markers 'platform_python_implementation == "CPython" and python_version < "3.8" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1448 Ignoring typing-extensions: markers 'python_version >= "3.6" and python_version < "3.8"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1449 Ignoring zipp: markers 'python_version < "3.7" and python_version >= "3.6"' don't match your environment |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1450 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple, https://wheels.galaxyproject.org/simple |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1451 Requirement already satisfied: adal==1.2.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 3)) (1.2.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1452 Requirement already satisfied: aiofiles==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 4)) (0.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1453 Requirement already satisfied: alabaster==0.7.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 5)) (0.7.12) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1454 Requirement already satisfied: amqp==5.0.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 6)) (5.0.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1455 Requirement already satisfied: appdirs==1.4.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 7)) (1.4.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1456 Requirement already satisfied: argcomplete==1.12.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 8)) (1.12.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1457 Requirement already satisfied: attmap==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 12)) (0.13.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1458 Requirement already satisfied: attrs==20.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 13)) (20.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1459 Requirement already satisfied: babel==2.9.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 14)) (2.9.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1460 Requirement already satisfied: bagit-profile==1.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 15)) (1.3.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1461 Requirement already satisfied: bagit==1.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 16)) (1.8.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1462 Requirement already satisfied: bcrypt==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1463 Requirement already satisfied: bdbag==1.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 18)) (1.6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1464 Requirement already satisfied: beaker==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 19)) (1.11.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1465 Requirement already satisfied: billiard==3.6.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 20)) (3.6.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1466 Requirement already satisfied: bioblend==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 21)) (0.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1467 Requirement already satisfied: bleach==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 22)) (3.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1468 Requirement already satisfied: boltons==20.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 23)) (20.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1469 Requirement already satisfied: boto3==1.16.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 24)) (1.16.63) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1470 Requirement already satisfied: boto==2.49.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 25)) (2.49.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1471 Requirement already satisfied: botocore==1.19.63 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 26)) (1.19.63) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1472 Requirement already satisfied: bx-python==0.8.11 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 27)) (0.8.11) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1473 Requirement already satisfied: cachecontrol==0.11.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 28)) (0.11.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1474 Requirement already satisfied: cachetools==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 30)) (4.2.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1475 Requirement already satisfied: celery==5.0.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 31)) (5.0.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1476 Requirement already satisfied: certifi==2020.12.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 32)) (2020.12.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1477 Requirement already satisfied: chardet==4.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 34)) (4.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1478 Requirement already satisfied: cheetah3==3.2.6.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 35)) (3.2.6.post1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1479 Requirement already satisfied: circus==0.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 36)) (0.17.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1480 Requirement already satisfied: click-didyoumean==0.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 37)) (0.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1481 Requirement already satisfied: click-plugins==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 38)) (1.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1482 Requirement already satisfied: click-repl==0.1.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 39)) (0.1.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1483 Requirement already satisfied: click==7.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 40)) (7.1.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1484 Requirement already satisfied: cliff==3.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 41)) (3.7.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1485 Requirement already satisfied: cloudauthz==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 42)) (0.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1486 Requirement already satisfied: cloudbridge==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 43)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1487 Requirement already satisfied: cmd2==1.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (1.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1488 Requirement already satisfied: coloredlogs==15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 46)) (15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1489 Requirement already satisfied: commonmark==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 47)) (0.9.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1490 Requirement already satisfied: coverage==5.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 49)) (5.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1491 Requirement already satisfied: cryptography==3.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 50)) (3.4.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1492 Requirement already satisfied: cwltool==3.0.20201109103151 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (3.0.20201109103151) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1493 Requirement already satisfied: debtcollector==2.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 53)) (2.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1494 Requirement already satisfied: decorator==5.0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 54)) (5.0.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1495 Requirement already satisfied: defusedxml==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 55)) (0.7.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1496 Requirement already satisfied: deprecated==1.2.12 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 56)) (1.2.12) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1497 Requirement already satisfied: deprecation==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 57)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1498 Requirement already satisfied: dictobj==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 58)) (0.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1499 Requirement already satisfied: docopt==0.6.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 59)) (0.6.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1500 Requirement already satisfied: docutils==0.16 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 60)) (0.16) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1501 Requirement already satisfied: dogpile.cache==1.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 61)) (1.1.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1502 Requirement already satisfied: ecdsa==0.14.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 62)) (0.14.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1503 Requirement already satisfied: edam-ontology==1.25.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 63)) (1.25.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1504 Requirement already satisfied: fabric3==1.14.post1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 64)) (1.14.post1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1505 Requirement already satisfied: fastapi-utils==0.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 65)) (0.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1506 Requirement already satisfied: fastapi==0.65.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 66)) (0.65.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1507 Requirement already satisfied: fluent-logger==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 67)) (0.10.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1508 Requirement already satisfied: fs==2.4.13 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 68)) (2.4.13) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1509 Requirement already satisfied: funcsigs==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 69)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1510 Requirement already satisfied: future==0.18.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 70)) (0.18.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1511 Requirement already satisfied: galaxy-sequence-utils==1.1.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 71)) (1.1.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1512 Requirement already satisfied: google-api-core==1.26.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 72)) (1.26.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1513 Requirement already satisfied: google-api-python-client==1.12.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 73)) (1.12.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1514 Requirement already satisfied: google-auth-httplib2==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 74)) (0.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1515 Requirement already satisfied: google-auth==1.30.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 75)) (1.30.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1516 Requirement already satisfied: googleapis-common-protos==1.53.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 76)) (1.53.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1517 Requirement already satisfied: greenlet==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 77)) (1.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1518 Requirement already satisfied: gunicorn==20.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 78)) (20.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1519 Requirement already satisfied: gxformat2==0.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 79)) (0.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1520 Requirement already satisfied: h11==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 80)) (0.12.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1521 Requirement already satisfied: h5py==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 81)) (3.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1522 Requirement already satisfied: httpcore==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 82)) (0.13.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1523 Requirement already satisfied: httplib2==0.19.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 83)) (0.19.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1524 Requirement already satisfied: httpx==0.18.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 84)) (0.18.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1525 Requirement already satisfied: humanfriendly==9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 85)) (9.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1526 Requirement already satisfied: idna==2.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 86)) (2.10) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1527 Requirement already satisfied: imagesize==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 87)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1528 Requirement already satisfied: iniconfig==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 91)) (1.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1529 Requirement already satisfied: isa-rwval==0.10.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 92)) (0.10.10) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1530 Requirement already satisfied: iso8601==0.1.14 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 93)) (0.1.14) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1531 Requirement already satisfied: isodate==0.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 94)) (0.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1532 Requirement already satisfied: jinja2==2.11.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 95)) (2.11.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1533 Requirement already satisfied: jmespath==0.10.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 96)) (0.10.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1534 Requirement already satisfied: jsonpatch==1.32 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 97)) (1.32) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1535 Requirement already satisfied: jsonpointer==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 98)) (2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1536 Requirement already satisfied: jsonschema==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 99)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1537 Requirement already satisfied: keystoneauth1==4.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 100)) (4.3.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1538 Requirement already satisfied: kombu==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 101)) (5.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1539 Requirement already satisfied: lagom==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 102)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1540 Requirement already satisfied: lockfile==0.12.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 103)) (0.12.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1541 Requirement already satisfied: lxml==4.6.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 104)) (4.6.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1542 Requirement already satisfied: mako==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 105)) (1.1.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1543 Requirement already satisfied: markdown-it-reporter==0.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 106)) (0.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1544 Requirement already satisfied: markdown==3.3.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 107)) (3.3.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1545 Requirement already satisfied: markupsafe==1.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 108)) (1.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1546 Requirement already satisfied: mercurial==5.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 109)) (5.7.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1547 Requirement already satisfied: mirakuru==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 110)) (2.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1548 Requirement already satisfied: mistune==0.8.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 111)) (0.8.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1549 Requirement already satisfied: mrcfile==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 112)) (1.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1550 Requirement already satisfied: msgpack==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 113)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1551 Requirement already satisfied: munch==2.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 114)) (2.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1552 Requirement already satisfied: mypy-extensions==0.4.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 115)) (0.4.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1553 Requirement already satisfied: netaddr==0.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 116)) (0.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1554 Requirement already satisfied: netifaces==0.10.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 117)) (0.10.9) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1555 Requirement already satisfied: networkx==2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 118)) (2.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1556 Requirement already satisfied: nodeenv==1.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 119)) (1.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1557 Requirement already satisfied: nose==1.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 120)) (1.3.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1558 Requirement already satisfied: nosehtml==0.4.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 121)) (0.4.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1559 Requirement already satisfied: numpy==1.19.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 122)) (1.19.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1560 Requirement already satisfied: oauth2client==4.1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 123)) (4.1.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1561 Requirement already satisfied: oauthlib==3.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 124)) (3.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1562 Requirement already satisfied: openstacksdk==0.52.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 125)) (0.52.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1563 Requirement already satisfied: os-client-config==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 126)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1564 Requirement already satisfied: os-service-types==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 127)) (1.7.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1565 Requirement already satisfied: osc-lib==2.3.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 128)) (2.3.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1566 Requirement already satisfied: oslo.config==8.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 129)) (8.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1567 Requirement already satisfied: oslo.context==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 130)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1568 Requirement already satisfied: oslo.i18n==5.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 131)) (5.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1569 Requirement already satisfied: oslo.log==4.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 132)) (4.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1570 Requirement already satisfied: oslo.serialization==4.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 133)) (4.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1571 Requirement already satisfied: oslo.utils==4.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 134)) (4.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1572 Requirement already satisfied: oyaml==1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 135)) (1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1573 Requirement already satisfied: packaging==20.9 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 136)) (20.9) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1574 Requirement already satisfied: paramiko==2.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 137)) (2.7.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1575 Requirement already satisfied: parsley==1.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 138)) (1.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1576 Requirement already satisfied: paste==3.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 139)) (3.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1577 Requirement already satisfied: pastedeploy==2.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 140)) (2.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1578 Requirement already satisfied: pbr==5.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 141)) (5.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1579 Requirement already satisfied: pluggy==0.13.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 142)) (0.13.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1580 Requirement already satisfied: port-for==0.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 143)) (0.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1581 Requirement already satisfied: prettytable==0.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 144)) (0.7.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1582 Requirement already satisfied: prompt-toolkit==3.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 145)) (3.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1583 Requirement already satisfied: protobuf==3.15.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 146)) (3.15.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1584 Requirement already satisfied: prov==1.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 147)) (1.5.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1585 Requirement already satisfied: psutil==5.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 148)) (5.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1586 Requirement already satisfied: pulsar-galaxy-lib==0.14.10 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 149)) (0.14.10) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1587 Requirement already satisfied: pyasn1-modules==0.2.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 151)) (0.2.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1588 Requirement already satisfied: pyasn1==0.4.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 152)) (0.4.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1589 Requirement already satisfied: pycryptodome==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 154)) (3.10.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1590 Requirement already satisfied: pydantic==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 155)) (1.8.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1591 Requirement already satisfied: pydot==1.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 156)) (1.4.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1592 Requirement already satisfied: pyeventsystem==0.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 157)) (0.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1593 Requirement already satisfied: pyfaidx==0.5.9.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 158)) (0.5.9.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1594 Requirement already satisfied: pygithub==1.55 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 159)) (1.55) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1595 Requirement already satisfied: pygments==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 160)) (2.8.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1596 Requirement already satisfied: pyinotify==0.9.6 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 161)) (0.9.6) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1597 Requirement already satisfied: pyjwt==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 162)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1598 Requirement already satisfied: pykwalify==1.8.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 163)) (1.8.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1599 Requirement already satisfied: pynacl==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 164)) (1.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1600 Requirement already satisfied: pyparsing==2.4.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 165)) (2.4.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1601 Requirement already satisfied: pyperclip==1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 166)) (1.8.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1602 Requirement already satisfied: pyrsistent==0.17.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 169)) (0.17.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1603 Requirement already satisfied: pysam==0.16.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 170)) (0.16.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1604 Requirement already satisfied: pytest-asyncio==0.15.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 171)) (0.15.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1605 Requirement already satisfied: pytest-cov==2.11.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 172)) (2.11.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1606 Requirement already satisfied: pytest-html==3.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 173)) (3.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1607 Requirement already satisfied: pytest-json-report==1.2.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 174)) (1.2.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1608 Requirement already satisfied: pytest-metadata==1.11.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 175)) (1.11.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1609 Requirement already satisfied: pytest-mock==3.6.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 176)) (3.6.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1610 Requirement already satisfied: pytest-postgresql==2.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 177)) (2.6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1611 Requirement already satisfied: pytest-pythonpath==0.7.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 178)) (0.7.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1612 Requirement already satisfied: pytest-shard==0.1.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 179)) (0.1.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1613 Requirement already satisfied: pytest==6.2.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (6.2.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1614 Requirement already satisfied: python-dateutil==2.8.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 181)) (2.8.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1615 Requirement already satisfied: python-irodsclient==1.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 182)) (1.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1616 Requirement already satisfied: python-jose==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 183)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1617 Requirement already satisfied: python-keystoneclient==4.1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 184)) (4.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1618 Requirement already satisfied: python-neutronclient==7.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 185)) (7.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1619 Requirement already satisfied: python-novaclient==17.2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 186)) (17.2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1620 Requirement already satisfied: python-swiftclient==3.10.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 187)) (3.10.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1621 Requirement already satisfied: python3-openid==3.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 188)) (3.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1622 Requirement already satisfied: pytz==2021.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 189)) (2021.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1623 Requirement already satisfied: pyuwsgi==2.0.19.1.post0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 190)) (2.0.19.1.post0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1624 Requirement already satisfied: pyyaml==5.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 191)) (5.4.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1625 Requirement already satisfied: pyzmq==22.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 192)) (22.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1626 Requirement already satisfied: rdflib-jsonld==0.5.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 193)) (0.5.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1627 Requirement already satisfied: rdflib==4.2.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 194)) (4.2.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1628 Requirement already satisfied: recommonmark==0.7.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 195)) (0.7.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1629 Requirement already satisfied: refgenconf==0.12.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (0.12.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1630 Requirement already satisfied: repoze.lru==0.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 197)) (0.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1631 Requirement already satisfied: requests-oauthlib==1.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 198)) (1.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1632 Requirement already satisfied: requests-toolbelt==0.9.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 199)) (0.9.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1633 Requirement already satisfied: requests==2.25.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 200)) (2.25.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1634 Requirement already satisfied: requestsexceptions==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 201)) (1.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1635 Requirement already satisfied: responses==0.13.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 202)) (0.13.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1636 Requirement already satisfied: rfc3986==1.4.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 203)) (1.4.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1637 Requirement already satisfied: routes==2.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 204)) (2.5.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1638 Requirement already satisfied: rsa==4.7.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 205)) (4.7.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1639 Requirement already satisfied: ruamel.yaml==0.16.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 207)) (0.16.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1640 Requirement already satisfied: s3transfer==0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 208)) (0.3.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1641 Requirement already satisfied: schema-salad==7.1.20210316164414 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 209)) (7.1.20210316164414) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1642 Requirement already satisfied: selenium==3.141.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 210)) (3.141.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1643 Requirement already satisfied: setuptools-scm==5.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 211)) (5.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1644 Requirement already satisfied: shellescape==3.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 212)) (3.4.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1645 Requirement already satisfied: simplejson==3.17.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 213)) (3.17.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1646 Requirement already satisfied: six==1.15.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 214)) (1.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1647 Requirement already satisfied: sniffio==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 215)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1648 Requirement already satisfied: snowballstemmer==2.1.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 216)) (2.1.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1649 Requirement already satisfied: social-auth-core==4.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 217)) (4.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1650 Requirement already satisfied: sortedcontainers==2.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 218)) (2.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1651 Requirement already satisfied: sphinx-markdown-tables==0.0.15 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 219)) (0.0.15) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1652 Requirement already satisfied: sphinx-rtd-theme==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 220)) (0.5.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1653 Requirement already satisfied: sphinx==3.5.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 221)) (3.5.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1654 Requirement already satisfied: sphinxcontrib-applehelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 222)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1655 Requirement already satisfied: sphinxcontrib-devhelp==1.0.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 223)) (1.0.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1656 Requirement already satisfied: sphinxcontrib-htmlhelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 224)) (1.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1657 Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 225)) (1.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1658 Requirement already satisfied: sphinxcontrib-qthelp==1.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 226)) (1.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1659 Requirement already satisfied: sphinxcontrib-serializinghtml==1.1.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 227)) (1.1.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1660 Requirement already satisfied: sqlalchemy-migrate==0.13.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 228)) (0.13.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1661 Requirement already satisfied: sqlalchemy==1.4.20 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 229)) (1.4.20) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1662 Requirement already satisfied: sqlitedict==1.7.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 230)) (1.7.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1663 Requirement already satisfied: sqlparse==0.4.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 231)) (0.4.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1664 Requirement already satisfied: starlette-context==0.3.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 232)) (0.3.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1665 Requirement already satisfied: starlette==0.14.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 233)) (0.14.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1666 Requirement already satisfied: statsd==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 234)) (3.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1667 Requirement already satisfied: stevedore==3.3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 235)) (3.3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1668 Requirement already satisfied: svgwrite==1.4.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 236)) (1.4.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1669 Requirement already satisfied: tempita==0.5.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 237)) (0.5.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1670 Requirement already satisfied: tenacity==7.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 238)) (7.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1671 Requirement already satisfied: testfixtures==6.17.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 239)) (6.17.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1672 Requirement already satisfied: tifffile==2020.9.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 240)) (2020.9.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1673 Requirement already satisfied: toml==0.10.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 241)) (0.10.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1674 Requirement already satisfied: tornado==6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 242)) (6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1675 Requirement already satisfied: tqdm==4.60.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 243)) (4.60.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1676 Requirement already satisfied: twill==3.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 244)) (3.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1677 Requirement already satisfied: tzlocal==2.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 246)) (2.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1678 Requirement already satisfied: ubiquerg==0.6.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 247)) (0.6.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1679 Requirement already satisfied: unidecode==1.2.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 248)) (1.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1680 Requirement already satisfied: uritemplate==3.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 249)) (3.0.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1681 Requirement already satisfied: urllib3==1.26.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 250)) (1.26.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1682 Requirement already satisfied: uvicorn==0.13.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 251)) (0.13.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1683 Requirement already satisfied: vine==5.0.0 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 252)) (5.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1684 Requirement already satisfied: watchdog==2.0.3 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 253)) (2.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1685 Requirement already satisfied: wcwidth==0.2.5 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 254)) (0.2.5) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1686 Requirement already satisfied: webencodings==0.5.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 255)) (0.5.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1687 Requirement already satisfied: webob==1.8.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 256)) (1.8.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1688 Requirement already satisfied: whoosh==2.7.4 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 257)) (2.7.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1689 Requirement already satisfied: wrapt==1.12.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 258)) (1.12.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1690 Requirement already satisfied: xmlrunner==1.7.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 259)) (1.7.7) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1691 Requirement already satisfied: yacman==0.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 260)) (0.8.2) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1692 Requirement already satisfied: zipstream-new==1.1.8 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r ./lib/galaxy/dependencies/dev-requirements.txt (line 262)) (1.1.8) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1693 Requirement already satisfied: cffi>=1.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (1.15.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1694 Requirement already satisfied: colorama>=0.3.7 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cmd2==1.5.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 44)) (0.4.4) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1695 Requirement already satisfied: typing-extensions in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (4.1.1) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1696 Requirement already satisfied: setuptools in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cwltool==3.0.20201109103151->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 51)) (44.0.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1697 Requirement already satisfied: py>=1.8.2 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from pytest==6.2.3->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 180)) (1.11.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1698 Requirement already satisfied: rich>=9.0.1 in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from refgenconf==0.12.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 196)) (11.2.0) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1699 Requirement already satisfied: pycparser in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from cffi>=1.1->bcrypt==3.2.0->-r ./lib/galaxy/dependencies/dev-requirements.txt (line 17)) (2.21) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1700 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1701 Requirement already satisfied: watchdog in /home/me/.planemo/gx_venv_3/lib/python3.8/site-packages (from -r /dev/stdin (line 1)) (2.0.3) |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1702 The Galaxy client build is up to date and will not be rebuilt at this time. |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1703 Activating virtualenv at /home/me/.planemo/gx_venv_3 |
0f8e0dc73d1d
"planemo upload for repository https://github.com/galaxyproject/dunovo commit dbd33f95b486dc556c435f1b42736b818a2b9802-dirty"
nick
parents:
diff
changeset
|
1704 Executing: gunicorn --pythonpath lib --paste "/tmp/tmp1upz926i/galaxy.ini" |