annotate serve.log @ 0:d55ad8533d58 draft default tip

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
author richard-burhans
date Fri, 01 Mar 2024 18:26:57 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1 Created directory for Galaxy configuration [/tmp/tmpqrlh6ih1]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2 Writing dependency_resolvers_config_file to path /tmp/tmpqrlh6ih1/resolvers_conf.xml with contents [<dependency_resolvers>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3 <tool_shed_packages />
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4 <conda auto_init="True" auto_install="True" ensure_channels="conda-forge,bioconda,defaults" prefix="/afs/bx.psu.edu/home/rico/miniconda3" condarc_override="/scratch/rico/.planemo/condarc" />
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
5 <conda versionless="true" auto_init="True" auto_install="True" ensure_channels="conda-forge,bioconda,defaults" prefix="/afs/bx.psu.edu/home/rico/miniconda3" condarc_override="/scratch/rico/.planemo/condarc" />
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
6 </dependency_resolvers>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
7 ]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
8 Writing tool_conf to path /tmp/tmpqrlh6ih1/tool_conf.xml with contents [<toolbox>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
9 <tool file="data_source/upload.xml" />
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
10 <tool file="/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/ncbi_fcs_adaptor.xml" />
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
11 </toolbox>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
12 ]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
13 Starting Galaxy with command [cd /scratch/rico/galaxy && if [ -d .venv ]; then GALAXY_VIRTUAL_ENV=.venv; else GALAXY_VIRTUAL_ENV=/scratch/rico/.planemo/gx_venv_3; fi && export GALAXY_VIRTUAL_ENV && echo "Set \$GALAXY_VIRTUAL_ENV to $GALAXY_VIRTUAL_ENV" && if [ -e "$GALAXY_VIRTUAL_ENV" ]; then echo "Virtual environment directory exists."; else echo "Virtual environment directory does not exist."; fi && if [ ! -e "$GALAXY_VIRTUAL_ENV" ]; then /scratch/rico/.venv/bin/virtualenv $GALAXY_VIRTUAL_ENV -p /scratch/rico/.venv/bin/python3; echo "Created virtualenv"; fi && echo "Set \$GALAXY_VIRTUAL_ENV to $GALAXY_VIRTUAL_ENV" && if [ -e "$GALAXY_VIRTUAL_ENV" ]; then echo "Virtual environment directory exists."; else echo "Virtual environment directory does not exist."; 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 && bash -c 'pwd' && bash -c 'which python' && bash -c 'which pip' && bash -c 'echo $GALAXY_VIRTUAL_ENV' && bash -c 'echo $VIRTUAL_ENV' && bash -c 'ls -a' && /scratch/rico/galaxy/run.sh $COMMON_STARTUP_ARGS --server-name main]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
14 With environment variables:
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
15 ============================
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
16 GALAXY_CONFIG_OVERRIDE_MASTER_API_KEY="test_key"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
17 GALAXY_CONFIG_OVERRIDE_ADMIN_USERS="planemo@galaxyproject.org,test@bx.psu.edu"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
18 GALAXY_CONFIG_OVERRIDE_EXPOSE_DATASET_PATH="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
19 GALAXY_CONFIG_OVERRIDE_COLLECT_OUTPUTS_FROM="job_working_directory"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
20 GALAXY_CONFIG_OVERRIDE_ALLOW_PATH_PASTE="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
21 GALAXY_CONFIG_OVERRIDE_CHECK_MIGRATE_TOOLS="False"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
22 GALAXY_CONFIG_OVERRIDE_USE_CACHED_DEPENDENCY_MANAGER="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
23 GALAXY_CONFIG_OVERRIDE_BRAND="Configured by Planemo"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
24 GALAXY_CONFIG_OVERRIDE_STRICT_CWL_VALIDATION="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
25 GALAXY_CONFIG_OVERRIDE_CLEANUP_JOB="never"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
26 GALAXY_CONFIG_OVERRIDE_SINGLE_USER="planemo@galaxyproject.org"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
27 GALAXY_CONFIG_OVERRIDE_SERVER_NAME="main"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
28 GALAXY_CONFIG_OVERRIDE_FTP_UPLOAD_DIR_TEMPLATE="${ftp_upload_dir}"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
29 GALAXY_CONFIG_OVERRIDE_FTP_UPLOAD_PURGE="False"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
30 GALAXY_CONFIG_OVERRIDE_FTP_UPLOAD_DIR="/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/test-data"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
31 GALAXY_CONFIG_OVERRIDE_FTP_UPLOAD_SITE="Test Data"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
32 GALAXY_CONFIG_OVERRIDE_CHECK_UPLOAD_CONTENT="False"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
33 GALAXY_CONFIG_OVERRIDE_TOOL_DEPENDENCY_DIR="/tmp/tmpqrlh6ih1/deps"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
34 GALAXY_CONFIG_OVERRIDE_FILE_PATH="/tmp/tmpqrlh6ih1/files"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
35 GALAXY_CONFIG_OVERRIDE_NEW_FILE_PATH="/tmp/tmpqrlh6ih1/tmp"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
36 GALAXY_CONFIG_OVERRIDE_TOOL_CONFIG_FILE="/tmp/tmpqrlh6ih1/tool_conf.xml,/tmp/tmpqrlh6ih1/shed_tools_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
37 GALAXY_CONFIG_OVERRIDE_TOOL_SHEDS_CONFIG_FILE="/tmp/tmpqrlh6ih1/tool_sheds_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
38 GALAXY_CONFIG_OVERRIDE_MANAGE_DEPENDENCY_RELATIONSHIPS="False"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
39 GALAXY_CONFIG_OVERRIDE_JOB_WORKING_DIRECTORY="/tmp/tmpqrlh6ih1/job_working_directory"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
40 GALAXY_CONFIG_OVERRIDE_TEMPLATE_CACHE_PATH="/tmp/tmpqrlh6ih1/compiled_templates"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
41 GALAXY_CONFIG_OVERRIDE_CITATION_CACHE_TYPE="file"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
42 GALAXY_CONFIG_OVERRIDE_CITATION_CACHE_DATA_DIR="/tmp/tmpqrlh6ih1/citations/data"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
43 GALAXY_CONFIG_OVERRIDE_CITATION_CACHE_LOCK_DIR="/tmp/tmpqrlh6ih1/citations/lock"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
44 GALAXY_CONFIG_OVERRIDE_DATABASE_AUTO_MIGRATE="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
45 GALAXY_CONFIG_OVERRIDE_ENABLE_BETA_TOOL_FORMATS="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
46 GALAXY_CONFIG_OVERRIDE_ID_SECRET="f6141d9059f331976b6b66b722a14f48"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
47 GALAXY_CONFIG_OVERRIDE_LOG_LEVEL="DEBUG"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
48 GALAXY_CONFIG_OVERRIDE_DEBUG="true"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
49 GALAXY_CONFIG_OVERRIDE_WATCH_TOOLS="auto"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
50 GALAXY_CONFIG_OVERRIDE_DEFAULT_JOB_SHELL="/bin/bash"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
51 GALAXY_CONFIG_OVERRIDE_INTEGRATED_TOOL_PANEL_CONFIG="/tmp/tmpqrlh6ih1/integrated_tool_panel_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
52 GALAXY_CONFIG_OVERRIDE_MIGRATED_TOOLS_CONFIG="/tmp/tmpqrlh6ih1/empty_tool_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
53 GALAXY_CONFIG_OVERRIDE_TEST_DATA_DIR="/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/test-data"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
54 GALAXY_CONFIG_OVERRIDE_SHED_DATA_MANAGER_CONFIG_FILE="/tmp/tmpqrlh6ih1/shed_data_manager_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
55 GALAXY_CONFIG_OVERRIDE_OUTPUTS_TO_WORKING_DIRECTORY="True"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
56 GALAXY_CONFIG_OVERRIDE_OBJECT_STORE_STORE_BY="uuid"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
57 GALAXY_CONFIG_OVERRIDE_DATABASE_CONNECTION="sqlite:////tmp/tmpqrlh6ih1/galaxy.sqlite?isolation_level=IMMEDIATE"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
58 GALAXY_CONFIG_OVERRIDE_JOB_CONFIG_FILE="/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
59 GALAXY_CONFIG_OVERRIDE_JOB_METRICS_CONFIG_FILE="/tmp/tmpqrlh6ih1/job_metrics_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
60 GALAXY_CONFIG_OVERRIDE_DEPENDENCY_RESOLVERS_CONFIG_FILE="/tmp/tmpqrlh6ih1/resolvers_conf.xml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
61 GALAXY_DEVELOPMENT_ENVIRONMENT="1"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
62 GALAXY_LOG="main.log"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
63 GALAXY_PID="main.pid"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
64 GALAXY_CONFIG_FILE="/tmp/tmpqrlh6ih1/galaxy.yml"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
65 GRAVITY_STATE_DIR="/tmp/tmpqrlh6ih1/gravity"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
66 SUPERVISORD_SOCKET="/tmp/tmpwpqnbgo4.sock"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
67 ============================
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
68 galaxy.util.commands WARNING 2024-02-23 14:19:34,170: Passing program arguments as a string may be a security hazard if combined with untrusted input
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
69 Set $GALAXY_VIRTUAL_ENV to /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
70 Virtual environment directory does not exist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
71 created virtual environment CPython3.7.3.final.0-64 in 1093ms
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
72 creator CPython3Posix(dest=/scratch/rico/.planemo/gx_venv_3, clear=False, no_vcs_ignore=False, global=False)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
73 seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/afs/bx.psu.edu/home/rico/.local/share/virtualenv)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
74 added seed packages: pip==23.3.2, setuptools==68.0.0, wheel==0.42.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
75 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
76 Created virtualenv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
77 Set $GALAXY_VIRTUAL_ENV to /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
78 Virtual environment directory exists.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
79 Activated a virtualenv for Galaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
80 /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
81 /scratch/rico/galaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
82 /scratch/rico/.planemo/gx_venv_3/bin/python
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
83 /scratch/rico/.planemo/gx_venv_3/bin/pip
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
84 /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
85 /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
86 .
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
87 ..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
88 check_model.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
89 .ci
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
90 .circleci
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
91 CITATION
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
92 client
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
93 CODE_OF_CONDUCT.md
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
94 config
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
95 contrib
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
96 CONTRIBUTING.md
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
97 CONTRIBUTORS.md
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
98 .coveragerc
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
99 cron
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
100 database
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
101 doc
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
102 .dockerignore
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
103 extract_dataset_parts.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
104 .flake8
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
105 .git
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
106 .gitattributes
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
107 .git-blame-ignore-revs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
108 .github
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
109 .gitignore
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
110 .gitpod.yml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
111 hooks
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
112 .isort.cfg
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
113 .k8s_ci.Dockerfile
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
114 lib
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
115 LICENSE.txt
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
116 main.log
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
117 Makefile
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
118 manage_db.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
119 manage_toolshed_db.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
120 mypy.ini
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
121 package.json
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
122 packages
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
123 .pre-commit-config.yaml.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
124 pyproject.toml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
125 pytest.ini
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
126 README.rst
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
127 .redocly.lint-ignore.yaml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
128 .redocly.yaml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
129 requirements.txt
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
130 rolling_restart.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
131 run_reports.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
132 run.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
133 run_tests.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
134 run_tool_shed.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
135 scripts
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
136 SECURITY.md
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
137 static
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
138 templates
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
139 test
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
140 test-data
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
141 tool-data
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
142 tools
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
143 tox.ini
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
144 tsconfig.json
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
145 .vscode
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
146 Activating virtualenv at /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
147 Requirement already satisfied: pip>=20.3 in /scratch/rico/.planemo/gx_venv_3/lib/python3.7/site-packages (23.3.2)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
148 Requirement already satisfied: wheel in /scratch/rico/.planemo/gx_venv_3/lib/python3.7/site-packages (0.42.0)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
149
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
150 [notice] A new release of pip is available: 23.3.2 -> 24.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
151 [notice] To update, run: pip install --upgrade pip
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
152 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
153 Ignoring billiard: markers 'python_version >= "3.8" and python_version < "3.12"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
154 Ignoring celery: markers 'python_version >= "3.8" and python_version < "3.12"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
155 Ignoring colorama: markers 'python_version >= "3.7" and python_version < "3.12" and platform_system == "Windows"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
156 Ignoring kombu: markers 'python_version >= "3.8" and python_version < "3.12"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
157 Ignoring numpy: markers 'python_version >= "3.8" and python_version < "3.9"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
158 Ignoring numpy: markers 'python_version >= "3.9" and python_version < "3.12"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
159 Ignoring pyreadline3: markers 'sys_platform == "win32" and python_version >= "3.8" and python_version < "3.12"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
160 Ignoring pyreadline: markers 'sys_platform == "win32" and python_version < "3.8" and python_version >= "3.7"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
161 Ignoring tzdata: markers 'python_version >= "3.7" and python_version < "3.12" and platform_system == "Windows"' don't match your environment
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
162 Collecting a2wsgi==1.7.0 (from -r requirements.txt (line 1))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
163 Using cached a2wsgi-1.7.0-py3-none-any.whl.metadata (1.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
164 Collecting adal==1.2.7 (from -r requirements.txt (line 2))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
165 Using cached adal-1.2.7-py2.py3-none-any.whl (55 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
166 Collecting aiobotocore==2.4.2 (from -r requirements.txt (line 3))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
167 Using cached aiobotocore-2.4.2-py3-none-any.whl.metadata (19 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
168 Collecting aiodataloader==0.4.0 (from -r requirements.txt (line 4))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
169 Using cached aiodataloader-0.4.0-py3-none-any.whl.metadata (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
170 Collecting aiofiles==23.2.1 (from -r requirements.txt (line 5))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
171 Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
172 Collecting aiohttp==3.8.6 (from -r requirements.txt (line 6))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
173 Using cached aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
174 Collecting aioitertools==0.11.0 (from -r requirements.txt (line 7))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
175 Using cached aioitertools-0.11.0-py3-none-any.whl.metadata (3.3 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
176 Collecting aiosignal==1.3.1 (from -r requirements.txt (line 8))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
177 Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
178 Collecting alembic==1.12.1 (from -r requirements.txt (line 9))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
179 Using cached alembic-1.12.1-py3-none-any.whl.metadata (7.3 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
180 Collecting amqp==5.2.0 (from -r requirements.txt (line 10))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
181 Using cached amqp-5.2.0-py3-none-any.whl.metadata (8.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
182 Collecting aniso8601==9.0.1 (from -r requirements.txt (line 11))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
183 Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
184 Collecting anyio==3.7.1 (from -r requirements.txt (line 12))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
185 Using cached anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
186 Collecting apispec==6.3.0 (from -r requirements.txt (line 13))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
187 Using cached apispec-6.3.0-py3-none-any.whl.metadata (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
188 Collecting appdirs==1.4.4 (from -r requirements.txt (line 14))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
189 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
190 Collecting arcp==0.2.1 (from -r requirements.txt (line 15))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
191 Using cached arcp-0.2.1-py2.py3-none-any.whl (15 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
192 Collecting argcomplete==3.1.2 (from -r requirements.txt (line 16))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
193 Using cached argcomplete-3.1.2-py3-none-any.whl.metadata (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
194 Collecting async-timeout==4.0.3 (from -r requirements.txt (line 17))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
195 Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
196 Collecting asynctest==0.13.0 (from -r requirements.txt (line 18))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
197 Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
198 Collecting attmap==0.13.2 (from -r requirements.txt (line 19))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
199 Using cached attmap-0.13.2-py3-none-any.whl (12 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
200 Collecting attrs==23.1.0 (from -r requirements.txt (line 20))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
201 Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
202 Collecting babel==2.13.1 (from -r requirements.txt (line 21))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
203 Using cached Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
204 Collecting backports-zoneinfo==0.2.1 (from -r requirements.txt (line 22))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
205 Using cached backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl (70 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
206 Collecting bagit-profile==1.3.1 (from -r requirements.txt (line 23))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
207 Using cached bagit_profile-1.3.1-py3-none-any.whl (14 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
208 Collecting bagit==1.8.1 (from -r requirements.txt (line 24))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
209 Using cached bagit-1.8.1-py2.py3-none-any.whl (35 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
210 Collecting bcrypt==4.0.1 (from -r requirements.txt (line 25))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
211 Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
212 Collecting bdbag==1.7.1 (from -r requirements.txt (line 26))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
213 Using cached bdbag-1.7.1-py2.py3-none-any.whl.metadata (7.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
214 Collecting beaker==1.12.1 (from -r requirements.txt (line 27))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
215 Using cached Beaker-1.12.1-py3-none-any.whl
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
216 Collecting billiard==3.6.4.0 (from -r requirements.txt (line 28))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
217 Using cached billiard-3.6.4.0-py3-none-any.whl (89 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
218 Collecting bioblend==1.2.0 (from -r requirements.txt (line 30))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
219 Using cached bioblend-1.2.0-py2.py3-none-any.whl.metadata (2.3 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
220 Collecting bleach==6.0.0 (from -r requirements.txt (line 31))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
221 Using cached bleach-6.0.0-py3-none-any.whl.metadata (29 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
222 Collecting boltons==23.1.1 (from -r requirements.txt (line 32))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
223 Using cached boltons-23.1.1-py2.py3-none-any.whl.metadata (1.4 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
224 Collecting boto==2.49.0 (from -r requirements.txt (line 33))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
225 Using cached boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
226 Collecting botocore==1.27.59 (from -r requirements.txt (line 34))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
227 Using cached botocore-1.27.59-py3-none-any.whl.metadata (5.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
228 Collecting bx-python==0.10.0 (from -r requirements.txt (line 35))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
229 Using cached bx_python-0.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
230 Collecting cachecontrol==0.13.1 (from cachecontrol[filecache]==0.13.1->-r requirements.txt (line 36))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
231 Using cached cachecontrol-0.13.1-py3-none-any.whl.metadata (3.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
232 Collecting cached-property==1.5.2 (from -r requirements.txt (line 37))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
233 Using cached cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
234 Collecting celery==5.2.7 (from -r requirements.txt (line 38))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
235 Using cached celery-5.2.7-py3-none-any.whl.metadata (20 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
236 Collecting certifi==2023.11.17 (from -r requirements.txt (line 40))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
237 Using cached certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
238 Collecting cffi==1.15.1 (from -r requirements.txt (line 41))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
239 Using cached cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
240 Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 42))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
241 Using cached charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
242 Collecting cheetah3==3.2.6.post1 (from -r requirements.txt (line 43))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
243 Using cached https://wheels.galaxyproject.org/simple/cheetah3/Cheetah3-3.2.6.post1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
244 Collecting circus==0.18.0 (from -r requirements.txt (line 44))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
245 Using cached circus-0.18.0-py3-none-any.whl.metadata (2.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
246 Collecting click-didyoumean==0.3.0 (from -r requirements.txt (line 45))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
247 Using cached click_didyoumean-0.3.0-py3-none-any.whl (2.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
248 Collecting click-plugins==1.1.1 (from -r requirements.txt (line 46))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
249 Using cached click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
250 Collecting click-repl==0.3.0 (from -r requirements.txt (line 47))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
251 Using cached click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
252 Collecting click==8.1.7 (from -r requirements.txt (line 48))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
253 Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
254 Collecting cloudauthz==0.6.0 (from -r requirements.txt (line 49))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
255 Using cached cloudauthz-0.6.0-py2.py3-none-any.whl (8.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
256 Collecting cloudbridge==3.2.0 (from -r requirements.txt (line 50))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
257 Using cached cloudbridge-3.2.0-py2.py3-none-any.whl.metadata (5.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
258 Collecting coloredlogs==15.0.1 (from -r requirements.txt (line 52))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
259 Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
260 Collecting conda-package-streaming==0.9.0 (from -r requirements.txt (line 53))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
261 Using cached conda_package_streaming-0.9.0-py3-none-any.whl.metadata (4.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
262 Collecting cryptography==41.0.5 (from -r requirements.txt (line 54))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
263 Using cached cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
264 Collecting cwl-upgrader==1.2.8 (from -r requirements.txt (line 55))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
265 Using cached cwl_upgrader-1.2.8-py3-none-any.whl.metadata (2.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
266 Collecting cwl-utils==0.28 (from -r requirements.txt (line 56))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
267 Using cached cwl_utils-0.28-py3-none-any.whl.metadata (7.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
268 Collecting cwltool==3.1.20221109155812 (from -r requirements.txt (line 57))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
269 Using cached cwltool-3.1.20221109155812-py3-none-any.whl.metadata (40 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
270 Collecting decorator==5.1.1 (from -r requirements.txt (line 58))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
271 Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
272 Collecting defusedxml==0.7.1 (from -r requirements.txt (line 59))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
273 Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
274 Collecting deprecation==2.1.0 (from -r requirements.txt (line 60))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
275 Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
276 Collecting dictobj==0.4 (from -r requirements.txt (line 61))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
277 Using cached dictobj-0.4-py3-none-any.whl
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
278 Collecting dnspython==2.3.0 (from -r requirements.txt (line 62))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
279 Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
280 Collecting docopt==0.6.2 (from -r requirements.txt (line 63))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
281 Using cached https://wheels.galaxyproject.org/simple/docopt/docopt-0.6.2-py2.py3-none-any.whl (19 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
282 Collecting docutils==0.18.1 (from -r requirements.txt (line 64))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
283 Using cached docutils-0.18.1-py2.py3-none-any.whl (570 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
284 Collecting dparse==0.6.3 (from -r requirements.txt (line 65))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
285 Using cached dparse-0.6.3-py3-none-any.whl.metadata (7.4 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
286 Collecting ecdsa==0.18.0 (from -r requirements.txt (line 66))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
287 Using cached ecdsa-0.18.0-py2.py3-none-any.whl.metadata (29 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
288 Collecting edam-ontology==1.25.2 (from -r requirements.txt (line 67))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
289 Using cached edam_ontology-1.25.2-py2.py3-none-any.whl (262 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
290 Collecting email-validator==2.0.0.post2 (from -r requirements.txt (line 68))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
291 Using cached email_validator-2.0.0.post2-py3-none-any.whl.metadata (25 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
292 Collecting exceptiongroup==1.2.0 (from -r requirements.txt (line 69))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
293 Using cached exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
294 Collecting fastapi-utils==0.2.1 (from -r requirements.txt (line 70))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
295 Using cached fastapi_utils-0.2.1-py3-none-any.whl (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
296 Collecting fastapi==0.98.0 (from -r requirements.txt (line 71))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
297 Using cached fastapi-0.98.0-py3-none-any.whl.metadata (22 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
298 Collecting filelock==3.12.2 (from -r requirements.txt (line 72))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
299 Using cached filelock-3.12.2-py3-none-any.whl.metadata (2.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
300 Collecting frozenlist==1.3.3 (from -r requirements.txt (line 73))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
301 Using cached frozenlist-1.3.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
302 Collecting fs==2.4.16 (from -r requirements.txt (line 74))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
303 Using cached fs-2.4.16-py2.py3-none-any.whl.metadata (6.3 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
304 Collecting fsspec==2023.1.0 (from -r requirements.txt (line 75))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
305 Using cached fsspec-2023.1.0-py3-none-any.whl.metadata (5.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
306 Collecting future==0.18.3 (from -r requirements.txt (line 76))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
307 Using cached future-0.18.3-py3-none-any.whl
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
308 Collecting galaxy-sequence-utils==1.1.5 (from -r requirements.txt (line 77))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
309 Using cached galaxy_sequence_utils-1.1.5-py2.py3-none-any.whl (37 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
310 Collecting galaxy2cwl==0.1.4 (from -r requirements.txt (line 78))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
311 Using cached galaxy2cwl-0.1.4-py3-none-any.whl (8.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
312 Collecting graphene-sqlalchemy==3.0.0b3 (from -r requirements.txt (line 79))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
313 Using cached graphene_sqlalchemy-3.0.0b3-py2.py3-none-any.whl.metadata (4.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
314 Collecting graphene==3.3 (from -r requirements.txt (line 80))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
315 Using cached graphene-3.3-py2.py3-none-any.whl.metadata (7.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
316 Collecting graphql-core==3.2.3 (from -r requirements.txt (line 81))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
317 Using cached graphql_core-3.2.3-py3-none-any.whl.metadata (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
318 Collecting graphql-relay==3.2.0 (from -r requirements.txt (line 82))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
319 Using cached graphql_relay-3.2.0-py3-none-any.whl.metadata (12 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
320 Collecting gravity==1.0.4 (from -r requirements.txt (line 83))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
321 Using cached gravity-1.0.4-py3-none-any.whl.metadata (14 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
322 Collecting greenlet==2.0.2 (from -r requirements.txt (line 84))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
323 Using cached greenlet-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
324 Collecting gunicorn==21.2.0 (from -r requirements.txt (line 85))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
325 Using cached gunicorn-21.2.0-py3-none-any.whl.metadata (4.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
326 Collecting gxformat2==0.18.0 (from -r requirements.txt (line 86))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
327 Using cached gxformat2-0.18.0-py2.py3-none-any.whl.metadata (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
328 Collecting h11==0.14.0 (from -r requirements.txt (line 87))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
329 Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
330 Collecting h5grove==1.3.0 (from -r requirements.txt (line 88))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
331 Using cached h5grove-1.3.0-py3-none-any.whl.metadata (3.4 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
332 Collecting h5py==3.8.0 (from -r requirements.txt (line 89))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
333 Using cached h5py-3.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
334 Collecting humanfriendly==10.0 (from -r requirements.txt (line 90))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
335 Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
336 Collecting idna==3.5 (from -r requirements.txt (line 91))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
337 Using cached idna-3.5-py3-none-any.whl.metadata (9.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
338 Collecting importlib-metadata==4.13.0 (from -r requirements.txt (line 92))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
339 Using cached importlib_metadata-4.13.0-py3-none-any.whl.metadata (4.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
340 Collecting importlib-resources==5.12.0 (from -r requirements.txt (line 93))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
341 Using cached importlib_resources-5.12.0-py3-none-any.whl.metadata (4.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
342 Collecting isa-rwval==0.10.10 (from -r requirements.txt (line 94))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
343 Using cached isa_rwval-0.10.10-py2.py3-none-any.whl (50 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
344 Collecting isal==1.3.0 (from -r requirements.txt (line 95))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
345 Using cached isal-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
346 Collecting isodate==0.6.1 (from -r requirements.txt (line 96))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
347 Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
348 Collecting jinja2==3.1.2 (from -r requirements.txt (line 97))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
349 Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
350 Collecting jmespath==1.0.1 (from -r requirements.txt (line 98))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
351 Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
352 Collecting jsonref==1.1.0 (from -r requirements.txt (line 99))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
353 Using cached jsonref-1.1.0-py3-none-any.whl.metadata (2.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
354 Collecting jsonschema==4.17.3 (from -r requirements.txt (line 100))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
355 Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
356 Collecting kombu==5.2.4 (from -r requirements.txt (line 101))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
357 Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
358 Collecting lagom==2.6.0 (from -r requirements.txt (line 103))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
359 Using cached lagom-2.6.0-py3-none-any.whl.metadata (6.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
360 Collecting lxml==4.9.3 (from -r requirements.txt (line 104))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
361 Using cached lxml-4.9.3-cp37-cp37m-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
362 Collecting mako==1.2.4 (from -r requirements.txt (line 105))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
363 Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
364 Collecting markdown-it-py==2.2.0 (from -r requirements.txt (line 106))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
365 Using cached markdown_it_py-2.2.0-py3-none-any.whl.metadata (6.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
366 Collecting markdown==3.4.4 (from -r requirements.txt (line 107))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
367 Using cached Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
368 Collecting markupsafe==2.1.3 (from -r requirements.txt (line 108))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
369 Using cached MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
370 Collecting mdurl==0.1.2 (from -r requirements.txt (line 109))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
371 Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
372 Collecting mercurial==6.6 (from -r requirements.txt (line 110))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
373 Using cached https://wheels.galaxyproject.org/simple/mercurial/mercurial-6.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
374 Collecting mistune==2.0.5 (from -r requirements.txt (line 111))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
375 Using cached mistune-2.0.5-py2.py3-none-any.whl.metadata (1.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
376 Collecting mrcfile==1.4.3 (from -r requirements.txt (line 112))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
377 Using cached mrcfile-1.4.3-py2.py3-none-any.whl.metadata (6.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
378 Collecting msal==1.25.0 (from -r requirements.txt (line 113))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
379 Using cached msal-1.25.0-py2.py3-none-any.whl.metadata (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
380 Collecting msgpack==1.0.5 (from -r requirements.txt (line 114))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
381 Using cached msgpack-1.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
382 Collecting multidict==6.0.4 (from -r requirements.txt (line 115))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
383 Using cached multidict-6.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
384 Collecting mypy-extensions==1.0.0 (from -r requirements.txt (line 116))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
385 Using cached mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
386 Collecting networkx==2.5 (from -r requirements.txt (line 117))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
387 Using cached networkx-2.5-py3-none-any.whl (1.6 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
388 Collecting nodeenv==1.8.0 (from -r requirements.txt (line 118))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
389 Using cached nodeenv-1.8.0-py2.py3-none-any.whl.metadata (21 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
390 Collecting numpy==1.21.6 (from -r requirements.txt (line 119))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
391 Using cached numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
392 Collecting oauthlib==3.2.2 (from -r requirements.txt (line 122))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
393 Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
394 Collecting orjson==3.9.7 (from -r requirements.txt (line 123))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
395 Using cached orjson-3.9.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (49 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
396 Collecting oyaml==1.0 (from -r requirements.txt (line 124))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
397 Using cached oyaml-1.0-py2.py3-none-any.whl (3.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
398 Collecting packaging==23.2 (from -r requirements.txt (line 125))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
399 Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
400 Collecting paramiko==3.3.1 (from -r requirements.txt (line 126))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
401 Using cached paramiko-3.3.1-py3-none-any.whl.metadata (4.4 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
402 Collecting parsley==1.3 (from -r requirements.txt (line 127))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
403 Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
404 Collecting paste==3.7.1 (from -r requirements.txt (line 128))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
405 Using cached Paste-3.7.1-py3-none-any.whl.metadata (4.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
406 Collecting pastedeploy==3.1.0 (from -r requirements.txt (line 129))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
407 Using cached PasteDeploy-3.1.0-py3-none-any.whl.metadata (2.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
408 Collecting pebble==5.0.4 (from -r requirements.txt (line 130))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
409 Using cached Pebble-5.0.4-py3-none-any.whl.metadata (3.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
410 Collecting pkgutil-resolve-name==1.3.10 (from -r requirements.txt (line 131))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
411 Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
412 Collecting promise==2.3 (from -r requirements.txt (line 132))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
413 Using cached promise-2.3-py3-none-any.whl
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
414 Collecting prompt-toolkit==3.0.41 (from -r requirements.txt (line 133))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
415 Using cached prompt_toolkit-3.0.41-py3-none-any.whl.metadata (6.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
416 Collecting prov==1.5.1 (from -r requirements.txt (line 134))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
417 Using cached prov-1.5.1-py2.py3-none-any.whl (426 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
418 Collecting psutil==5.9.6 (from -r requirements.txt (line 135))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
419 Using cached psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
420 Collecting pulsar-galaxy-lib==0.15.5 (from -r requirements.txt (line 136))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
421 Using cached pulsar_galaxy_lib-0.15.5-py2.py3-none-any.whl.metadata (33 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
422 Collecting pyasn1==0.5.1 (from -r requirements.txt (line 137))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
423 Using cached pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
424 Collecting pycparser==2.21 (from -r requirements.txt (line 138))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
425 Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
426 Collecting pycryptodome==3.19.0 (from -r requirements.txt (line 139))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
427 Using cached pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
428 Collecting pydantic-tes==0.1.5 (from -r requirements.txt (line 140))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
429 Using cached pydantic_tes-0.1.5-py2.py3-none-any.whl.metadata (2.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
430 Collecting pydantic==1.10.13 (from -r requirements.txt (line 141))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
431 Using cached pydantic-1.10.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (149 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
432 Collecting pydot==1.4.2 (from -r requirements.txt (line 143))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
433 Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
434 Collecting pyeventsystem==0.1.0 (from -r requirements.txt (line 144))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
435 Using cached pyeventsystem-0.1.0-py2.py3-none-any.whl (15 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
436 Collecting pyfaidx==0.7.2.2 (from -r requirements.txt (line 145))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
437 Using cached pyfaidx-0.7.2.2-py3-none-any.whl.metadata (25 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
438 Collecting pygments==2.17.2 (from -r requirements.txt (line 146))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
439 Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
440 Collecting pyjwt==2.8.0 (from -r requirements.txt (line 147))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
441 Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
442 Collecting pykwalify==1.8.0 (from -r requirements.txt (line 149))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
443 Using cached pykwalify-1.8.0-py2.py3-none-any.whl (24 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
444 Collecting pylibmagic==0.5.0 (from -r requirements.txt (line 150))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
445 Using cached pylibmagic-0.5.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
446 Collecting pynacl==1.5.0 (from -r requirements.txt (line 151))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
447 Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
448 Collecting pyparsing==3.0.9 (from -r requirements.txt (line 152))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
449 Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
450 Collecting pyrsistent==0.19.3 (from -r requirements.txt (line 155))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
451 Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
452 Collecting pysam==0.22.0 (from -r requirements.txt (line 156))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
453 Using cached pysam-0.22.0-cp37-cp37m-manylinux_2_28_x86_64.whl.metadata (1.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
454 Collecting python-dateutil==2.8.2 (from -r requirements.txt (line 157))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
455 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
456 Collecting python-jose==3.3.0 (from -r requirements.txt (line 158))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
457 Using cached python_jose-3.3.0-py2.py3-none-any.whl (33 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
458 Collecting python-magic==0.4.27 (from -r requirements.txt (line 159))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
459 Using cached python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
460 Collecting python-multipart==0.0.7 (from -r requirements.txt (line 160))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
461 Using cached python_multipart-0.0.7-py3-none-any.whl.metadata (2.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
462 Collecting python3-openid==3.2.0 (from -r requirements.txt (line 161))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
463 Using cached python3_openid-3.2.0-py3-none-any.whl (133 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
464 Collecting pytz==2023.3.post1 (from -r requirements.txt (line 162))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
465 Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
466 Collecting pyyaml==6.0.1 (from -r requirements.txt (line 163))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
467 Using cached PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
468 Collecting pyzmq==25.1.1 (from -r requirements.txt (line 164))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
469 Using cached pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (4.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
470 Collecting rdflib==6.2.0 (from -r requirements.txt (line 165))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
471 Using cached rdflib-6.2.0-py3-none-any.whl.metadata (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
472 Collecting refgenconf==0.12.2 (from -r requirements.txt (line 166))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
473 Using cached refgenconf-0.12.2-py3-none-any.whl (72 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
474 Collecting regex==2023.10.3 (from -r requirements.txt (line 167))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
475 Using cached regex-2023.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
476 Collecting repoze-lru==0.7 (from -r requirements.txt (line 168))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
477 Using cached repoze.lru-0.7-py3-none-any.whl (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
478 Collecting requests-oauthlib==1.3.1 (from -r requirements.txt (line 169))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
479 Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl.metadata (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
480 Collecting requests-toolbelt==1.0.0 (from -r requirements.txt (line 170))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
481 Using cached requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
482 Collecting requests-unixsocket==0.3.0 (from -r requirements.txt (line 171))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
483 Using cached requests_unixsocket-0.3.0-py2.py3-none-any.whl (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
484 Collecting requests==2.31.0 (from -r requirements.txt (line 172))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
485 Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
486 Collecting rich==13.7.0 (from -r requirements.txt (line 173))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
487 Using cached rich-13.7.0-py3-none-any.whl.metadata (18 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
488 Collecting rocrate==0.9.0 (from -r requirements.txt (line 174))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
489 Using cached rocrate-0.9.0-py3-none-any.whl.metadata (15 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
490 Collecting routes==2.5.1 (from -r requirements.txt (line 175))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
491 Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
492 Collecting rsa==4.9 (from -r requirements.txt (line 176))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
493 Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
494 Collecting ruamel-yaml-clib==0.2.8 (from -r requirements.txt (line 177))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
495 Using cached ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (2.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
496 Collecting ruamel-yaml==0.17.21 (from -r requirements.txt (line 178))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
497 Using cached ruamel.yaml-0.17.21-py3-none-any.whl.metadata (13 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
498 Collecting s3fs==2023.1.0 (from -r requirements.txt (line 179))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
499 Using cached s3fs-2023.1.0-py3-none-any.whl.metadata (1.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
500 Collecting schema-salad==8.4.20230808163024 (from -r requirements.txt (line 180))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
501 Using cached schema_salad-8.4.20230808163024-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
502 Collecting setuptools-scm==5.0.2 (from -r requirements.txt (line 181))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
503 Using cached setuptools_scm-5.0.2-py2.py3-none-any.whl (29 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
504 Requirement already satisfied: setuptools==68.0.0 in /scratch/rico/.planemo/gx_venv_3/lib/python3.7/site-packages (from -r requirements.txt (line 182)) (68.0.0)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
505 Collecting shellescape==3.8.1 (from -r requirements.txt (line 183))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
506 Using cached shellescape-3.8.1-py2.py3-none-any.whl (3.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
507 Collecting six==1.16.0 (from -r requirements.txt (line 184))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
508 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
509 Collecting sniffio==1.3.0 (from -r requirements.txt (line 185))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
510 Using cached sniffio-1.3.0-py3-none-any.whl.metadata (3.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
511 Collecting social-auth-core==4.0.3 (from social-auth-core[openidconnect]==4.0.3->-r requirements.txt (line 186))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
512 Using cached social_auth_core-4.0.3-py3-none-any.whl (328 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
513 Collecting sortedcontainers==2.4.0 (from -r requirements.txt (line 187))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
514 Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
515 Collecting sqlalchemy==1.4.50 (from -r requirements.txt (line 188))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
516 Using cached SQLAlchemy-1.4.50-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
517 Collecting sqlitedict==2.1.0 (from -r requirements.txt (line 189))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
518 Using cached sqlitedict-2.1.0-py3-none-any.whl
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
519 Collecting sqlparse==0.4.4 (from -r requirements.txt (line 190))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
520 Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
521 Collecting starlette-context==0.3.5 (from -r requirements.txt (line 191))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
522 Using cached starlette_context-0.3.5-py37-none-any.whl.metadata (3.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
523 Collecting starlette-graphene3==0.6.0 (from -r requirements.txt (line 192))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
524 Using cached starlette_graphene3-0.6.0-py3-none-any.whl.metadata (4.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
525 Collecting starlette==0.27.0 (from -r requirements.txt (line 193))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
526 Using cached starlette-0.27.0-py3-none-any.whl.metadata (5.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
527 Collecting supervisor==4.2.5 (from -r requirements.txt (line 194))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
528 Using cached supervisor-4.2.5-py2.py3-none-any.whl.metadata (86 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
529 Collecting svgwrite==1.4.3 (from -r requirements.txt (line 195))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
530 Using cached svgwrite-1.4.3-py3-none-any.whl.metadata (8.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
531 Collecting tenacity==8.2.3 (from -r requirements.txt (line 196))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
532 Using cached tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
533 Collecting tifffile==2021.11.2 (from -r requirements.txt (line 197))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
534 Using cached tifffile-2021.11.2-py3-none-any.whl (178 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
535 Collecting tinydb==4.8.0 (from -r requirements.txt (line 198))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
536 Using cached tinydb-4.8.0-py3-none-any.whl.metadata (6.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
537 Collecting tomli==2.0.1 (from -r requirements.txt (line 199))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
538 Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
539 Collecting tornado==6.2 (from -r requirements.txt (line 200))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
540 Using cached tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
541 Collecting tqdm==4.66.1 (from -r requirements.txt (line 201))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
542 Using cached tqdm-4.66.1-py3-none-any.whl.metadata (57 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
543 Collecting tuspy==1.0.1 (from -r requirements.txt (line 202))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
544 Using cached tuspy-1.0.1-py3-none-any.whl.metadata (3.5 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
545 Collecting tuswsgi==0.5.5 (from -r requirements.txt (line 203))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
546 Using cached tuswsgi-0.5.5-py2.py3-none-any.whl.metadata (2.2 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
547 Collecting typing-extensions==4.7.1 (from -r requirements.txt (line 204))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
548 Using cached typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
549 Collecting tzlocal==5.1 (from -r requirements.txt (line 206))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
550 Using cached tzlocal-5.1-py3-none-any.whl.metadata (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
551 Collecting ubiquerg==0.6.3 (from -r requirements.txt (line 207))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
552 Using cached ubiquerg-0.6.3-py2.py3-none-any.whl.metadata (1.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
553 Collecting urllib3==1.26.18 (from -r requirements.txt (line 208))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
554 Using cached urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
555 Collecting uvicorn==0.22.0 (from -r requirements.txt (line 209))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
556 Using cached uvicorn-0.22.0-py3-none-any.whl.metadata (6.3 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
557 Collecting uvloop==0.18.0 (from -r requirements.txt (line 210))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
558 Using cached uvloop-0.18.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
559 Collecting vine==5.1.0 (from -r requirements.txt (line 211))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
560 Using cached vine-5.1.0-py3-none-any.whl.metadata (2.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
561 Collecting wcwidth==0.2.12 (from -r requirements.txt (line 212))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
562 Using cached wcwidth-0.2.12-py2.py3-none-any.whl.metadata (14 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
563 Collecting webencodings==0.5.1 (from -r requirements.txt (line 213))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
564 Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
565 Collecting webob==1.8.7 (from -r requirements.txt (line 214))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
566 Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
567 Collecting whoosh==2.7.4 (from -r requirements.txt (line 215))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
568 Using cached Whoosh-2.7.4-py2.py3-none-any.whl (468 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
569 Collecting wrapt==1.16.0 (from -r requirements.txt (line 216))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
570 Using cached wrapt-1.16.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
571 Collecting yacman==0.9.2 (from -r requirements.txt (line 217))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
572 Using cached yacman-0.9.2-py3-none-any.whl.metadata (1.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
573 Collecting yarl==1.9.3 (from -r requirements.txt (line 218))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
574 Using cached yarl-1.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (28 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
575 Collecting zipp==3.15.0 (from -r requirements.txt (line 219))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
576 Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
577 Collecting zipstream-new==1.1.8 (from -r requirements.txt (line 220))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
578 Using cached zipstream_new-1.1.8-py3-none-any.whl (20 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
579 Collecting zstandard==0.21.0 (from -r requirements.txt (line 221))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
580 Using cached zstandard-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
581 Using cached a2wsgi-1.7.0-py3-none-any.whl (11 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
582 Using cached aiobotocore-2.4.2-py3-none-any.whl (66 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
583 Using cached aiodataloader-0.4.0-py3-none-any.whl (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
584 Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
585 Using cached aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (987 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
586 Using cached aioitertools-0.11.0-py3-none-any.whl (23 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
587 Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
588 Using cached alembic-1.12.1-py3-none-any.whl (226 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
589 Using cached amqp-5.2.0-py3-none-any.whl (50 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
590 Using cached anyio-3.7.1-py3-none-any.whl (80 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
591 Using cached apispec-6.3.0-py3-none-any.whl (29 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
592 Using cached argcomplete-3.1.2-py3-none-any.whl (41 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
593 Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
594 Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
595 Using cached Babel-2.13.1-py3-none-any.whl (10.1 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
596 Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
597 Using cached bdbag-1.7.1-py2.py3-none-any.whl (72 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
598 Using cached bioblend-1.2.0-py2.py3-none-any.whl (156 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
599 Using cached bleach-6.0.0-py3-none-any.whl (162 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
600 Using cached boltons-23.1.1-py2.py3-none-any.whl (195 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
601 Using cached botocore-1.27.59-py3-none-any.whl (9.1 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
602 Using cached bx_python-0.10.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
603 Using cached cachecontrol-0.13.1-py3-none-any.whl (22 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
604 Using cached celery-5.2.7-py3-none-any.whl (405 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
605 Using cached certifi-2023.11.17-py3-none-any.whl (162 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
606 Using cached cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
607 Using cached charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
608 Using cached circus-0.18.0-py3-none-any.whl (200 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
609 Using cached click_repl-0.3.0-py3-none-any.whl (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
610 Using cached click-8.1.7-py3-none-any.whl (97 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
611 Using cached cloudbridge-3.2.0-py2.py3-none-any.whl (193 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
612 Using cached conda_package_streaming-0.9.0-py3-none-any.whl (15 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
613 Using cached cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
614 Using cached cwl_upgrader-1.2.8-py3-none-any.whl (27 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
615 Using cached cwl_utils-0.28-py3-none-any.whl (313 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
616 Using cached cwltool-3.1.20221109155812-py3-none-any.whl (1.3 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
617 Using cached dnspython-2.3.0-py3-none-any.whl (283 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
618 Using cached dparse-0.6.3-py3-none-any.whl (12 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
619 Using cached ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
620 Using cached email_validator-2.0.0.post2-py3-none-any.whl (31 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
621 Using cached exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
622 Using cached fastapi-0.98.0-py3-none-any.whl (56 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
623 Using cached filelock-3.12.2-py3-none-any.whl (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
624 Using cached frozenlist-1.3.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (148 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
625 Using cached fs-2.4.16-py2.py3-none-any.whl (135 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
626 Using cached fsspec-2023.1.0-py3-none-any.whl (143 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
627 Using cached graphene_sqlalchemy-3.0.0b3-py2.py3-none-any.whl (45 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
628 Using cached graphene-3.3-py2.py3-none-any.whl (128 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
629 Using cached graphql_core-3.2.3-py3-none-any.whl (202 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
630 Using cached graphql_relay-3.2.0-py3-none-any.whl (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
631 Using cached gravity-1.0.4-py3-none-any.whl (44 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
632 Using cached greenlet-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (566 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
633 Using cached gunicorn-21.2.0-py3-none-any.whl (80 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
634 Using cached gxformat2-0.18.0-py2.py3-none-any.whl (53 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
635 Using cached h11-0.14.0-py3-none-any.whl (58 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
636 Using cached h5grove-1.3.0-py3-none-any.whl (15 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
637 Using cached h5py-3.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
638 Using cached idna-3.5-py3-none-any.whl (61 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
639 Using cached importlib_metadata-4.13.0-py3-none-any.whl (23 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
640 Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
641 Using cached isal-1.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (250 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
642 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
643 Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
644 Using cached jsonref-1.1.0-py3-none-any.whl (9.4 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
645 Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
646 Using cached kombu-5.2.4-py3-none-any.whl (189 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
647 Using cached lagom-2.6.0-py3-none-any.whl (36 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
648 Using cached lxml-4.9.3-cp37-cp37m-manylinux_2_28_x86_64.whl (7.4 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
649 Using cached Mako-1.2.4-py3-none-any.whl (78 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
650 Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
651 Using cached Markdown-3.4.4-py3-none-any.whl (94 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
652 Using cached MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
653 Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
654 Using cached mistune-2.0.5-py2.py3-none-any.whl (24 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
655 Using cached mrcfile-1.4.3-py2.py3-none-any.whl (43 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
656 Using cached msal-1.25.0-py2.py3-none-any.whl (97 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
657 Using cached msgpack-1.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (299 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
658 Using cached multidict-6.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
659 Using cached mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
660 Using cached nodeenv-1.8.0-py2.py3-none-any.whl (22 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
661 Using cached numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
662 Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
663 Using cached orjson-3.9.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
664 Using cached packaging-23.2-py3-none-any.whl (53 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
665 Using cached paramiko-3.3.1-py3-none-any.whl (224 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
666 Using cached Paste-3.7.1-py3-none-any.whl (281 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
667 Using cached PasteDeploy-3.1.0-py3-none-any.whl (16 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
668 Using cached Pebble-5.0.4-py3-none-any.whl (30 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
669 Using cached prompt_toolkit-3.0.41-py3-none-any.whl (385 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
670 Using cached psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
671 Using cached pulsar_galaxy_lib-0.15.5-py2.py3-none-any.whl (200 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
672 Using cached pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
673 Using cached pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
674 Using cached pydantic_tes-0.1.5-py2.py3-none-any.whl (12 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
675 Using cached pydantic-1.10.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
676 Using cached pyfaidx-0.7.2.2-py3-none-any.whl (28 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
677 Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
678 Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
679 Using cached pylibmagic-0.5.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (619 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
680 Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
681 Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
682 Using cached pysam-0.22.0-cp37-cp37m-manylinux_2_28_x86_64.whl (23.6 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
683 Using cached python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
684 Using cached python_multipart-0.0.7-py3-none-any.whl (22 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
685 Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
686 Using cached PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (670 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
687 Using cached pyzmq-25.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
688 Using cached rdflib-6.2.0-py3-none-any.whl (500 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
689 Using cached regex-2023.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (761 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
690 Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
691 Using cached requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
692 Using cached requests-2.31.0-py3-none-any.whl (62 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
693 Using cached rich-13.7.0-py3-none-any.whl (240 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
694 Using cached rocrate-0.9.0-py3-none-any.whl (325 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
695 Using cached rsa-4.9-py3-none-any.whl (34 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
696 Using cached ruamel.yaml.clib-0.2.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (551 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
697 Using cached ruamel.yaml-0.17.21-py3-none-any.whl (109 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
698 Using cached s3fs-2023.1.0-py3-none-any.whl (27 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
699 Using cached schema_salad-8.4.20230808163024-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (1.0 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
700 Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
701 Using cached SQLAlchemy-1.4.50-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
702 Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
703 Using cached starlette_context-0.3.5-py37-none-any.whl (12 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
704 Using cached starlette_graphene3-0.6.0-py3-none-any.whl (9.0 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
705 Using cached starlette-0.27.0-py3-none-any.whl (66 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
706 Using cached supervisor-4.2.5-py2.py3-none-any.whl (319 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
707 Using cached svgwrite-1.4.3-py3-none-any.whl (67 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
708 Using cached tenacity-8.2.3-py3-none-any.whl (24 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
709 Using cached tinydb-4.8.0-py3-none-any.whl (24 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
710 Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
711 Using cached tornado-6.2-cp37-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
712 Using cached tqdm-4.66.1-py3-none-any.whl (78 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
713 Using cached tuspy-1.0.1-py3-none-any.whl (14 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
714 Using cached tuswsgi-0.5.5-py2.py3-none-any.whl (6.9 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
715 Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
716 Using cached tzlocal-5.1-py3-none-any.whl (21 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
717 Using cached ubiquerg-0.6.3-py2.py3-none-any.whl (13 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
718 Using cached urllib3-1.26.18-py2.py3-none-any.whl (143 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
719 Using cached uvicorn-0.22.0-py3-none-any.whl (58 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
720 Using cached uvloop-0.18.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
721 Using cached vine-5.1.0-py3-none-any.whl (9.6 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
722 Using cached wcwidth-0.2.12-py2.py3-none-any.whl (34 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
723 Using cached wrapt-1.16.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
724 Using cached yacman-0.9.2-py3-none-any.whl (18 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
725 Using cached yarl-1.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
726 Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
727 Using cached zstandard-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
728 Installing collected packages: zipstream-new, whoosh, webencodings, wcwidth, ubiquerg, sqlitedict, sortedcontainers, shellescape, repoze-lru, pytz, pyeventsystem, parsley, msgpack, mistune, mercurial, edam-ontology, docopt, dictobj, cached-property, boto, boltons, billiard, beaker, bagit, arcp, appdirs, aniso8601, zstandard, zipp, wrapt, webob, vine, uvloop, urllib3, typing-extensions, tqdm, tornado, tomli, tinydb, tenacity, svgwrite, supervisor, sqlparse, sniffio, six, setuptools-scm, ruamel-yaml-clib, regex, pyzmq, pyyaml, python-multipart, python-magic, pysam, pyrsistent, pyparsing, pygments, pycryptodome, pycparser, pyasn1, psutil, prompt-toolkit, pkgutil-resolve-name, pebble, packaging, orjson, oauthlib, numpy, nodeenv, mypy-extensions, multidict, mdurl, markupsafe, lxml, lagom, jsonref, jmespath, isal, idna, humanfriendly, greenlet, future, fsspec, frozenlist, filelock, exceptiongroup, docutils, dnspython, defusedxml, decorator, cheetah3, charset-normalizer, certifi, bcrypt, backports-zoneinfo, babel, attmap, asynctest, aiofiles, a2wsgi, yarl, tzlocal, tuswsgi, tifffile, ruamel-yaml, rsa, routes, requests, python3-openid, python-dateutil, pyjwt, pydot, pydantic, promise, paste, oyaml, networkx, mrcfile, markdown-it-py, jinja2, isodate, importlib-resources, importlib-metadata, h5py, h11, graphql-core, galaxy-sequence-utils, fs, email-validator, ecdsa, dparse, deprecation, coloredlogs, circus, cffi, bx-python, bleach, async-timeout, apispec, anyio, amqp, aiosignal, aioitertools, aiodataloader, starlette, sqlalchemy, rich, requests-unixsocket, requests-toolbelt, requests-oauthlib, rdflib, python-jose, pynacl, pylibmagic, pykwalify, pyfaidx, pydantic-tes, pastedeploy, markdown, mako, kombu, isa-rwval, h5grove, gunicorn, graphql-relay, cryptography, conda-package-streaming, cloudbridge, click, cachecontrol, botocore, bagit-profile, attrs, argcomplete, uvicorn, starlette-context, social-auth-core, prov, paramiko, jsonschema, gravity, graphene, fastapi, click-repl, click-plugins, click-didyoumean, bdbag, alembic, aiohttp, adal, yacman, tuspy, starlette-graphene3, schema-salad, pulsar-galaxy-lib, msal, graphene-sqlalchemy, fastapi-utils, cloudauthz, celery, aiobotocore, s3fs, refgenconf, cwl-upgrader, bioblend, gxformat2, cwl-utils, galaxy2cwl, cwltool, rocrate
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
729 Successfully installed a2wsgi-1.7.0 adal-1.2.7 aiobotocore-2.4.2 aiodataloader-0.4.0 aiofiles-23.2.1 aiohttp-3.8.6 aioitertools-0.11.0 aiosignal-1.3.1 alembic-1.12.1 amqp-5.2.0 aniso8601-9.0.1 anyio-3.7.1 apispec-6.3.0 appdirs-1.4.4 arcp-0.2.1 argcomplete-3.1.2 async-timeout-4.0.3 asynctest-0.13.0 attmap-0.13.2 attrs-23.1.0 babel-2.13.1 backports-zoneinfo-0.2.1 bagit-1.8.1 bagit-profile-1.3.1 bcrypt-4.0.1 bdbag-1.7.1 beaker-1.12.1 billiard-3.6.4.0 bioblend-1.2.0 bleach-6.0.0 boltons-23.1.1 boto-2.49.0 botocore-1.27.59 bx-python-0.10.0 cachecontrol-0.13.1 cached-property-1.5.2 celery-5.2.7 certifi-2023.11.17 cffi-1.15.1 charset-normalizer-3.3.2 cheetah3-3.2.6.post1 circus-0.18.0 click-8.1.7 click-didyoumean-0.3.0 click-plugins-1.1.1 click-repl-0.3.0 cloudauthz-0.6.0 cloudbridge-3.2.0 coloredlogs-15.0.1 conda-package-streaming-0.9.0 cryptography-41.0.5 cwl-upgrader-1.2.8 cwl-utils-0.28 cwltool-3.1.20221109155812 decorator-5.1.1 defusedxml-0.7.1 deprecation-2.1.0 dictobj-0.4 dnspython-2.3.0 docopt-0.6.2 docutils-0.18.1 dparse-0.6.3 ecdsa-0.18.0 edam-ontology-1.25.2 email-validator-2.0.0.post2 exceptiongroup-1.2.0 fastapi-0.98.0 fastapi-utils-0.2.1 filelock-3.12.2 frozenlist-1.3.3 fs-2.4.16 fsspec-2023.1.0 future-0.18.3 galaxy-sequence-utils-1.1.5 galaxy2cwl-0.1.4 graphene-3.3 graphene-sqlalchemy-3.0.0b3 graphql-core-3.2.3 graphql-relay-3.2.0 gravity-1.0.4 greenlet-2.0.2 gunicorn-21.2.0 gxformat2-0.18.0 h11-0.14.0 h5grove-1.3.0 h5py-3.8.0 humanfriendly-10.0 idna-3.5 importlib-metadata-4.13.0 importlib-resources-5.12.0 isa-rwval-0.10.10 isal-1.3.0 isodate-0.6.1 jinja2-3.1.2 jmespath-1.0.1 jsonref-1.1.0 jsonschema-4.17.3 kombu-5.2.4 lagom-2.6.0 lxml-4.9.3 mako-1.2.4 markdown-3.4.4 markdown-it-py-2.2.0 markupsafe-2.1.3 mdurl-0.1.2 mercurial-6.6 mistune-2.0.5 mrcfile-1.4.3 msal-1.25.0 msgpack-1.0.5 multidict-6.0.4 mypy-extensions-1.0.0 networkx-2.5 nodeenv-1.8.0 numpy-1.21.6 oauthlib-3.2.2 orjson-3.9.7 oyaml-1.0 packaging-23.2 paramiko-3.3.1 parsley-1.3 paste-3.7.1 pastedeploy-3.1.0 pebble-5.0.4 pkgutil-resolve-name-1.3.10 promise-2.3 prompt-toolkit-3.0.41 prov-1.5.1 psutil-5.9.6 pulsar-galaxy-lib-0.15.5 pyasn1-0.5.1 pycparser-2.21 pycryptodome-3.19.0 pydantic-1.10.13 pydantic-tes-0.1.5 pydot-1.4.2 pyeventsystem-0.1.0 pyfaidx-0.7.2.2 pygments-2.17.2 pyjwt-2.8.0 pykwalify-1.8.0 pylibmagic-0.5.0 pynacl-1.5.0 pyparsing-3.0.9 pyrsistent-0.19.3 pysam-0.22.0 python-dateutil-2.8.2 python-jose-3.3.0 python-magic-0.4.27 python-multipart-0.0.7 python3-openid-3.2.0 pytz-2023.3.post1 pyyaml-6.0.1 pyzmq-25.1.1 rdflib-6.2.0 refgenconf-0.12.2 regex-2023.10.3 repoze-lru-0.7 requests-2.31.0 requests-oauthlib-1.3.1 requests-toolbelt-1.0.0 requests-unixsocket-0.3.0 rich-13.7.0 rocrate-0.9.0 routes-2.5.1 rsa-4.9 ruamel-yaml-0.17.21 ruamel-yaml-clib-0.2.8 s3fs-2023.1.0 schema-salad-8.4.20230808163024 setuptools-scm-5.0.2 shellescape-3.8.1 six-1.16.0 sniffio-1.3.0 social-auth-core-4.0.3 sortedcontainers-2.4.0 sqlalchemy-1.4.50 sqlitedict-2.1.0 sqlparse-0.4.4 starlette-0.27.0 starlette-context-0.3.5 starlette-graphene3-0.6.0 supervisor-4.2.5 svgwrite-1.4.3 tenacity-8.2.3 tifffile-2021.11.2 tinydb-4.8.0 tomli-2.0.1 tornado-6.2 tqdm-4.66.1 tuspy-1.0.1 tuswsgi-0.5.5 typing-extensions-4.7.1 tzlocal-5.1 ubiquerg-0.6.3 urllib3-1.26.18 uvicorn-0.22.0 uvloop-0.18.0 vine-5.1.0 wcwidth-0.2.12 webencodings-0.5.1 webob-1.8.7 whoosh-2.7.4 wrapt-1.16.0 yacman-0.9.2 yarl-1.9.3 zipp-3.15.0 zipstream-new-1.1.8 zstandard-0.21.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
730
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
731 [notice] A new release of pip is available: 23.3.2 -> 24.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
732 [notice] To update, run: pip install --upgrade pip
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
733
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
734 [notice] A new release of pip is available: 23.3.2 -> 24.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
735 [notice] To update, run: pip install --upgrade pip
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
736 Looking in indexes: https://wheels.galaxyproject.org/simple, https://pypi.python.org/simple
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
737 Collecting watchdog (from -r /dev/stdin (line 1))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
738 Using cached watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl.metadata (36 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
739 Using cached watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
740 Installing collected packages: watchdog
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
741 Successfully installed watchdog-3.0.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
742
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
743 [notice] A new release of pip is available: 23.3.2 -> 24.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
744 [notice] To update, run: pip install --upgrade pip
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
745 Installing node into /scratch/rico/.planemo/gx_venv_3 with nodeenv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
746 * Install prebuilt node (18.12.1) ..... done.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
747 * Appending data to /scratch/rico/.planemo/gx_venv_3/bin/activate
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
748 * Appending data to /scratch/rico/.planemo/gx_venv_3/bin/activate.fish
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
749 The Galaxy client build is up to date and will not be rebuilt at this time.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
750 Activating virtualenv at /scratch/rico/.planemo/gx_venv_3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
751 Adding service gunicorn
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
752 supervisord is not running
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
753 Adding service celery
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
754 supervisord is not running
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
755 Adding service celery-beat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
756 supervisord is not running
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
757 Executing: galaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
758 2024-02-23 14:21:29,531 WARN No file matches via include "/tmp/tmpqrlh6ih1/gravity/supervisor/supervisord.conf.d/*.conf"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
759 2024-02-23 14:21:29,531 INFO Included extra file "/tmp/tmpqrlh6ih1/gravity/supervisor/supervisord.conf.d/_default_.d/galaxy_celery-beat_celery-beat.conf" during parsing
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
760 2024-02-23 14:21:29,531 INFO Included extra file "/tmp/tmpqrlh6ih1/gravity/supervisor/supervisord.conf.d/_default_.d/galaxy_celery_celery.conf" during parsing
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
761 2024-02-23 14:21:29,531 INFO Included extra file "/tmp/tmpqrlh6ih1/gravity/supervisor/supervisord.conf.d/_default_.d/galaxy_gunicorn_gunicorn.conf" during parsing
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
762 2024-02-23 14:21:29,535 INFO RPC interface 'supervisor' initialized
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
763 2024-02-23 14:21:29,536 CRIT Server 'unix_http_server' running without any HTTP authentication checking
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
764 2024-02-23 14:21:29,536 INFO supervisord started with pid 78500
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
765 2024-02-23 14:21:29,833 INFO spawned: 'celery' with pid 78503
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
766 2024-02-23 14:21:29,836 INFO spawned: 'celery-beat' with pid 78504
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
767 2024-02-23 14:21:29,839 INFO spawned: 'gunicorn' with pid 78505
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
768 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
769
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
770 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
771
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
772 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
773 Working directory: /scratch/rico/galaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
774 Executing: PYTHONPATH=lib GALAXY_CONFIG_FILE=/tmp/tmpqrlh6ih1/galaxy.yml celery --app galaxy.celery beat --loglevel DEBUG --schedule /tmp/tmpqrlh6ih1/gravity/celery-beat-schedule
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
775
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
776 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
777 Working directory: /scratch/rico/galaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
778 Executing: PYTHONPATH=lib GALAXY_CONFIG_FILE=/tmp/tmpqrlh6ih1/galaxy.yml celery --app galaxy.celery worker --concurrency 2 --loglevel DEBUG --pool threads --queues celery,galaxy.internal,galaxy.external
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
779
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
780 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
781 Working directory: /scratch/rico/galaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
782 Executing: PYTHONPATH=lib GALAXY_CONFIG_FILE=/tmp/tmpqrlh6ih1/galaxy.yml gunicorn 'galaxy.webapps.galaxy.fast_factory:factory()' --timeout 300 --pythonpath lib -k galaxy.webapps.galaxy.workers.Worker -b localhost:9090 --workers=1 --config python:galaxy.web_stack.gunicorn_config --preload
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
783
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
784 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
785 Option master_api_key has been deprecated in favor of bootstrap_admin_api_key
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
786 No corresponding location name exists for location code: .
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
787
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
788 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
789 Option master_api_key has been deprecated in favor of bootstrap_admin_api_key
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
790 No corresponding location name exists for location code: .
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
791
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
792 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
793 Option master_api_key has been deprecated in favor of bootstrap_admin_api_key
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
794 No corresponding location name exists for location code: .
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
795 DEBUG:yacman.yacman:Patching yaml loader
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
796 DEBUG:yacman.yacman1:Using yacman version 0.9.2
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
797
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
798 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
799 [2024-02-23 14:21:33,665: DEBUG/MainProcess] | Worker: Preparing bootsteps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
800 [2024-02-23 14:21:33,667: DEBUG/MainProcess] | Worker: Building graph...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
801 [2024-02-23 14:21:33,668: DEBUG/MainProcess] | Worker: New boot order: {Timer, Hub, Pool, Autoscaler, StateDB, Beat, Consumer}
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
802 [2024-02-23 14:21:33,673: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
803 [2024-02-23 14:21:33,673: DEBUG/MainProcess] | Consumer: Building graph...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
804 [2024-02-23 14:21:33,689: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Mingle, Gossip, Tasks, Control, Agent, Heart, event loop}
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
805
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
806 -------------- celery@laila v5.2.7 (dawn-chorus)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
807 --- ***** -----
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
808 -- ******* ---- Linux-4.19.0-26-amd64-x86_64-with-debian-10.13 2024-02-23 14:21:33
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
809 - *** --- * ---
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
810 - ** ---------- [config]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
811 - ** ---------- .> app: galaxy:0x7f9f17483748
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
812 - ** ---------- .> transport: sqlalchemy+sqlite:////tmp/tmpqrlh6ih1/galaxy.sqlite
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
813 - ** ---------- .> results: disabled://
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
814 - *** --- * --- .> concurrency: 2 (thread)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
815 -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
816 --- ***** -----
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
817 -------------- [queues]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
818 .> celery exchange=celery(direct) key=celery
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
819 .> galaxy.external exchange=galaxy.external(direct) key=galaxy.external
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
820 .> galaxy.internal exchange=galaxy.internal(direct) key=galaxy.internal
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
821
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
822 [tasks]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
823 . celery.accumulate
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
824 . celery.backend_cleanup
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
825 . celery.chain
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
826 . celery.chord
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
827 . celery.chord_unlock
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
828 . celery.chunks
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
829 . celery.group
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
830 . celery.map
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
831 . celery.starmap
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
832 . galaxy.change_datatype
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
833 . galaxy.clean_object_store_caches
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
834 . galaxy.cleanup_expired_notifications
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
835 . galaxy.cleanup_short_term_storage
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
836 . galaxy.compute_dataset_hash
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
837 . galaxy.export_history
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
838 . galaxy.fetch_data
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
839 . galaxy.finish_job
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
840 . galaxy.import_data_bundle
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
841 . galaxy.import_model_store
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
842 . galaxy.materialize
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
843 . galaxy.prepare_dataset_collection_download
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
844 . galaxy.prepare_history_content_download
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
845 . galaxy.prepare_history_download
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
846 . galaxy.prepare_invocation_download
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
847 . galaxy.prepare_pdf_download
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
848 . galaxy.prune_history_audit_table
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
849 . galaxy.purge_datasets
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
850 . galaxy.purge_hda
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
851 . galaxy.recalculate_user_disk_usage
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
852 . galaxy.set_job_metadata
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
853 . galaxy.set_metadata
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
854 . galaxy.setup_fetch_data
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
855 . galaxy.touch
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
856 . galaxy.write_history_content_to
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
857 . galaxy.write_history_to
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
858 . galaxy.write_invocation_to
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
859
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
860 [2024-02-23 14:21:33,704: DEBUG/MainProcess] | Worker: Starting Pool
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
861 [2024-02-23 14:21:33,704: DEBUG/MainProcess] ^-- substep ok
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
862 [2024-02-23 14:21:33,704: DEBUG/MainProcess] | Worker: Starting Consumer
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
863 [2024-02-23 14:21:33,704: DEBUG/MainProcess] | Consumer: Starting Connection
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
864 [2024-02-23 14:21:33,711: INFO/MainProcess] Connected to sqlalchemy+sqlite:////tmp/tmpqrlh6ih1/galaxy.sqlite
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
865 [2024-02-23 14:21:33,712: DEBUG/MainProcess] ^-- substep ok
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
866 [2024-02-23 14:21:33,712: DEBUG/MainProcess] | Consumer: Starting Events
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
867 [2024-02-23 14:21:33,712: DEBUG/MainProcess] ^-- substep ok
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
868 [2024-02-23 14:21:33,712: DEBUG/MainProcess] | Consumer: Starting Tasks
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
869 [2024-02-23 14:21:33,762: DEBUG/MainProcess] ^-- substep ok
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
870 [2024-02-23 14:21:33,762: DEBUG/MainProcess] | Consumer: Starting Heart
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
871 [2024-02-23 14:21:33,762: DEBUG/MainProcess] ^-- substep ok
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
872 [2024-02-23 14:21:33,762: DEBUG/MainProcess] | Consumer: Starting event loop
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
873 [2024-02-23 14:21:33,762: INFO/MainProcess] celery@laila ready.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
874
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
875 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
876 DEBUG:galaxy.app:python path is: /scratch/rico/galaxy, /scratch/rico/.planemo/gx_venv_3/bin, /scratch/rico/galaxy/lib, /usr/lib/python37.zip, /usr/lib/python3.7, /usr/lib/python3.7/lib-dynload, /scratch/rico/.planemo/gx_venv_3/lib/python3.7/site-packages
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
877 DEBUG:galaxy.config:Configuration directory is /tmp/tmpqrlh6ih1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
878 DEBUG:galaxy.config:Data directory is /scratch/rico/galaxy/database
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
879 DEBUG:galaxy.config:Managed config directory is /tmp/tmpqrlh6ih1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
880 WARNING:galaxy.config:Option master_api_key has been deprecated in favor of bootstrap_admin_api_key
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
881 DEBUG:galaxy.config:No extra version JSON file detected at /scratch/rico/galaxy/version.json
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
882 WARNING:galaxy.carbon_emissions:No corresponding location name exists for location code: .
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
883 INFO:galaxy.carbon_emissions:Using global default values for location name and carbon intensity...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
884
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
885 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
886 [2024-02-23 14:21:34,069: DEBUG/MainProcess] Setting default socket timeout to 30
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
887 [2024-02-23 14:21:34,069: INFO/MainProcess] beat: Starting...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
888 [2024-02-23 14:21:34,090: DEBUG/MainProcess] Current schedule:
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
889 <ScheduleEntry: cleanup-expired-notifications galaxy.cleanup_expired_notifications() <freq: 1.00 day>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
890 <ScheduleEntry: cleanup-short-term-storage galaxy.cleanup_short_term_storage() <freq: 1.00 hour>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
891 <ScheduleEntry: clean-object-store-caches galaxy.clean_object_store_caches() <freq: 10.00 minutes>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
892 <ScheduleEntry: prune-history-audit-table galaxy.prune_history_audit_table() <freq: 1.00 hour>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
893 <ScheduleEntry: celery.backend_cleanup celery.backend_cleanup() <crontab: 0 4 * * * (m/h/d/dM/MY)>
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
894 [2024-02-23 14:21:34,090: DEBUG/MainProcess] beat: Ticking with max interval->5.00 minutes
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
895 [2024-02-23 14:21:34,090: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
896
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
897 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
898 INFO:alembic.runtime.migration:Context impl SQLiteImpl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
899 INFO:alembic.runtime.migration:Will assume non-transactional DDL.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
900 INFO:alembic.runtime.migration:Running stamp_revision -> 8a19186a6ee7
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
901 DEBUG:alembic.runtime.migration:new branch insert 8a19186a6ee7
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
902 INFO:alembic.runtime.migration:Context impl SQLiteImpl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
903 INFO:alembic.runtime.migration:Will assume non-transactional DDL.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
904 INFO:alembic.runtime.migration:Running stamp_revision -> d4a650f47a3c
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
905 DEBUG:alembic.runtime.migration:new branch insert d4a650f47a3c
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
906 INFO:galaxy.app:Install database targeting Galaxy's database configuration.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
907 DEBUG:galaxy.web_stack:GunicornApplicationStack initialized
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
908 galaxy.jobs DEBUG 2024-02-23 14:21:34,770 [pN:main,p:78505,tN:MainThread] Loading job configuration from /scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
909 galaxy.jobs DEBUG 2024-02-23 14:21:34,770 [pN:main,p:78505,tN:MainThread] Read job configuration from file: /scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
910 galaxy.web_stack.handlers INFO 2024-02-23 14:21:34,781 [pN:main,p:78505,tN:MainThread] JobConfiguration: No job handler assignment method is set, defaulting to 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED', set the `assign_with` attribute on <handlers> to override the default
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
911 galaxy.jobs INFO 2024-02-23 14:21:34,781 [pN:main,p:78505,tN:MainThread] Job handler assignment methods set to: db-skip-locked
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
912 galaxy.web_stack.handlers DEBUG 2024-02-23 14:21:34,781 [pN:main,p:78505,tN:MainThread] default set to child with id or tag 'docker_local'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
913 galaxy.jobs DEBUG 2024-02-23 14:21:34,781 [pN:main,p:78505,tN:MainThread] Done loading job configuration
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
914 galaxy.security.vault WARNING 2024-02-23 14:21:34,965 [pN:main,p:78505,tN:MainThread] No vault configured. We recommend defining the vault_config_file setting in galaxy.yml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
915 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,007 [pN:main,p:78505,tN:MainThread] Loading datatypes from /scratch/rico/galaxy/lib/galaxy/config/sample/datatypes_conf.xml.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
916 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,008 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.h.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
917 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,008 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.c.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
918 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,008 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.cpp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
919 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,008 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.py.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
920 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,009 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.go.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
921 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,009 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.rs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
922 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,009 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.cs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
923 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,009 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension hep.root.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
924 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,009 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:JP2 from the datatype registry for extension jp2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
925 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,009 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Ab1 from the datatype registry for extension ab1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
926 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,010 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.assembly:Amos from the datatype registry for extension afg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
927 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,010 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.goldenpath:GoldenPath from the datatype registry for extension agp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
928 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,011 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioComposite from the datatype registry for extension anvio_cog_profile.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
929 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,011 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioComposite from the datatype registry for extension anvio_composite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
930 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,011 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Data from the datatype registry for extension anvio_classifier.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
931 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,011 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioContigsDB from the datatype registry for extension anvio_contigs_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
932 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioDB from the datatype registry for extension anvio_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
933 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioGenomesDB from the datatype registry for extension anvio_genomes_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
934 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioPanDB from the datatype registry for extension anvio_pan_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
935 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioComposite from the datatype registry for extension anvio_pfam_profile.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
936 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioProfileDB from the datatype registry for extension anvio_profile_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
937 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioSamplesDB from the datatype registry for extension anvio_samples_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
938 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension anvio_state.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
939 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.anvio:AnvioStructureDB from the datatype registry for extension anvio_structure_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
940 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:TSV from the datatype registry for extension anvio_variability.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
941 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,012 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Arff from the datatype registry for extension arff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
942 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Paf from the datatype registry for extension paf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
943 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Gfa1 from the datatype registry for extension gfa1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
944 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Gfa2 from the datatype registry for extension gfa2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
945 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:GenericAsn1 from the datatype registry for extension asn1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
946 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:GenericAsn1Binary from the datatype registry for extension asn1-binary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
947 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Axt from the datatype registry for extension axt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
948 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:FeatureLocationIndex from the datatype registry for extension fli.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
949 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Bam from the datatype registry for extension bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
950 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bai.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
951 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,013 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BamInputSorted from the datatype registry for extension qname_input_sorted.bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
952 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BamQuerynameSorted from the datatype registry for extension qname_sorted.bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
953 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BamNative from the datatype registry for extension unsorted.bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
954 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:ProBam from the datatype registry for extension probam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
955 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CRAM from the datatype registry for extension cram.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
956 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Bed from the datatype registry for extension bed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
957 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:BedGraph from the datatype registry for extension bedgraph.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
958 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:BedStrict from the datatype registry for extension bedstrict.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
959 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Bed6 from the datatype registry for extension bed6.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
960 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Bed12 from the datatype registry for extension bed12.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
961 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,014 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:ProBed from the datatype registry for extension probed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
962 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.chrominfo:ChromInfo from the datatype registry for extension len.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
963 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:DAA from the datatype registry for extension daa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
964 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RMA6 from the datatype registry for extension rma6.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
965 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:DMND from the datatype registry for extension dmnd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
966 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Parquet from the datatype registry for extension parquet.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
967 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Idat from the datatype registry for extension idat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
968 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BigBed from the datatype registry for extension bigbed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
969 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BigWig from the datatype registry for extension bigwig.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
970 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,015 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension cxb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
971 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,016 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:ChromatinInteractions from the datatype registry for extension chrint.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
972 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,016 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension csv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
973 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,016 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:TSV from the datatype registry for extension tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
974 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,016 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:TSV from the datatype registry for extension intermine_tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
975 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,016 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:CustomTrack from the datatype registry for extension customtrack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
976 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,016 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.ngsindex:BowtieColorIndex from the datatype registry for extension bowtie_color_index.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
977 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.ngsindex:BowtieBaseIndex from the datatype registry for extension bowtie_base_index.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
978 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:csFasta from the datatype registry for extension csfasta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
979 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Data from the datatype registry for extension data.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
980 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
981 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension binary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
982 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension d3_hierarchy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
983 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:ImgtJson from the datatype registry for extension imgt.json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
984 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:GeoJson from the datatype registry for extension geojson.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
985 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension data_manager_json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
986 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:DotBracket from the datatype registry for extension dbn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
987 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,017 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension fai.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
988 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,018 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Fasta from the datatype registry for extension fasta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
989 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,018 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Fastg from the datatype registry for extension fastg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
990 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,018 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Fastq from the datatype registry for extension fastq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
991 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,018 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:FastqSanger from the datatype registry for extension fastqsanger.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
992 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,018 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:FastqSolexa from the datatype registry for extension fastqsolexa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
993 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:FastqCSSanger from the datatype registry for extension fastqcssanger.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
994 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:FastqIllumina from the datatype registry for extension fastqillumina.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
995 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:SequenceSplitLocations from the datatype registry for extension fqtoc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
996 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Eland from the datatype registry for extension eland.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
997 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:ElandMulti from the datatype registry for extension elandmulti.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
998 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tracks:GeneTrack from the datatype registry for extension genetrack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
999 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Gff from the datatype registry for extension gff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1000 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,019 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Gff3 from the datatype registry for extension gff3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1001 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Gif from the datatype registry for extension gif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1002 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Gmaj from the datatype registry for extension gmaj.zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1003 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension graph_dot.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1004 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Gtf from the datatype registry for extension gtf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1005 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension toolshed.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1006 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension hdf4.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1007 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:H5 from the datatype registry for extension h5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1008 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:H5 from the datatype registry for extension scool.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1009 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,020 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Grib from the datatype registry for extension grib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1010 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Loom from the datatype registry for extension loom.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1011 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Anndata from the datatype registry for extension h5ad.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1012 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Visium from the datatype registry for extension visium.tar.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1013 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:H5 from the datatype registry for extension mz5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1014 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension hyphy_results.json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1015 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension hivtrace.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1016 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Cool from the datatype registry for extension cool.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1017 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:MCool from the datatype registry for extension mcool.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1018 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:H5MLM from the datatype registry for extension h5mlm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1019 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:LudwigModel from the datatype registry for extension ludwig_model.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1020 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,021 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Html from the datatype registry for extension html.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1021 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,022 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Html from the datatype registry for extension ludwig_report.html.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1022 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,022 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Interval from the datatype registry for extension interval.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1023 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,022 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension jellyfish.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1024 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,022 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension ktab.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1025 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,022 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension hist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1026 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,022 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension prof.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1027 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,103 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.isa:IsaTab from the datatype registry for extension isa-tab.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1028 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,103 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.isa:IsaJson from the datatype registry for extension isa-json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1029 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,103 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension picard_interval_list.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1030 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,103 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension gatk_interval.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1031 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,103 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension gatk_report.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1032 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension gatk_dbsnp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1033 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension gatk_tranche.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1034 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension gatk_recal.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1035 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension cnn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1036 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension cns.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1037 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension cnr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1038 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,104 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hhr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1039 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Jpg from the datatype registry for extension jpg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1040 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tiff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1041 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tf2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1042 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tf8.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1043 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension btf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1044 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1045 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension svs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1046 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension scn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1047 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension bif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1048 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,105 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:OMETiff from the datatype registry for extension ome.tiff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1049 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Hamamatsu from the datatype registry for extension vms.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1050 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Hamamatsu from the datatype registry for extension vmu.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1051 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Hamamatsu from the datatype registry for extension ndpi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1052 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Mirax from the datatype registry for extension mrxs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1053 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Sakura from the datatype registry for extension svslide.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1054 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Bmp from the datatype registry for extension bmp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1055 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Im from the datatype registry for extension im.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1056 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Pcd from the datatype registry for extension pcd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1057 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Pcx from the datatype registry for extension pcx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1058 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Ppm from the datatype registry for extension ppm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1059 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Psd from the datatype registry for extension psd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1060 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Xbm from the datatype registry for extension xbm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1061 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Xpm from the datatype registry for extension xpm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1062 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,106 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Rgb from the datatype registry for extension rgb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1063 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,107 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Pbm from the datatype registry for extension pbm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1064 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,107 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Pgm from the datatype registry for extension pgm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1065 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,107 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Nrrd from the datatype registry for extension nrrd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1066 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,107 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Nrrd from the datatype registry for extension nhdr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1067 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,107 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:RNADotPlotMatrix from the datatype registry for extension rna_eps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1068 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qiime2:QIIME2Artifact from the datatype registry for extension qza.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1069 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qiime2:QIIME2Visualization from the datatype registry for extension qzv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1070 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qiime2:QIIME2Metadata from the datatype registry for extension qiime2.tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1071 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedZipArchive from the datatype registry for extension zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1072 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedZipArchive from the datatype registry for extension ncbi_genome_dataset.zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1073 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1074 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Directory from the datatype registry for extension directory.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1075 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,108 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Yaml from the datatype registry for extension yaml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1076 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,109 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension mrm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1077 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Dta from the datatype registry for extension dta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1078 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Dta2d from the datatype registry for extension dta2d.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1079 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Edta from the datatype registry for extension edta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1080 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1081 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension raw_pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1082 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension peptideprophet_pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1083 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension interprophet_pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1084 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,111 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:ProtXML from the datatype registry for extension protxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1085 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:ParamXml from the datatype registry for extension paramxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1086 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Kroenik from the datatype registry for extension kroenik.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1087 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PepList from the datatype registry for extension peplist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1088 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PSMS from the datatype registry for extension psms.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1089 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PepXmlReport from the datatype registry for extension pepxml.tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1090 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:ProtXmlReport from the datatype registry for extension protxml.tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1091 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MascotDat from the datatype registry for extension mascotdat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1092 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzIdentML from the datatype registry for extension mzid.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1093 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:IdXML from the datatype registry for extension idxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1094 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:TandemXML from the datatype registry for extension tandem.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1095 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension sirius.ms.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1096 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:ThermoRAW from the datatype registry for extension thermo.raw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1097 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,112 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BafTar from the datatype registry for extension brukerbaf.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1098 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:YepTar from the datatype registry for extension agilentbrukeryep.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1099 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:TdfTar from the datatype registry for extension brukertdf.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1100 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:MassHunterTar from the datatype registry for extension agilentmasshunter.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1101 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:MassLynxTar from the datatype registry for extension watersmasslynx.raw.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1102 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:WiffTar from the datatype registry for extension wiff.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1103 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Wiff2Tar from the datatype registry for extension wiff2.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1104 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MascotXML from the datatype registry for extension mascotxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1105 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzTab from the datatype registry for extension mztab.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1106 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzTab2 from the datatype registry for extension mztab2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1107 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzML from the datatype registry for extension mzml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1108 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:NmrML from the datatype registry for extension nmrml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1109 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Meryldb from the datatype registry for extension meryldb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1110 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,113 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Bref3 from the datatype registry for extension bref3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1111 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Mgf from the datatype registry for extension mgf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1112 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Wiff from the datatype registry for extension wiff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1113 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Wiff2 from the datatype registry for extension wiff2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1114 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzXML from the datatype registry for extension mzxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1115 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzData from the datatype registry for extension mzdata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1116 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Ms2 from the datatype registry for extension ms2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1117 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:MzQuantML from the datatype registry for extension mzq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1118 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:SQlite from the datatype registry for extension sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1119 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:MzSQlite from the datatype registry for extension mz.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1120 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OSW from the datatype registry for extension osw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1121 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:PQP from the datatype registry for extension pqp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1122 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,114 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:TraML from the datatype registry for extension traml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1123 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:TrafoXML from the datatype registry for extension trafoxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1124 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:FeatureXML from the datatype registry for extension featurexml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1125 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:ConsensusXML from the datatype registry for extension consensusxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1126 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:UniProtXML from the datatype registry for extension uniprotxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1127 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:XquestXML from the datatype registry for extension xquest.xml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1128 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:XquestSpecXML from the datatype registry for extension spec.xml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1129 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:QCML from the datatype registry for extension qcml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1130 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension mzqc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1131 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Msp from the datatype registry for extension msp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1132 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:SPLibNoIndex from the datatype registry for extension splib_noindex.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1133 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:SPLib from the datatype registry for extension splib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1134 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BlibSQlite from the datatype registry for extension blib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1135 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,115 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:DlibSQlite from the datatype registry for extension dlib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1136 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:ElibSQlite from the datatype registry for extension elib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1137 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:XHunterAslFormat from the datatype registry for extension hlf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1138 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:IdpDB from the datatype registry for extension idpdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1139 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:Sf3 from the datatype registry for extension sf3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1140 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension cps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1141 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:ConnectivityTable from the datatype registry for extension ct.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1142 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:PostgresqlArchive from the datatype registry for extension postgresql.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1143 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:MongoDBArchive from the datatype registry for extension mongodb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1144 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:GeneNoteBook from the datatype registry for extension genenotebook.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1145 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:SearchGuiArchive from the datatype registry for extension searchgui_archive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1146 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Fast5Archive from the datatype registry for extension fast5.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1147 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Fast5ArchiveGz from the datatype registry for extension fast5.tar.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1148 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,116 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Fast5ArchiveBz2 from the datatype registry for extension fast5.tar.bz2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1149 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension peptideshaker_archive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1150 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension percin.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1151 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension percout.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1152 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension hardklor.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1153 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension kronik.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1154 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:ImzML from the datatype registry for extension imzml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1155 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Analyze75 from the datatype registry for extension analyze75.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1156 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Nifti1 from the datatype registry for extension nii1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1157 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,117 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Nifti2 from the datatype registry for extension nii2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1158 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Gifti from the datatype registry for extension gii.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1159 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Tck from the datatype registry for extension tck.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1160 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Trk from the datatype registry for extension trk.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1161 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Mrc2014 from the datatype registry for extension mrc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1162 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Star from the datatype registry for extension star.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1163 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.proteomics:PEFF from the datatype registry for extension peff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1164 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension toml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1165 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,118 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.flow:FCS from the datatype registry for extension fcs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1166 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowtext.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1167 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowclr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1168 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowmfi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1169 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowstat1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1170 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowstat2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1171 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowstat3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1172 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,119 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowscore.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1173 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension flowframe.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1174 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension fsom.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1175 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension flowset.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1176 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension metacyto_clr.txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1177 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.metacyto:mSummary from the datatype registry for extension metacyto_summary.txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1178 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.metacyto:mStats from the datatype registry for extension metacyto_stats.txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1179 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,120 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension deeptools_compute_matrix_archive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1180 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension deeptools_coverage_matrix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1181 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:NetCDF from the datatype registry for extension netcdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1182 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Eps from the datatype registry for extension eps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1183 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Rast from the datatype registry for extension rast.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1184 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Laj from the datatype registry for extension laj.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1185 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Lav from the datatype registry for extension lav.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1186 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Maf from the datatype registry for extension maf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1187 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:MafCustomTrack from the datatype registry for extension mafcustomtrack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1188 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:MatrixMarket from the datatype registry for extension mtx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1189 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:CMAP from the datatype registry for extension cmap.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1190 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,121 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:ENCODEPeak from the datatype registry for extension encodepeak.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1191 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Pdf from the datatype registry for extension pdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1192 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Pileup from the datatype registry for extension pileup.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1193 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Psl from the datatype registry for extension psl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1194 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Obo from the datatype registry for extension obo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1195 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:Owl from the datatype registry for extension owl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1196 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.images:Png from the datatype registry for extension png.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1197 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScore from the datatype registry for extension qual.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1198 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScoreSolexa from the datatype registry for extension qualsolexa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1199 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScoreIllumina from the datatype registry for extension qualillumina.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1200 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScoreSOLiD from the datatype registry for extension qualsolid.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1201 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScore454 from the datatype registry for extension qual454.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1202 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.assembly:Roadmaps from the datatype registry for extension roadmaps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1203 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,122 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Sam from the datatype registry for extension sam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1204 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Scf from the datatype registry for extension scf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1205 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.assembly:Sequences from the datatype registry for extension sequences.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1206 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:SnpEffDb from the datatype registry for extension snpeffdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1207 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:SnpSiftDbNSFP from the datatype registry for extension snpsiftdbnsfp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1208 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension dbnsfp.tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1209 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Sff from the datatype registry for extension sff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1210 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Sra from the datatype registry for extension sra.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1211 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:SraManifest from the datatype registry for extension sra_manifest.tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1212 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension svg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1213 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Taxonomy from the datatype registry for extension taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1214 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,123 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1215 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:TwoBit from the datatype registry for extension twobit.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1216 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:SQmass from the datatype registry for extension sqmass.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1217 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:GeminiSQLite from the datatype registry for extension gemini.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1218 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:ChiraSQLite from the datatype registry for extension chira.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1219 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CuffDiffSQlite from the datatype registry for extension cuffdiff.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1220 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:GAFASQLite from the datatype registry for extension gafa.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1221 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:NcbiTaxonomySQlite from the datatype registry for extension ncbitaxonomy.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1222 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1223 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:LineCount from the datatype registry for extension linecount.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1224 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:MemePsp from the datatype registry for extension memepsp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1225 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:MEMEXml from the datatype registry for extension memexml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1226 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,124 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:CisML from the datatype registry for extension cisml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1227 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,125 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension xml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1228 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,125 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension xsd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1229 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,125 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:Dzi from the datatype registry for extension dzi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1230 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,125 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Vcf from the datatype registry for extension vcf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1231 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,125 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Bcf from the datatype registry for extension bcf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1232 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,125 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Bcf from the datatype registry for extension bcf_bgzip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1233 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,126 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:BcfUncompressed from the datatype registry for extension bcf_uncompressed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1234 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,126 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.assembly:Velvet from the datatype registry for extension velvet.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1235 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,126 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:Wiggle from the datatype registry for extension wig.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1236 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,126 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension interval_index.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1237 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension odgi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1238 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension vg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1239 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension xg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1240 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension protobuf2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1241 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension protobuf3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1242 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension onnx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1243 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension tabix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1244 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:IntervalTabix from the datatype registry for extension interval_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1245 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:JuicerMediumTabix from the datatype registry for extension juicer_medium_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1246 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,127 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:BedTabix from the datatype registry for extension bed_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1247 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:GffTabix from the datatype registry for extension gff_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1248 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bgzip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1249 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:VcfGz from the datatype registry for extension vcf_bgzip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1250 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bus.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1251 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension kallisto.idx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1252 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:Phyloxml from the datatype registry for extension phyloxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1253 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Newick from the datatype registry for extension newick.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1254 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Newick from the datatype registry for extension nhx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1255 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Nexus from the datatype registry for extension nex.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1256 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,128 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:IQTree from the datatype registry for extension iqtree.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1257 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,130 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:SquareDistanceMatrix from the datatype registry for extension mldist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1258 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,132 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Affybatch from the datatype registry for extension affybatch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1259 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Eigenstratgeno from the datatype registry for extension eigenstratgeno.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1260 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Eigenstratpca from the datatype registry for extension eigenstratpca.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1261 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Eset from the datatype registry for extension eset.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1262 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Fped from the datatype registry for extension fped.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1263 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Fphe from the datatype registry for extension fphe.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1264 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:GenomeGraphs from the datatype registry for extension gg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1265 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:ldIndep from the datatype registry for extension ldindep.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1266 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:MAlist from the datatype registry for extension malist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1267 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Lped from the datatype registry for extension lped.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1268 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,133 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Pbed from the datatype registry for extension pbed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1269 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Pheno from the datatype registry for extension pheno.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1270 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Pphe from the datatype registry for extension pphe.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1271 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:RexpBase from the datatype registry for extension rexpbase.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1272 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Rgenetics from the datatype registry for extension rgenetics.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1273 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:Snptest from the datatype registry for extension snptest.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1274 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:SNPMatrix from the datatype registry for extension snpmatrix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1275 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:ExcelXls from the datatype registry for extension xls.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1276 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Ipynb from the datatype registry for extension ipynb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1277 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1278 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,134 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:ExpressionJson from the datatype registry for extension expression.json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1279 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,135 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.graph:Xgmml from the datatype registry for extension xgmml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1280 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,135 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.graph:Sif from the datatype registry for extension sif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1281 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,136 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:Triples from the datatype registry for extension triples.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1282 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,136 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:HDT from the datatype registry for extension hdt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1283 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,136 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:NTriples from the datatype registry for extension nt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1284 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,136 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:N3 from the datatype registry for extension n3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1285 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,136 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:Turtle from the datatype registry for extension ttl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1286 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:Rdf from the datatype registry for extension rdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1287 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.triples:Jsonld from the datatype registry for extension jsonld.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1288 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:ExcelXls from the datatype registry for extension excel.xls.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1289 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Xlsx from the datatype registry for extension xlsx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1290 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension docx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1291 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension btwisted.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1292 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cai.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1293 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cat_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1294 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,137 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension charge.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1295 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension checktrans.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1296 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension chips.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1297 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension codcmp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1298 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension coderet.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1299 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension compseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1300 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cpgplot.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1301 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cpgreport.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1302 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cusp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1303 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cut.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1304 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension dan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1305 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,138 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension digest.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1306 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension dreg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1307 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension einverted.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1308 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension epestfind.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1309 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension equicktandem.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1310 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension est2genome.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1311 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension etandem.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1312 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension freak.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1313 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fuzznuc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1314 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fuzzpro.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1315 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fuzztran.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1316 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,139 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension garnier.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1317 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension geecee.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1318 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension helixturnhelix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1319 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hmoment.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1320 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension isochore.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1321 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension match.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1322 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension nametable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1323 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension needle.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1324 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension newcpgreport.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1325 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension newcpgseek.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1326 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension noreturn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1327 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,140 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension palindrome.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1328 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pepcoil.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1329 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pepinfo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1330 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pepstats.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1331 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension polydot.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1332 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension preg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1333 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension prettyseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1334 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension primersearch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1335 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension showfeat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1336 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension showorf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1337 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension sixpack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1338 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,141 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension strider.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1339 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension supermatcher.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1340 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension syco.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1341 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension textsearch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1342 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension vectorstrip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1343 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension wobble.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1344 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension wordcount.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1345 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension dbmotif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1346 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension diffseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1347 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension excel.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1348 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension feattable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1349 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,142 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension motif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1350 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension regions.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1351 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension seqtable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1352 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension simple.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1353 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension table.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1354 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension tagseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1355 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension acedb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1356 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension clustal.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1357 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension codata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1358 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension embl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1359 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fitch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1360 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,143 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension gcg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1361 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Genbank from the datatype registry for extension genbank.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1362 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hennig86.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1363 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension ig.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1364 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension jackknifer.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1365 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension jackknifernon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1366 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension mega.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1367 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension meganon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1368 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension ncbi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1369 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension nexus.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1370 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,144 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension nexusnon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1371 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,145 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.phylip:Phylip from the datatype registry for extension phylip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1372 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,145 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension phylipnon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1373 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,145 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pir.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1374 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,145 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension staden.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1375 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,145 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension swiss.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1376 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,146 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.msa:Msf from the datatype registry for extension msf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1377 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,146 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx0.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1378 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1379 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx10.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1380 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1381 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1382 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pair.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1383 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension score.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1384 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension srs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1385 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,147 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension srspair.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1386 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.annotation:SnapHmm from the datatype registry for extension snaphmm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1387 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.annotation:Augustus from the datatype registry for extension augustus.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1388 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:ICM from the datatype registry for extension icm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1389 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.msa:InfernalCM from the datatype registry for extension cm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1390 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.msa:Hmmer2 from the datatype registry for extension hmm2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1391 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.msa:Hmmer3 from the datatype registry for extension hmm3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1392 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.msa:Stockholm_1_0 from the datatype registry for extension stockholm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1393 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,148 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.msa:MauveXmfa from the datatype registry for extension xmfa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1394 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.microarrays:Cel from the datatype registry for extension cel.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1395 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.microarrays:Gpr from the datatype registry for extension gpr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1396 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.microarrays:Gal from the datatype registry for extension gal.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1397 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension rds.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1398 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension phyloseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1399 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1400 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.sce.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1401 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,149 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.raw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1402 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.msnbase.raw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1403 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.findchrompeaks.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1404 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.group.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1405 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.retcor.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1406 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.fillpeaks.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1407 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.camera.positive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1408 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.camera.negative.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1409 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,150 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.camera.quick.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1410 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.hdf5:HDF5SummarizedExperiment from the datatype registry for extension rdata.se.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1411 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension rdock_as.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1412 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OxliCountGraph from the datatype registry for extension oxlicg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1413 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OxliNodeGraph from the datatype registry for extension oxling.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1414 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OxliTagSet from the datatype registry for extension oxlits.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1415 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OxliStopTags from the datatype registry for extension oxlist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1416 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OxliSubset from the datatype registry for extension oxliss.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1417 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,151 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:OxliGraphLabels from the datatype registry for extension oxligl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1418 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,152 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:STL from the datatype registry for extension stl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1419 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:PlyAscii from the datatype registry for extension plyascii.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1420 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:PlyBinary from the datatype registry for extension plybinary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1421 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:VtkAscii from the datatype registry for extension vtkascii.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1422 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:VtkBinary from the datatype registry for extension vtkbinary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1423 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Biom1 from the datatype registry for extension biom1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1424 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Biom2 from the datatype registry for extension biom2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1425 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:MashSketch from the datatype registry for extension msh.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1426 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,153 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.interval:ScIdx from the datatype registry for extension scidx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1427 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,155 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:SMILES from the datatype registry for extension smi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1428 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,155 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:SDF from the datatype registry for extension sdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1429 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,155 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:InChI from the datatype registry for extension inchi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1430 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,155 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:MOL from the datatype registry for extension mol.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1431 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:MOL2 from the datatype registry for extension mol2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1432 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:CML from the datatype registry for extension cml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1433 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:FPS from the datatype registry for extension fps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1434 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:OBFS from the datatype registry for extension obfs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1435 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:DRF from the datatype registry for extension drf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1436 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:PHAR from the datatype registry for extension phar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1437 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:PDB from the datatype registry for extension pdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1438 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:PDBQT from the datatype registry for extension pdbqt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1439 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:PQR from the datatype registry for extension pqr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1440 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:Cell from the datatype registry for extension cell.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1441 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,156 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:CIF from the datatype registry for extension cif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1442 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:XYZ from the datatype registry for extension xyz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1443 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:ExtendedXYZ from the datatype registry for extension extxyz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1444 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Trr from the datatype registry for extension trr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1445 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Dcd from the datatype registry for extension dcd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1446 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension top.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1447 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension prmtop.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1448 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension itp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1449 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension mdp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1450 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension ndx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1451 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension xvg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1452 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,157 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Xtc from the datatype registry for extension xtc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1453 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Cpt from the datatype registry for extension cpt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1454 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Edr from the datatype registry for extension edr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1455 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension tpr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1456 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:GRO from the datatype registry for extension gro.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1457 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension inpcrd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1458 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Vel from the datatype registry for extension vel.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1459 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:grd from the datatype registry for extension grd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1460 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.molecules:grdtgz from the datatype registry for extension grd.tgz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1461 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Otu from the datatype registry for extension mothur.otu.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1462 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,158 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Otu from the datatype registry for extension mothur.list.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1463 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Sabund from the datatype registry for extension mothur.sabund.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1464 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Sabund from the datatype registry for extension mothur.rabund.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1465 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:GroupAbund from the datatype registry for extension mothur.shared.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1466 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:GroupAbund from the datatype registry for extension mothur.relabund.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1467 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Names from the datatype registry for extension mothur.names.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1468 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Group from the datatype registry for extension mothur.design.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1469 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Summary from the datatype registry for extension mothur.summary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1470 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Group from the datatype registry for extension mothur.groups.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1471 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Oligos from the datatype registry for extension mothur.oligos.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1472 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.sequence:Fasta from the datatype registry for extension mothur.align.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1473 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,159 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:AccNos from the datatype registry for extension mothur.accnos.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1474 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:AccNos from the datatype registry for extension mothur.otulabels.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1475 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension mothur.otu.corr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1476 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:SecondaryStructureMap from the datatype registry for extension mothur.map.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1477 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:AlignCheck from the datatype registry for extension mothur.align.check.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1478 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:AlignReport from the datatype registry for extension mothur.align.report.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1479 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:LaneMask from the datatype registry for extension mothur.filter.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1480 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:DistanceMatrix from the datatype registry for extension mothur.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1481 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension mothur.tre.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1482 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:PairwiseDistanceMatrix from the datatype registry for extension mothur.pair.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1483 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:SquareDistanceMatrix from the datatype registry for extension mothur.square.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1484 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:LowerTriangleDistanceMatrix from the datatype registry for extension mothur.lower.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1485 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,160 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:RefTaxonomy from the datatype registry for extension mothur.ref.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1486 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:RefTaxonomy from the datatype registry for extension mothur.seq.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1487 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:RefTaxonomy from the datatype registry for extension mothur.rdp.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1488 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:ConsensusTaxonomy from the datatype registry for extension mothur.cons.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1489 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:TaxonomySummary from the datatype registry for extension mothur.tax.summary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1490 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Frequency from the datatype registry for extension mothur.freq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1491 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1492 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.filtered.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1493 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.masked.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1494 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.filtered.masked.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1495 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,161 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:Axes from the datatype registry for extension mothur.axes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1496 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,162 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:SffFlow from the datatype registry for extension mothur.sff.flow.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1497 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,162 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.mothur:CountTable from the datatype registry for extension mothur.count_table.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1498 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,162 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.neo4j:Neo4jDB from the datatype registry for extension neostore.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1499 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,162 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.neo4j:Neo4jDBzip from the datatype registry for extension neostore.zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1500 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,162 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tracks:UCSCTrackHub from the datatype registry for extension trackhub.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1501 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,163 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastXml from the datatype registry for extension blastxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1502 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,163 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastNucDb from the datatype registry for extension blastdbn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1503 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,163 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastProtDb from the datatype registry for extension blastdbp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1504 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastDomainDb from the datatype registry for extension blastdbd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1505 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:LastDb from the datatype registry for extension lastdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1506 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastNucDb5 from the datatype registry for extension blastdbn5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1507 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastProtDb5 from the datatype registry for extension blastdbp5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1508 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.blast:BlastDomainDb5 from the datatype registry for extension blastdbd5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1509 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:GenericAsn1 from the datatype registry for extension maskinfo-asn1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1510 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:GenericAsn1Binary from the datatype registry for extension maskinfo-asn1-binary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1511 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,164 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:GenericAsn1 from the datatype registry for extension pssm-asn1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1512 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.plant_tribes:PlantTribesKsComponents from the datatype registry for extension ptkscmp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1513 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.plant_tribes:Smat from the datatype registry for extension smat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1514 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:GenotypeMatrix from the datatype registry for extension alohomora_gts.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1515 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension alohomora_map.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1516 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension alohomora_maf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1517 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension alohomora_ped.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1518 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,165 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension linkage_pedin.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1519 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:DataIn from the datatype registry for extension linkage_datain.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1520 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:MarkerMap from the datatype registry for extension linkage_map.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1521 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension allegro_ihaplo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1522 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension allegro_descent.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1523 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:AllegroLOD from the datatype registry for extension allegro_fparam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1524 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.genetics:IdeasPre from the datatype registry for extension ideaspre.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1525 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,166 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.xml:Sbml from the datatype registry for extension sbml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1526 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,167 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.spaln:SpalnNuclDb from the datatype registry for extension spalndbnp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1527 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.spaln:SpalnProtDb from the datatype registry for extension spalndba.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1528 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension dada2_dada.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1529 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension dada2_errorrates.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1530 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension dada2_mergepairs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1531 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension dada2_sequencetable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1532 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension dada2_uniques.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1533 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,168 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension ampvis2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1534 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,169 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension ckpt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1535 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,169 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension tgz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1536 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,171 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.media:Wav from the datatype registry for extension wav.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1537 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,171 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.media:Mp3 from the datatype registry for extension mp3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1538 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.media:Mkv from the datatype registry for extension mkv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1539 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.media:Mp4 from the datatype registry for extension mp4.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1540 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.media:Flv from the datatype registry for extension flv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1541 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.media:Mpg from the datatype registry for extension mpg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1542 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.speech:TextGrid from the datatype registry for extension textgrid.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1543 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.speech:BPF from the datatype registry for extension par.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1544 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension ffindex.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1545 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,172 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Data from the datatype registry for extension ffdata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1546 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Pretext from the datatype registry for extension pretext.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1547 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Html from the datatype registry for extension immuneml_receptors.html.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1548 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:HexrdMaterials from the datatype registry for extension hexrd.materials.h5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1549 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Npz from the datatype registry for extension npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1550 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:HexrdImagesNpz from the datatype registry for extension hexrd.images.npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1551 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:HexrdEtaOmeNpz from the datatype registry for extension hexrd.eta_ome.npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1552 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Npz from the datatype registry for extension hexrd.scored_orientations.npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1553 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension hexrd.accepted_orientations.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1554 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Yaml from the datatype registry for extension hexrd.yml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1555 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,173 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperTess from the datatype registry for extension neper.tess.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1556 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperTesr from the datatype registry for extension neper.tesr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1557 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperPoints from the datatype registry for extension neper.points.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1558 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperPointsTabular from the datatype registry for extension neper.points.tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1559 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperMultiScaleCell from the datatype registry for extension neper.mscell.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1560 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:GmshMsh from the datatype registry for extension gmsh.msh.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1561 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:GmshGeo from the datatype registry for extension gmsh.geo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1562 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:ZsetGeof from the datatype registry for extension zset.geof.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1563 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension stl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1564 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Overriding conflicting datatype with extension 'stl', using datatype from /scratch/rico/galaxy/lib/galaxy/config/sample/datatypes_conf.xml.sample.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1565 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Text from the datatype registry for extension pov.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1566 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:PithyaResult from the datatype registry for extension pithya.result.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1567 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:PithyaProperty from the datatype registry for extension pithya.property.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1568 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,174 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:PithyaModel from the datatype registry for extension pithya.model.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1569 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:BCSLts from the datatype registry for extension bcsl.ts.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1570 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:BCSLmodel from the datatype registry for extension bcsl.model.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1571 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:StormSample from the datatype registry for extension storm.sample.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1572 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:StormCheck from the datatype registry for extension storm.check.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1573 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:CTLresult from the datatype registry for extension ctl.result.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1574 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Castep from the datatype registry for extension castep.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1575 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:Param from the datatype registry for extension param.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1576 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,175 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.text:FormattedDensity from the datatype registry for extension den_fmt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1577 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.larch:AthenaProject from the datatype registry for extension prj.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1578 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.larch:FEFFInput from the datatype registry for extension inp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1579 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension sp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1580 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension gds.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1581 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension feff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1582 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension feffit.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1583 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bil.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1584 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,176 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hdr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1585 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,177 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.gis:Shapefile from the datatype registry for extension shp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1586 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,177 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.binary:FITS from the datatype registry for extension fits.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1587 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,177 [pN:main,p:78505,tN:MainThread] Retrieved datatype module galaxy.datatypes.chain:Chain from the datatype registry for extension chain.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1588 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,177 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.plant_tribes:PlantTribesKsComponents'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1589 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.plant_tribes:Smat'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1590 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Sabund'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1591 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Otu'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1592 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:GroupAbund'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1593 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:SecondaryStructureMap'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1594 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:LowerTriangleDistanceMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1595 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:SquareDistanceMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1596 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:PairwiseDistanceMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1597 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Oligos'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1598 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Quantile'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1599 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Frequency'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1600 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:LaneMask'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1601 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:RefTaxonomy'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1602 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Axes'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1603 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:PlyAscii'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1604 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:PlyBinary'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1605 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:VtkAscii'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1606 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:VtkBinary'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1607 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:NeperTess'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1608 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:NeperTesr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1609 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:GmshMsh'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1610 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,178 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.goldenpath:GoldenPath'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1611 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:ScIdx'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1612 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Vcf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1613 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:JP2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1614 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:TwoBit'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1615 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:GeminiSQLite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1616 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:SQmass'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1617 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:MzSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1618 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OSW'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1619 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:PQP'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1620 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:IdpDB'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1621 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:ElibSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1622 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:DlibSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1623 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:BlibSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1624 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:ChiraSQLite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1625 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:CuffDiffSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1626 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:GAFASQLite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1627 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:NcbiTaxonomySQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1628 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:SQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1629 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:H5MLM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1630 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Cool'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1631 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:MCool'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1632 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Loom'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1633 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Anndata'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1634 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,179 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Biom2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1635 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:HexrdMaterials'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1636 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:H5'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1637 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Grib'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1638 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:HexrdImagesNpz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1639 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:HexrdEtaOmeNpz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1640 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Npz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1641 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Bam'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1642 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:BamQuerynameSorted'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1643 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:BamNative'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1644 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:CRAM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1645 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Sff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1646 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Sra'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1647 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:NetCDF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1648 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:DAA'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1649 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:RMA6'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1650 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:DMND'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1651 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Parquet'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1652 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:BafTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1653 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:TdfTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1654 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:MassHunterTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1655 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:MassLynxTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1656 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:YepTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1657 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:WiffTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1658 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,180 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Fast5ArchiveGz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1659 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Fast5ArchiveBz2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1660 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Fast5Archive'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1661 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Meryldb'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1662 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Bref3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1663 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:PostgresqlArchive'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1664 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:ICM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1665 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Idat'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1666 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Trr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1667 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Dcd'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1668 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Xtc'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1669 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Cpt'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1670 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Edr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1671 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Vel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1672 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Xlsx'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1673 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.qiime2:QIIME2Metadata'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1674 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.qiime2:QIIME2Artifact'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1675 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.qiime2:QIIME2Visualization'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1676 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:CompressedZipArchive'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1677 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:Pretext'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1678 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.annotation:Augustus'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1679 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,181 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.xml:Owl'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1680 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.chain:Chain'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1681 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.triples:Rdf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1682 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.blast:BlastXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1683 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Gifti'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1684 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.xml:Phyloxml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1685 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.xml:Dzi'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1686 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.xml:Sbml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1687 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Dta2d'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1688 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Edta'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1689 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ConsensusXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1690 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:IdXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1691 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:FeatureXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1692 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MascotXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1693 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Mgf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1694 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Ms2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1695 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Msp'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1696 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzData'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1697 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzIdentML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1698 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1699 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzQuantML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1700 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,182 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzTab'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1701 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzTab2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1702 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ParamXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1703 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1704 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:NmrML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1705 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Kroenik'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1706 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PepList'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1707 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PSMS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1708 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PepXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1709 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ProtXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1710 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:SPLib'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1711 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:TandemXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1712 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ThermoRAW'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1713 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:TraML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1714 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:TrafoXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1715 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:UniProtXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1716 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:XquestXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1717 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:XquestSpecXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1718 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:QCML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1719 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Wiff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1720 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,183 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PEFF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1721 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:CML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1722 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.xml:GenericXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1723 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.triples:HDT'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1724 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.triples:Turtle'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1725 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.triples:NTriples'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1726 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.triples:Jsonld'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1727 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Maf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1728 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Lav'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1729 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:MemePsp'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1730 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Fastg'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1731 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:csFasta'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1732 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.qualityscore:QualityScoreSOLiD'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1733 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.qualityscore:QualityScore454'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1734 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:SDF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1735 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:PDB'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1736 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:Cell'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1737 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:CIF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1738 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:ExtendedXYZ'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1739 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,184 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:XYZ'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1740 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:MOL2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1741 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:InChI'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1742 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:FPS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1743 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:PQR'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1744 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.molecules:GRO'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1745 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.phylip:Phylip'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1746 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Fasta'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1747 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:FastqCSSanger'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1748 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:FastqSanger'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1749 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Fastq'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1750 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:Wiggle'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1751 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Html'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1752 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Pdf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1753 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Axt'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1754 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Genbank'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1755 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:Bed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1756 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,185 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:CustomTrack'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1757 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:Gtf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1758 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:Gff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1759 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:Gff3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1760 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Pileup'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1761 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Psl'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1762 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Paf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1763 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.interval:Interval'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1764 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Sam'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1765 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.data:Newick'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1766 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.data:Nexus'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1767 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:IQTree'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1768 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Obo'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1769 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Arff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1770 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Ipynb'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1771 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Biom1'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1772 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,186 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:ImgtJson'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1773 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:GeoJson'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1774 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:PithyaResult'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1775 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:BCSLts'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1776 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Json'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1777 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.genetics:GenotypeMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1778 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.genetics:DataIn'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1779 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.genetics:MarkerMap'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1780 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.genetics:AllegroLOD'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1781 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:RNADotPlotMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1782 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.sequence:DotBracket'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1783 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:CMAP'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1784 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:ConnectivityTable'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1785 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:CSV'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1786 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.metacyto:mSummary'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1787 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.metacyto:mStats'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1788 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,187 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:TSV'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1789 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.tabular:MatrixMarket'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1790 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.msa:Hmmer2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1791 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.msa:Hmmer3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1792 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.msa:Stockholm_1_0'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1793 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.msa:MauveXmfa'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1794 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.msa:InfernalCM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1795 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.annotation:SnapHmm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1796 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.microarrays:Cel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1797 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.microarrays:Gpr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1798 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.microarrays:Gal'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1799 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:RData'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1800 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:RDS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1801 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Mrc2014'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1802 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Jpg'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1803 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Png'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1804 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,188 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:OMETiff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1805 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Tiff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1806 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Bmp'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1807 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Gif'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1808 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Im'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1809 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Pcd'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1810 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Pcx'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1811 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Ppm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1812 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Psd'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1813 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Xbm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1814 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Rgb'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1815 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Pbm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1816 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Pgm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1817 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Xpm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1818 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Eps'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1819 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Rast'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1820 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,189 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Tck'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1821 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Trk'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1822 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Nifti1'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1823 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Nifti2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1824 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.images:Star'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1825 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.media:Wav'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1826 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.media:Mkv'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1827 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.media:Mp3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1828 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.media:Mp4'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1829 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.media:Flv'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1830 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.media:Mpg'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1831 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.speech:TextGrid'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1832 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.speech:BPF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1833 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.larch:FEFFInput'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1834 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.larch:AthenaProject'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1835 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,190 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Castep'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1836 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:CTLresult'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1837 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:FormattedDensity'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1838 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Param'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1839 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:Yaml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1840 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliCountGraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1841 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliNodeGraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1842 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliTagSet'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1843 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliStopTags'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1844 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliSubset'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1845 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliGraphLabels'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1846 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.binary:FITS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1847 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.neo4j:Neo4jDBzip'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1848 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:PithyaProperty'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1849 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:PithyaModel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1850 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,191 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:BCSLmodel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1851 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,192 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:StormSample'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1852 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,192 [pN:main,p:78505,tN:MainThread] Loaded sniffer for datatype 'galaxy.datatypes.text:StormCheck'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1853 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,196 [pN:main,p:78505,tN:MainThread] Build site file [tool-data/shared/ucsc/ucsc_build_sites.txt] not found using sample [tool-data/shared/ucsc/ucsc_build_sites.txt.sample].
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1854 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,196 [pN:main,p:78505,tN:MainThread] Loaded build site 'ucsc': tool-data/shared/ucsc/ucsc_build_sites.txt.sample with display sites: ['main', 'test', 'archaea', 'ucla']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1855 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Loaded build site 'gbrowse': tool-data/shared/gbrowse/gbrowse_build_sites.txt with display sites: ['modencode', 'sgd_yeast', 'tair', 'wormbase', 'wormbase_ws120', 'wormbase_ws140', 'wormbase_ws170', 'wormbase_ws180', 'wormbase_ws190', 'wormbase_ws200', 'wormbase_ws204', 'wormbase_ws210', 'wormbase_ws220', 'wormbase_ws225']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1856 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Loaded build site 'ensembl': tool-data/shared/ensembl/ensembl_sites.txt
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1857 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Loaded build site 'ensembl_data_url': tool-data/shared/ensembl/ensembl_sites_data_URL.txt
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1858 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Build site file [tool-data/shared/igv/igv_build_sites.txt] not found using sample [tool-data/shared/igv/igv_build_sites.txt.sample].
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1859 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Loaded build site 'igv': tool-data/shared/igv/igv_build_sites.txt.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1860 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Build site file [tool-data/shared/rviewer/rviewer_build_sites.txt] not found using sample [tool-data/shared/rviewer/rviewer_build_sites.txt.sample].
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1861 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,197 [pN:main,p:78505,tN:MainThread] Loaded build site 'rviewer': tool-data/shared/rviewer/rviewer_build_sites.txt.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1862 galaxy.util.tool_shed.tool_shed_registry DEBUG 2024-02-23 14:21:35,198 [pN:main,p:78505,tN:MainThread] Loading references to tool sheds from /tmp/tmpqrlh6ih1/tool_sheds_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1863 galaxy.util.tool_shed.tool_shed_registry DEBUG 2024-02-23 14:21:35,198 [pN:main,p:78505,tN:MainThread] Loaded reference to tool shed: Target Shed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1864 galaxy.queue_worker INFO 2024-02-23 14:21:35,198 [pN:main,p:78505,tN:MainThread] Initializing main Galaxy Queue Worker on sqlalchemy+sqlite:////tmp/tmpqrlh6ih1/galaxy.sqlite?isolation_level=IMMEDIATE
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1865 galaxy.visualization.genomes ERROR 2024-02-23 14:21:35,213 [pN:main,p:78505,tN:MainThread] Error reading twobit.loc
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1866 Traceback (most recent call last):
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1867 File "/scratch/rico/galaxy/lib/galaxy/visualization/genomes.py", line 220, in reload_genomes
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1868 with open(twobit_path) as f:
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1869 FileNotFoundError: [Errno 2] No such file or directory: '/scratch/rico/galaxy/tool-data/twobit.loc'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1870 galaxy.util WARNING 2024-02-23 14:21:35,452 [pN:main,p:78505,tN:MainThread] directory not found: /scratch/rico/galaxy/lib/galaxy/util/../../../config/plugins/activities
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1871 galaxy.tools WARNING 2024-02-23 14:21:35,452 [pN:main,p:78505,tN:MainThread] The default shed tool config file (/tmp/tmpqrlh6ih1/shed_tool_conf.xml) has been added to the tool_config_file option, if this is not the desired behavior, please set shed_tool_config_file to your primary shed-enabled tool config file
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1872 galaxy.tool_util.toolbox.base INFO 2024-02-23 14:21:35,452 [pN:main,p:78505,tN:MainThread] Parsing the tool configuration /tmp/tmpqrlh6ih1/tool_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1873 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,453 [pN:main,p:78505,tN:MainThread] Tool path for tool configuration /tmp/tmpqrlh6ih1/tool_conf.xml is None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1874 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,462 [pN:main,p:78505,tN:MainThread] Loaded tool id: upload1, version: 1.1.7 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1875 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,465 [pN:main,p:78505,tN:MainThread] Loaded tool id: ncbi_fcs_adaptor, version: 0.5.0+galaxy0 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1876 galaxy.tools WARNING 2024-02-23 14:21:35,465 [pN:main,p:78505,tN:MainThread] The default shed tool config file (/tmp/tmpqrlh6ih1/shed_tool_conf.xml) has been added to the tool_config_file option, if this is not the desired behavior, please set shed_tool_config_file to your primary shed-enabled tool config file
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1877 galaxy.tool_util.toolbox.base INFO 2024-02-23 14:21:35,465 [pN:main,p:78505,tN:MainThread] Parsing the tool configuration /tmp/tmpqrlh6ih1/shed_tools_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1878 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,465 [pN:main,p:78505,tN:MainThread] Tool path for shed tool configuration /tmp/tmpqrlh6ih1/shed_tools_conf.xml is /tmp/tmpqrlh6ih1/shed_tools
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1879 galaxy.tools WARNING 2024-02-23 14:21:35,465 [pN:main,p:78505,tN:MainThread] The default shed tool config file (/tmp/tmpqrlh6ih1/shed_tool_conf.xml) has been added to the tool_config_file option, if this is not the desired behavior, please set shed_tool_config_file to your primary shed-enabled tool config file
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1880 galaxy.tool_util.toolbox.base INFO 2024-02-23 14:21:35,466 [pN:main,p:78505,tN:MainThread] Parsing the tool configuration /tmp/tmpqrlh6ih1/empty_tool_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1881 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,466 [pN:main,p:78505,tN:MainThread] Tool path for tool configuration /tmp/tmpqrlh6ih1/empty_tool_conf.xml is None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1882 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,466 [pN:main,p:78505,tN:MainThread] Reading tools from config files finished (13.784 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1883 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,468 [pN:main,p:78505,tN:MainThread] Loaded tool id: upload1, version: 1.1.7 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1884 galaxy.tool_util.toolbox.views.edam DEBUG 2024-02-23 14:21:35,468 [pN:main,p:78505,tN:MainThread] Loading EDAM tool panel finished (1.469 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1885 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:35,469 [pN:main,p:78505,tN:MainThread] Loaded tool id: upload1, version: 1.1.7 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1886 galaxy.tool_util.toolbox.views.edam DEBUG 2024-02-23 14:21:35,469 [pN:main,p:78505,tN:MainThread] Loading EDAM tool panel finished (1.281 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1887 galaxy.tool_util.toolbox.integrated_panel DEBUG 2024-02-23 14:21:35,469 [pN:main,p:78505,tN:MainThread] Writing integrated tool panel config file to '/tmp/tmpqrlh6ih1/integrated_tool_panel_conf.xml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1888 galaxy.util ERROR 2024-02-23 14:21:35,925 [pN:main,p:78505,tN:MainThread] Error parsing file /tmp/tmpqrlh6ih1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1889 Traceback (most recent call last):
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1890 File "/scratch/rico/galaxy/lib/galaxy/util/__init__.py", line 305, in parse_xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1891 tree = etree.parse(str(fname), parser=parser)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1892 File "src/lxml/etree.pyx", line 3541, in lxml.etree.parse
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1893 File "src/lxml/parser.pxi", line 1879, in lxml.etree._parseDocument
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1894 File "src/lxml/parser.pxi", line 1905, in lxml.etree._parseDocumentFromURL
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1895 File "src/lxml/parser.pxi", line 1808, in lxml.etree._parseDocFromFile
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1896 File "src/lxml/parser.pxi", line 1180, in lxml.etree._BaseParser._parseDocFromFile
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1897 File "src/lxml/parser.pxi", line 618, in lxml.etree._ParserContext._handleParseResultDoc
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1898 File "src/lxml/parser.pxi", line 728, in lxml.etree._handleParseResult
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1899 File "src/lxml/parser.pxi", line 657, in lxml.etree._raiseParseError
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1900 File "/tmp/tmpqrlh6ih1", line 1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1901 lxml.etree.XMLSyntaxError: Document is empty, line 1, column 1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1902 galaxy.tools.data_manager.manager ERROR 2024-02-23 14:21:35,926 [pN:main,p:78505,tN:MainThread] There was an error parsing your Data Manager config file "/tmp/tmpqrlh6ih1": Document is empty, line 1, column 1 (tmpqrlh6ih1, line 1)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1903 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,927 [pN:main,p:78505,tN:MainThread] Loaded display application 'ucsc_bam' for datatype 'bam', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1904 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,928 [pN:main,p:78505,tN:MainThread] Loaded display application 'ensembl_bam' for datatype 'bam', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1905 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,929 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1906 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,930 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_bam' for datatype 'bam', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1907 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,930 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_bam' for datatype 'bam', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1908 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,930 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "bam_iobio".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1909 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,930 [pN:main,p:78505,tN:MainThread] Loaded display application 'iobio_bam' for datatype 'bam', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1910 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,931 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_bed' for datatype 'bed', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1911 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,931 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_bedgraph' for datatype 'bedgraph', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1912 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,932 [pN:main,p:78505,tN:MainThread] Loaded display application 'ucsc_bigbed' for datatype 'bigbed', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1913 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,932 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_bb' for datatype 'bigbed', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1914 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,932 [pN:main,p:78505,tN:MainThread] Loaded display application 'ucsc_bigwig' for datatype 'bigwig', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1915 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,933 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_bigwig' for datatype 'bigwig', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1916 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,933 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_bigwig' for datatype 'bigwig', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1917 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,933 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "intermine_simple_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1918 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,933 [pN:main,p:78505,tN:MainThread] Loaded display application 'intermine_simple' for datatype 'intermine_tabular', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1919 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,934 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1920 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,934 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_fasta' for datatype 'fasta', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1921 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,935 [pN:main,p:78505,tN:MainThread] Loaded display application 'ensembl_gff' for datatype 'gff', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1922 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,936 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1923 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,936 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_gff' for datatype 'gff', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1924 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,936 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_gtf' for datatype 'gtf', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1925 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,937 [pN:main,p:78505,tN:MainThread] Loaded display application 'ensembl_interval' for datatype 'interval', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1926 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,938 [pN:main,p:78505,tN:MainThread] Loaded display application 'gbrowse_interval_as_bed' for datatype 'interval', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1927 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,939 [pN:main,p:78505,tN:MainThread] Loaded display application 'rviewer_interval' for datatype 'interval', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1928 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,939 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1929 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,939 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_interval_as_bed' for datatype 'interval', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1930 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,939 [pN:main,p:78505,tN:MainThread] Loaded display application 'avivator' for datatype 'ome.tiff', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1931 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,940 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "q2view_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1932 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,940 [pN:main,p:78505,tN:MainThread] Loaded display application 'q2view' for datatype 'qza', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1933 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,940 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "q2view_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1934 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,940 [pN:main,p:78505,tN:MainThread] Loaded display application 'q2view' for datatype 'qzv', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1935 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,940 [pN:main,p:78505,tN:MainThread] Loaded display application 'ucsc_maf_customtrack' for datatype 'mafcustomtrack', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1936 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,941 [pN:main,p:78505,tN:MainThread] Loaded display application 'minerva_tabular' for datatype 'tabular', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1937 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,941 [pN:main,p:78505,tN:MainThread] Loaded display application 'ucsc_vcf' for datatype 'vcf', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1938 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,942 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1939 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,942 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_vcf' for datatype 'vcf', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1940 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,942 [pN:main,p:78505,tN:MainThread] Loaded display application 'rviewer_vcf' for datatype 'vcf', inherit=True.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1941 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,942 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "vcf_iobio".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1942 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,942 [pN:main,p:78505,tN:MainThread] Loaded display application 'iobio_vcf' for datatype 'vcf', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1943 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,943 [pN:main,p:78505,tN:MainThread] Loaded display application 'igb_wig' for datatype 'wig', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1944 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,943 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1945 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,943 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_vcf' for datatype 'vcf_bgzip', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1946 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,944 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "igv_broad_genomes".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1947 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,944 [pN:main,p:78505,tN:MainThread] Loaded display application 'igv_genbank' for datatype 'genbank', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1948 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,944 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "biom_simple_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1949 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,944 [pN:main,p:78505,tN:MainThread] Loaded display application 'biom_simple' for datatype 'biom1', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1950 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,944 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "icn3d_simple_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1951 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,944 [pN:main,p:78505,tN:MainThread] Loaded display application 'icn3d_simple' for datatype 'sdf', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1952 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "icn3d_simple_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1953 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Loaded display application 'icn3d_simple' for datatype 'mol2', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1954 galaxy.datatypes.display_applications.application ERROR 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Error loading a set of Dynamic Display Application links: Unable to find data table named "icn3d_simple_display".
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1955 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Loaded display application 'icn3d_simple' for datatype 'pdb', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1956 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Loaded display application 'ucsc_trackhub' for datatype 'trackhub', inherit=False.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1957 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'bed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1958 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'bed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1959 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'bed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1960 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'bed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1961 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'bedgraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1962 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'bedgraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1963 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'bedgraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1964 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'bedgraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1965 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,945 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'bedstrict'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1966 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'bedstrict'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1967 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'bedstrict'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1968 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'bedstrict'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1969 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'bed6'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1970 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'bed6'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1971 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'bed6'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1972 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'bed6'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1973 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'bed12'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1974 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'bed12'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1975 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'bed12'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1976 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'bed12'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1977 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'probed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1978 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'probed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1979 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'probed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1980 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'probed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1981 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'chrint'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1982 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'chrint'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1983 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'chrint'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1984 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'chrint'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1985 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_fasta' to datatype 'fasta.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1986 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_gff' to datatype 'gff3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1987 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_gff' to datatype 'gff3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1988 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_gff' to datatype 'gff3.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1989 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_gff' to datatype 'gff3.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1990 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_gff' to datatype 'gff3.bz2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1991 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_gff' to datatype 'gff3.bz2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1992 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,946 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_gff' to datatype 'gtf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1993 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,947 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_gff' to datatype 'gtf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1994 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,947 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'encodepeak'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1995 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,947 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'encodepeak'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1996 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'encodepeak'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1997 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'encodepeak'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1998 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_fasta' to datatype 'sequences'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1999 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'interval_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2000 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'interval_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2001 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'interval_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2002 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'interval_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2003 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'juicer_medium_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2004 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'juicer_medium_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2005 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'juicer_medium_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2006 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'juicer_medium_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2007 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'bed_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2008 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'bed_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2009 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'bed_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2010 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'bed_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2011 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'ensembl_interval' to datatype 'gff_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2012 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'gbrowse_interval_as_bed' to datatype 'gff_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2013 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'rviewer_interval' to datatype 'gff_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2014 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,948 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_interval_as_bed' to datatype 'gff_tabix.gz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2015 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,949 [pN:main,p:78505,tN:MainThread] Adding inherited display application 'igv_fasta' to datatype 'mothur.align'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2016 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,952 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2017 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,953 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2018 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,954 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2019 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,955 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2020 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,957 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2021 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,958 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2022 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,959 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_Bam_Bai_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2023 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,960 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2024 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,961 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_qname_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2025 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,962 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2026 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,963 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_coodinate_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2027 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,964 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_qname_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2028 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,965 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_cram_to_bam_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2029 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,966 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_to_gff_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2030 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,968 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2031 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,970 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2032 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,971 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2033 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,972 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_to_fli_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2034 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,973 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bedgraph_to_bigwig
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2035 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,974 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_len_to_linecount
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2036 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,975 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_parquet_to_csv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2037 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,977 [pN:main,p:78505,tN:MainThread] Loaded converter: bigwigtowig
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2038 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,980 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2039 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,982 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2040 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,983 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2041 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,984 [pN:main,p:78505,tN:MainThread] Loaded converter: csv_to_tabular
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2042 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,985 [pN:main,p:78505,tN:MainThread] Loaded converter: tabular_to_csv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2043 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,986 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fasta_to_tabular
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2044 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,987 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fasta_to_bowtie_base_index
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2045 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,988 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fasta_to_bowtie_color_index
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2046 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,989 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fasta_to_2bit
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2047 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,990 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fasta_to_len
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2048 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,991 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fasta_to_fai
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2049 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,992 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2050 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,993 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2051 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,994 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2052 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,996 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2053 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,997 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2054 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,998 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2055 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:35,999 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2056 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,000 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2057 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,001 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2058 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,002 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2059 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,003 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2060 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,005 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2061 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,006 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2062 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,007 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2063 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,008 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2064 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,010 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2065 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,011 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2066 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,012 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2067 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,013 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2068 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,015 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2069 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,016 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2070 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,017 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2071 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,018 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gff_to_bed_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2072 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,019 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gff_to_interval_index_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2073 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,020 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2074 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,021 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gff_to_fli_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2075 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,023 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2076 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,025 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2077 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,026 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2078 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,027 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2079 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,029 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2080 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,029 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gff_to_interval_index_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2081 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,030 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2082 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,031 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bed_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2083 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,032 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bedstrict_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2084 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,033 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bed6_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2085 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,034 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bed12_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2086 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,037 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2087 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,039 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2088 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,040 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2089 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,041 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_picard_interval_list_to_bed6
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2090 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,042 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_tar_to_directory
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2091 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,043 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2092 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,044 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2093 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,046 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2094 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,047 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2095 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,048 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2096 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,049 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2097 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,050 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_maf_to_fasta_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2098 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,051 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_maf_to_interval_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2099 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,053 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2100 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,056 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2101 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,057 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2102 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,059 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2103 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,061 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2104 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,062 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_sam_to_unsorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2105 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,063 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_coodinate_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2106 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,064 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bam_to_qname_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2107 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,065 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_sam_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2108 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,066 [pN:main,p:78505,tN:MainThread] Loaded converter: tabular_to_dbnsfp
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2109 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,067 [pN:main,p:78505,tN:MainThread] Loaded converter: tabular_to_csv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2110 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,069 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2111 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,070 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2112 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,072 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2113 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,073 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_vcf_to_vcf_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2114 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,075 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2115 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,076 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2116 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,078 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2117 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,079 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bcf_uncompressed_to_bcf
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2118 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,080 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_bcf_uncompressed_to_bcf
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2119 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,081 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_wig_to_bigwig
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2120 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,082 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_wiggle_to_interval_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2121 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,084 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_vcf_bgzip_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2122 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,085 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2123 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,085 [pN:main,p:78505,tN:MainThread] Loaded converter: lped2fpedconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2124 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,086 [pN:main,p:78505,tN:MainThread] Loaded converter: lped2pbedconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2125 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,087 [pN:main,p:78505,tN:MainThread] Loaded converter: pbed2lpedconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2126 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,088 [pN:main,p:78505,tN:MainThread] Loaded converter: pbed2ldindepconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2127 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,089 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2128 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,091 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2129 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,092 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_biom
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2130 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,094 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_biom
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2131 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,099 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2132 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,104 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2133 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,109 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2134 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,110 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_SMILES_to_MOL
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2135 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,115 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2136 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,116 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_smiles_to_smiles
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2137 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,121 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2138 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,126 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2139 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,131 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2140 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,136 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2141 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,141 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2142 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,146 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2143 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,147 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_inchi_to_mol
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2144 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,152 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2145 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,157 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2146 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,163 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2147 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,168 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2148 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,173 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2149 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,178 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2150 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,183 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2151 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,188 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2152 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,193 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2153 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,198 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2154 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,199 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mol2_to_mol
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2155 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,204 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2156 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,206 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_cml_to_smiles
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2157 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,211 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2158 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,216 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2159 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,221 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2160 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,223 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_Pdb_to_Gro_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2161 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,224 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2162 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,226 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2163 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,228 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2164 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,231 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2165 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,233 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2166 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,235 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2167 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,236 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_Gro_to_Pdb_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2168 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,237 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_ref_to_seq_taxomony
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2169 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,238 [pN:main,p:78505,tN:MainThread] Loaded converter: CONVERTER_neostorezip_to_neostore
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2170 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:36,240 [pN:main,p:78505,tN:MainThread] Loaded external metadata tool: __SET_METADATA__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2171 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:36,241 [pN:main,p:78505,tN:MainThread] Loaded history export tool: __EXPORT_HISTORY__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2172 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:36,242 [pN:main,p:78505,tN:MainThread] Loaded history export to uri tool: __EXPORT_HISTORY_TO_URI__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2173 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:36,243 [pN:main,p:78505,tN:MainThread] Loaded history import tool: __IMPORT_HISTORY__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2174 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:36,244 [pN:main,p:78505,tN:MainThread] Loaded data fetch tool: __DATA_FETCH__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2175 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,245 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: PCA_3Dplot
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2176 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,246 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: aequatus
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2177 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,247 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: annotate_image
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2178 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,248 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2179 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,248 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: chiraviz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2180 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,249 [pN:main,p:78505,tN:MainThread] Visualizations plugin disabled: Circster. Skipping...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2181 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,249 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2182 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,249 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: csg
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2183 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,250 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: cytoscape
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2184 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,251 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: drawrna
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2185 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,252 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: editor
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2186 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,253 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: example
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2187 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,254 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2188 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,255 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: fits_image_viewer
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2189 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,256 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2190 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,256 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: graphviz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2191 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,256 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: h5web
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2192 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,259 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: heatmap_cluster
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2193 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,261 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: heatmap_default
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2194 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,261 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2195 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,261 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: hivtrace
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2196 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,262 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2197 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,262 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: hyphyvision
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2198 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,264 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: jqplot_bar
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2199 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,267 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: jqplot_box
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2200 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,269 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: jqplot_histogram
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2201 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,271 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: jqplot_line
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2202 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,273 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: jqplot_scatter
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2203 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,273 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2204 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,273 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: audio_player
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2205 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,274 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2206 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,274 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: video_player
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2207 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,274 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: msa
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2208 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,275 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2209 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,276 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: mvpapp
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2210 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,277 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: ngl
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2211 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,278 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nora
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2212 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,280 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_bar
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2213 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,282 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_bar_stacked
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2214 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,284 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_histogram
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2215 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,286 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_histogram_discrete
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2216 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,288 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_horizontal
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2217 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,290 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_horizontal_stacked
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2218 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,292 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_line
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2219 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,294 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_line_focus
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2220 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,296 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_pie
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2221 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,298 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_scatter
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2222 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,300 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_stackedarea
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2223 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,302 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_stackedarea_full
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2224 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,304 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: nvd3_stackedarea_stream
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2225 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,305 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: openlayers
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2226 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,306 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: openseadragon
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2227 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,307 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: phylocanvas
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2228 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,308 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: phyloviz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2229 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,309 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: pv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2230 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,310 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: scatterplot
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2231 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,310 [pN:main,p:78505,tN:MainThread] Visualizations plugin disabled: Sweepster. Skipping...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2232 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,311 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: trackster
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2233 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,311 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: ts_visjs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2234 galaxy.visualization.plugins.config_parser INFO 2024-02-23 14:21:36,312 [pN:main,p:78505,tN:MainThread] template syntax is deprecated: use entry_point instead
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2235 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,312 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: unipept
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2236 galaxy.visualization.plugins.registry INFO 2024-02-23 14:21:36,312 [pN:main,p:78505,tN:MainThread] VisualizationsRegistry, loaded plugin: venn
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2237 galaxy.tours._impl INFO 2024-02-23 14:21:36,337 [pN:main,p:78505,tN:MainThread] Loaded tour 'core.galaxy_ui'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2238 galaxy.tours._impl INFO 2024-02-23 14:21:36,354 [pN:main,p:78505,tN:MainThread] Loaded tour 'core.deferred'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2239 galaxy.tours._impl INFO 2024-02-23 14:21:36,366 [pN:main,p:78505,tN:MainThread] Loaded tour 'core.history'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2240 galaxy.tours._impl INFO 2024-02-23 14:21:36,377 [pN:main,p:78505,tN:MainThread] Loaded tour 'core.windows'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2241 galaxy.workflow.scheduling_manager INFO 2024-02-23 14:21:36,383 [pN:main,p:78505,tN:MainThread] No workflow schedulers plugin config file defined, using default scheduler.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2242 galaxy.web_stack.handlers INFO 2024-02-23 14:21:36,383 [pN:main,p:78505,tN:MainThread] WorkflowSchedulingManager: No job handler assignment method is set, defaulting to 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED', set the `assign_with` attribute on <handlers> to override the default
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2243 galaxy.workflow.scheduling_manager DEBUG 2024-02-23 14:21:36,384 [pN:main,p:78505,tN:MainThread] Starting workflow schedulers
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2244 galaxy.app INFO 2024-02-23 14:21:36,386 [pN:main,p:78505,tN:MainThread] Galaxy app startup finished (2552.949 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2245 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,413 [pN:main,p:78505,tN:MainThread] Enabling 'user' controller, class: User
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2246 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,414 [pN:main,p:78505,tN:MainThread] Enabling 'data_manager' controller, class: DataManager
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2247 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,415 [pN:main,p:78505,tN:MainThread] Enabling 'async' controller, class: ASync
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2248 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,415 [pN:main,p:78505,tN:MainThread] Enabling 'tag' controller, class: TagsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2249 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,420 [pN:main,p:78505,tN:MainThread] Enabling 'page' controller, class: PageController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2250 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,421 [pN:main,p:78505,tN:MainThread] Enabling 'root' controller, class: RootController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2251 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,421 [pN:main,p:78505,tN:MainThread] Enabling 'tool_runner' controller, class: ToolRunner
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2252 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,422 [pN:main,p:78505,tN:MainThread] Enabling 'error' controller, class: Error
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2253 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,423 [pN:main,p:78505,tN:MainThread] Enabling 'forms' controller, class: Forms
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2254 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,437 [pN:main,p:78505,tN:MainThread] Enabling 'admin_toolshed' controller, class: AdminGalaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2255 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,438 [pN:main,p:78505,tN:MainThread] Enabling 'admin_toolshed' controller, class: AdminToolshed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2256 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,439 [pN:main,p:78505,tN:MainThread] Enabling 'visualization' controller, class: VisualizationController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2257 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,440 [pN:main,p:78505,tN:MainThread] Enabling 'shed_tool_static' controller, class: ShedToolStatic
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2258 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,440 [pN:main,p:78505,tN:MainThread] Enabling 'authnz' controller, class: JSAppLauncher
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2259 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,441 [pN:main,p:78505,tN:MainThread] Enabling 'authnz' controller, class: OIDC
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2260 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,442 [pN:main,p:78505,tN:MainThread] Enabling 'workflow' controller, class: WorkflowController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2261 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,444 [pN:main,p:78505,tN:MainThread] Enabling 'history' controller, class: HistoryController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2262 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,474 [pN:main,p:78505,tN:MainThread] Enabling 'dataset' controller, class: DatasetInterface
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2263 galaxy.web.framework.base DEBUG 2024-02-23 14:21:36,474 [pN:main,p:78505,tN:MainThread] Enabling 'admin' controller, class: AdminGalaxy
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2264 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,175 [pN:main,p:78505,tN:MainThread] Enabling 'library_datasets' API controller, class: LibraryDatasetsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2265 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,328 [pN:main,p:78505,tN:MainThread] Enabling 'jobs' API controller, class: JobController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2266 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,448 [pN:main,p:78505,tN:MainThread] Enabling 'job_files' API controller, class: JobFilesAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2267 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,495 [pN:main,p:78505,tN:MainThread] Enabling 'toolshed' API controller, class: ToolShedController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2268 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,511 [pN:main,p:78505,tN:MainThread] Enabling 'tools' API controller, class: ToolsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2269 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,632 [pN:main,p:78505,tN:MainThread] Enabling 'trs_consumer' API controller, class: TrsConsumeAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2270 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,633 [pN:main,p:78505,tN:MainThread] Enabling 'history_dataset_extended_metadata' API controller, class: HistoryDatasetExtendMetadataController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2271 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,633 [pN:main,p:78505,tN:MainThread] Enabling 'library_dataset_extended_metadata' API controller, class: LibraryDatasetExtendMetadataController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2272 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,634 [pN:main,p:78505,tN:MainThread] Enabling 'container_resolution' API controller, class: ContainerResolutionAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2273 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,634 [pN:main,p:78505,tN:MainThread] Enabling 'job_ports' API controller, class: JobPortsAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2274 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,635 [pN:main,p:78505,tN:MainThread] Enabling 'tool_dependencies' API controller, class: ToolDependenciesAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2275 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,775 [pN:main,p:78505,tN:MainThread] Enabling 'history_content_provenance' API controller, class: HDAProvenanceController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2276 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,775 [pN:main,p:78505,tN:MainThread] Enabling 'ldda_provenance' API controller, class: LDDAProvenanceController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2277 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,775 [pN:main,p:78505,tN:MainThread] Enabling 'tool_entry_points' API controller, class: ToolEntryPointsAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2278 galaxy.web.framework.base DEBUG 2024-02-23 14:21:37,909 [pN:main,p:78505,tN:MainThread] Enabling 'authenticate' API controller, class: AuthenticationController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2279 galaxy.web.framework.base DEBUG 2024-02-23 14:21:38,315 [pN:main,p:78505,tN:MainThread] Enabling 'trs_search' API controller, class: TrsSearchAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2280 galaxy.web.framework.base DEBUG 2024-02-23 14:21:38,366 [pN:main,p:78505,tN:MainThread] Enabling 'tool_shed_repositories' API controller, class: ToolShedRepositoriesController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2281 galaxy.web.framework.base DEBUG 2024-02-23 14:21:38,547 [pN:main,p:78505,tN:MainThread] Enabling 'forms' API controller, class: FormDefinitionAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2282 galaxy.web.framework.base DEBUG 2024-02-23 14:21:38,735 [pN:main,p:78505,tN:MainThread] Enabling 'workflows' API controller, class: WorkflowsAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2283 galaxy.web.framework.base DEBUG 2024-02-23 14:21:38,735 [pN:main,p:78505,tN:MainThread] Enabling 'uploads' API controller, class: UploadsAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2284 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,227 [pN:main,p:78505,tN:MainThread] Enabling 'history_annotations' API controller, class: HistoryAnnotationsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2285 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,227 [pN:main,p:78505,tN:MainThread] Enabling 'history_content_annotations' API controller, class: HistoryContentAnnotationsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2286 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,228 [pN:main,p:78505,tN:MainThread] Enabling 'workflow_annotations' API controller, class: WorkflowAnnotationsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2287 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,272 [pN:main,p:78505,tN:MainThread] Enabling 'visualizations' API controller, class: VisualizationsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2288 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,273 [pN:main,p:78505,tN:MainThread] Enabling 'sanitize_allow' API controller, class: SanitizeAllowController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2289 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,273 [pN:main,p:78505,tN:MainThread] Enabling 'page_revisions' API controller, class: PageRevisionsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2290 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,345 [pN:main,p:78505,tN:MainThread] Enabling 'library_contents' API controller, class: LibraryContentsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2291 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,463 [pN:main,p:78505,tN:MainThread] Enabling 'users' API controller, class: UserAPIController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2292 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,463 [pN:main,p:78505,tN:MainThread] Enabling 'cloudauthz' API controller, class: CloudAuthzController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2293 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,464 [pN:main,p:78505,tN:MainThread] Enabling 'webhooks' API controller, class: WebhooksController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2294 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,538 [pN:main,p:78505,tN:MainThread] Enabling 'plugins' API controller, class: PluginsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2295 galaxy.web.framework.base DEBUG 2024-02-23 14:21:39,573 [pN:main,p:78505,tN:MainThread] Enabling 'dynamic_tools' API controller, class: DynamicToolsController
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2296 2024-02-23 14:21:39,857 INFO success: celery entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2297 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'paste.httpexceptions' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2298 2024-02-23 14:21:39,858 INFO success: celery-beat entered RUNNING state, process has stayed up for > than 10 seconds (startsecs)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2299 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'RemoteUser' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2300 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'ErrorMiddleware' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2301 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'TusMiddleware' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2302 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'XForwardedHostMiddleware' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2303 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'RequestIDMiddleware' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2304 galaxy.webapps.util DEBUG 2024-02-23 14:21:39,857 [pN:main,p:78505,tN:MainThread] Enabling 'build_url_map' middleware
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2305 galaxy.webapps.galaxy.buildapp DEBUG 2024-02-23 14:21:39,858 [pN:main,p:78505,tN:MainThread] Prior to webapp return, Galaxy thread <_MainThread(MainThread, started 139838623614784)> is alive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2306 /scratch/rico/galaxy/lib/galaxy/webapps/openapi/utils.py:463: UserWarning: Merging operation with id fetch_json_api_tools_fetch_post with operation with id fetch_form_api_tools_fetch_post.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2307 warnings.warn(message) # noqa: B028
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2308 [2024-02-23 14:21:41 -0500] [78505] [INFO] Starting gunicorn 21.2.0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2309 [2024-02-23 14:21:41 -0500] [78505] [INFO] Listening at: http://127.0.0.1:9090 (78505)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2310 [2024-02-23 14:21:41 -0500] [78505] [INFO] Using worker: galaxy.webapps.galaxy.workers.Worker
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2311 [2024-02-23 14:21:41 -0500] [78709] [INFO] Booting worker with pid: 78709
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2312 galaxy.web_stack DEBUG 2024-02-23 14:21:41,492 [pN:main.1,p:78709,tN:Thread-2] server_name set to: main.1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2313 galaxy.jobs.manager DEBUG 2024-02-23 14:21:41,493 [pN:main.1,p:78709,tN:Thread-2] Initializing job handler
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2314 galaxy.jobs INFO 2024-02-23 14:21:41,494 [pN:main.1,p:78709,tN:Thread-2] Handler 'main.1' will load all configured runner plugins
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2315 galaxy.jobs.runners.state_handler_factory DEBUG 2024-02-23 14:21:41,509 [pN:main.1,p:78709,tN:Thread-2] Loaded 'failure' state handler from module galaxy.jobs.runners.state_handlers.resubmit
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2316 galaxy.jobs DEBUG 2024-02-23 14:21:41,509 [pN:main.1,p:78709,tN:Thread-2] Loaded job runner 'galaxy.jobs.runners.local:LocalJobRunner' as 'local'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2317 galaxy.jobs.handler DEBUG 2024-02-23 14:21:41,509 [pN:main.1,p:78709,tN:Thread-2] Loaded job runners plugins: local
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2318 galaxy.jobs.runners DEBUG 2024-02-23 14:21:41,510 [pN:main.1,p:78709,tN:Thread-2] Starting 4 LocalRunner workers
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2319 galaxy.jobs.handler DEBUG 2024-02-23 14:21:41,514 [pN:main.1,p:78709,tN:Thread-2] Handler queue starting for jobs assigned to handler: main.1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2320 galaxy.jobs.handler INFO 2024-02-23 14:21:41,546 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] Handler job grabber initialized with 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED' assignment method for handler 'main.1', tag(s):
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2321 galaxy.jobs.handler INFO 2024-02-23 14:21:41,546 [pN:main.1,p:78709,tN:Thread-2] job handler queue started
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2322 galaxy.jobs.handler INFO 2024-02-23 14:21:41,553 [pN:main.1,p:78709,tN:Thread-2] job handler stop queue started
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2323 galaxy.jobs.handler INFO 2024-02-23 14:21:41,556 [pN:main.1,p:78709,tN:WorkflowRequestMonitor.monitor_thread] Handler job grabber initialized with 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED' assignment method for handler 'main.1', tag(s): None, _default_
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2324 galaxy.queue_worker INFO 2024-02-23 14:21:41,575 [pN:main.1,p:78709,tN:Thread-2] Binding and starting galaxy control worker for main.1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2325 galaxy.queue_worker DEBUG 2024-02-23 14:21:41,587 [pN:main.1,p:78709,tN:Thread-2] Executing toolbox reload on 'main.1'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2326 galaxy.util WARNING 2024-02-23 14:21:41,644 [pN:main.1,p:78709,tN:Thread-2] directory not found: /scratch/rico/galaxy/lib/galaxy/util/../../../config/plugins/activities
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2327 [2024-02-23 14:21:41 -0500] [78709] [INFO] Started server process [78709]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2328 [2024-02-23 14:21:41 -0500] [78709] [INFO] Waiting for application startup.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2329 [2024-02-23 14:21:41 -0500] [78709] [INFO] Application startup complete.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2330 galaxy.tools WARNING 2024-02-23 14:21:41,668 [pN:main.1,p:78709,tN:Thread-2] The default shed tool config file (/tmp/tmpqrlh6ih1/shed_tool_conf.xml) has been added to the tool_config_file option, if this is not the desired behavior, please set shed_tool_config_file to your primary shed-enabled tool config file
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2331 galaxy.tool_util.toolbox.base INFO 2024-02-23 14:21:41,668 [pN:main.1,p:78709,tN:Thread-2] Parsing the tool configuration /tmp/tmpqrlh6ih1/tool_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2332 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,669 [pN:main.1,p:78709,tN:Thread-2] Tool path for tool configuration /tmp/tmpqrlh6ih1/tool_conf.xml is None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2333 galaxy.tools WARNING 2024-02-23 14:21:41,670 [pN:main.1,p:78709,tN:Thread-2] The default shed tool config file (/tmp/tmpqrlh6ih1/shed_tool_conf.xml) has been added to the tool_config_file option, if this is not the desired behavior, please set shed_tool_config_file to your primary shed-enabled tool config file
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2334 galaxy.tool_util.toolbox.base INFO 2024-02-23 14:21:41,670 [pN:main.1,p:78709,tN:Thread-2] Parsing the tool configuration /tmp/tmpqrlh6ih1/shed_tools_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2335 galaxy.model.database_heartbeat DEBUG 2024-02-23 14:21:41,678 [pN:main.1,p:78709,tN:database_heartbeart_main.1.thread] main.1 is config watcher
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2336 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,679 [pN:main.1,p:78709,tN:Thread-2] Tool path for shed tool configuration /tmp/tmpqrlh6ih1/shed_tools_conf.xml is /tmp/tmpqrlh6ih1/shed_tools
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2337 galaxy.tools WARNING 2024-02-23 14:21:41,680 [pN:main.1,p:78709,tN:Thread-2] The default shed tool config file (/tmp/tmpqrlh6ih1/shed_tool_conf.xml) has been added to the tool_config_file option, if this is not the desired behavior, please set shed_tool_config_file to your primary shed-enabled tool config file
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2338 galaxy.tool_util.toolbox.base INFO 2024-02-23 14:21:41,680 [pN:main.1,p:78709,tN:Thread-2] Parsing the tool configuration /tmp/tmpqrlh6ih1/empty_tool_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2339 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,683 [pN:main.1,p:78709,tN:Thread-2] Tool path for tool configuration /tmp/tmpqrlh6ih1/empty_tool_conf.xml is None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2340 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,684 [pN:main.1,p:78709,tN:Thread-2] Reading tools from config files finished (15.967 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2341 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,684 [pN:main.1,p:78709,tN:Thread-2] Loaded tool id: upload1, version: 1.1.7 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2342 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,684 [pN:main.1,p:78709,tN:Thread-2] Loading tool panel finished (0.472 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2343 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,689 [pN:main.1,p:78709,tN:Thread-2] Loaded tool id: upload1, version: 1.1.7 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2344 galaxy.tool_util.toolbox.views.edam DEBUG 2024-02-23 14:21:41,690 [pN:main.1,p:78709,tN:Thread-2] Loading EDAM tool panel finished (5.481 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2345 galaxy.tool_util.toolbox.base DEBUG 2024-02-23 14:21:41,692 [pN:main.1,p:78709,tN:Thread-2] Loaded tool id: upload1, version: 1.1.7 into tool panel..
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2346 galaxy.tool_util.toolbox.views.edam DEBUG 2024-02-23 14:21:41,692 [pN:main.1,p:78709,tN:Thread-2] Loading EDAM tool panel finished (1.670 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2347 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,692 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2348 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,692 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2349 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2350 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2351 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2352 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2353 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_Bam_Bai_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2354 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2355 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,693 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_qname_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2356 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,694 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2357 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,694 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_coodinate_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2358 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,694 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_qname_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2359 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,694 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_cram_to_bam_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2360 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,695 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_to_gff_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2361 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,695 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2362 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,695 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2363 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,695 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2364 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,695 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_to_fli_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2365 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,696 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bedgraph_to_bigwig
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2366 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,696 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_len_to_linecount
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2367 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,696 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_parquet_to_csv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2368 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,696 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: bigwigtowig
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2369 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,696 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2370 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,696 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2371 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,706 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2372 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,706 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: csv_to_tabular
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2373 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: tabular_to_csv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2374 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fasta_to_tabular
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2375 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fasta_to_bowtie_base_index
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2376 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fasta_to_bowtie_color_index
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2377 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fasta_to_2bit
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2378 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fasta_to_len
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2379 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,707 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fasta_to_fai
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2380 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,708 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2381 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,708 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2382 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,708 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2383 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,708 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2384 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,708 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2385 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,708 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2386 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2387 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2388 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2389 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2390 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2391 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2392 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,709 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2393 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2394 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2395 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2396 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2397 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2398 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_fastq_to_fqtoc0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2399 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2400 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,710 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2401 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,711 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2402 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,711 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gff_to_bed_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2403 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,711 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gff_to_interval_index_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2404 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,711 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2405 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,711 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gff_to_fli_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2406 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,712 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2407 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,712 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2408 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,712 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2409 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,712 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2410 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,712 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bz2_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2411 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,712 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gff_to_interval_index_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2412 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2413 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bed_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2414 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bedstrict_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2415 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bed6_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2416 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bed12_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2417 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2418 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2419 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,713 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2420 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_picard_interval_list_to_bed6
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2421 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_tar_to_directory
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2422 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2423 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2424 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2425 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2426 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2427 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,714 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2428 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,715 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_maf_to_fasta_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2429 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,715 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_maf_to_interval_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2430 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,715 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2431 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,715 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2432 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,715 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2433 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,716 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2434 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,716 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2435 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,716 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_sam_to_unsorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2436 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,716 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_coodinate_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2437 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,716 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bam_to_qname_sorted_bam
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2438 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,716 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_sam_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2439 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,717 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: tabular_to_dbnsfp
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2440 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,717 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: tabular_to_csv
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2441 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,717 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2442 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,717 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2443 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,717 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2444 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,717 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_vcf_to_vcf_bgzip_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2445 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_interval_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2446 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bed_gff_or_vcf_to_bigwig_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2447 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2448 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bcf_uncompressed_to_bcf
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2449 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_bcf_uncompressed_to_bcf
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2450 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_wig_to_bigwig
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2451 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_wiggle_to_interval_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2452 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,718 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_vcf_bgzip_to_tabix_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2453 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,719 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2454 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,719 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: lped2fpedconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2455 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,719 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: lped2pbedconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2456 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,719 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: pbed2lpedconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2457 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,739 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: pbed2ldindepconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2458 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,739 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_uncompressed_to_gz
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2459 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,739 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_gz_to_uncompressed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2460 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,739 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_biom
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2461 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,740 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_biom
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2462 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,740 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2463 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,740 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2464 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,740 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2465 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,740 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_SMILES_to_MOL
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2466 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,740 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2467 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,741 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_smiles_to_smiles
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2468 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,741 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2469 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,741 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2470 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,741 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2471 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,741 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2472 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,742 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2473 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,742 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2474 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,742 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_inchi_to_mol
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2475 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,742 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2476 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,742 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2477 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,742 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2478 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,743 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2479 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,743 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2480 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,743 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2481 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,743 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2482 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,743 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2483 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,743 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2484 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,744 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2485 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,744 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mol2_to_mol
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2486 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,744 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2487 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,744 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_cml_to_smiles
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2488 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,744 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2489 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,744 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2490 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,745 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_molecules
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2491 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,745 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_Pdb_to_Gro_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2492 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,745 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2493 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,745 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2494 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,745 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2495 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,745 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2496 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,746 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2497 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,746 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_mdconvert
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2498 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,746 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_Gro_to_Pdb_0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2499 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,746 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_ref_to_seq_taxomony
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2500 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,746 [pN:main.1,p:78709,tN:Thread-2] Loaded converter: CONVERTER_neostorezip_to_neostore
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2501 galaxy.datatypes.registry DEBUG 2024-02-23 14:21:41,751 [pN:main.1,p:78709,tN:Thread-2] Loaded external metadata tool: __SET_METADATA__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2502 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:41,753 [pN:main.1,p:78709,tN:Thread-2] Loaded history export tool: __EXPORT_HISTORY__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2503 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:41,755 [pN:main.1,p:78709,tN:Thread-2] Loaded history export to uri tool: __EXPORT_HISTORY_TO_URI__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2504 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:41,757 [pN:main.1,p:78709,tN:Thread-2] Loaded history import tool: __IMPORT_HISTORY__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2505 galaxy.tools.special_tools DEBUG 2024-02-23 14:21:41,761 [pN:main.1,p:78709,tN:Thread-2] Loaded data fetch tool: __DATA_FETCH__
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2506 galaxy.queue_worker INFO 2024-02-23 14:21:41,761 [pN:main.1,p:78709,tN:Thread-2] Queuing async task rebuild_toolbox_search_index for main.1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2507 galaxy.queue_worker DEBUG 2024-02-23 14:21:41,781 [pN:main.1,p:78709,tN:Thread-2] Toolbox reload (193.942 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2508 galaxy.queue_worker INFO 2024-02-23 14:21:41,781 [pN:main.1,p:78709,tN:Thread-2] Queuing async task rebuild_toolbox_search_index for main.1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2509 galaxy.web_stack INFO 2024-02-23 14:21:41,792 [pN:main.1,p:78709,tN:Thread-2] Galaxy server instance 'main.1' is running
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2510 
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2511 Serving on http://127.0.0.1:9090
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2512 
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2513 galaxy.queue_worker INFO 2024-02-23 14:21:42,781 [pN:main.1,p:78709,tN:Thread-1] Instance 'main.1' received 'rebuild_toolbox_search_index' task, executing now.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2514 galaxy.tools.search DEBUG 2024-02-23 14:21:42,782 [pN:main.1,p:78709,tN:Thread-1] Starting to build toolbox index of panel default.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2515 galaxy.tools.search DEBUG 2024-02-23 14:21:42,791 [pN:main.1,p:78709,tN:Thread-1] Toolbox index of panel default finished (9.312 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2516 galaxy.tools.search DEBUG 2024-02-23 14:21:42,791 [pN:main.1,p:78709,tN:Thread-1] Starting to build toolbox index of panel ontology:edam_operations.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2517 galaxy.tools.search DEBUG 2024-02-23 14:21:42,795 [pN:main.1,p:78709,tN:Thread-1] Toolbox index of panel ontology:edam_operations finished (3.894 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2518 galaxy.tools.search DEBUG 2024-02-23 14:21:42,796 [pN:main.1,p:78709,tN:Thread-1] Starting to build toolbox index of panel ontology:edam_topics.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2519 galaxy.tools.search DEBUG 2024-02-23 14:21:42,799 [pN:main.1,p:78709,tN:Thread-1] Toolbox index of panel ontology:edam_topics finished (3.529 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2520 galaxy.queue_worker INFO 2024-02-23 14:21:42,808 [pN:main.1,p:78709,tN:Thread-1] Instance 'main.1' received 'rebuild_toolbox_search_index' task, executing now.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2521 galaxy.tools.search DEBUG 2024-02-23 14:21:42,808 [pN:main.1,p:78709,tN:Thread-1] Starting to build toolbox index of panel default.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2522 galaxy.tools.search DEBUG 2024-02-23 14:21:42,811 [pN:main.1,p:78709,tN:Thread-1] Toolbox index of panel default finished (3.266 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2523 galaxy.tools.search DEBUG 2024-02-23 14:21:42,811 [pN:main.1,p:78709,tN:Thread-1] Starting to build toolbox index of panel ontology:edam_operations.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2524 galaxy.tools.search DEBUG 2024-02-23 14:21:42,815 [pN:main.1,p:78709,tN:Thread-1] Toolbox index of panel ontology:edam_operations finished (3.321 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2525 galaxy.tools.search DEBUG 2024-02-23 14:21:42,815 [pN:main.1,p:78709,tN:Thread-1] Starting to build toolbox index of panel ontology:edam_topics.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2526 galaxy.tools.search DEBUG 2024-02-23 14:21:42,818 [pN:main.1,p:78709,tN:Thread-1] Toolbox index of panel ontology:edam_topics finished (3.186 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2527 2024-02-23 14:21:45,822 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 15 seconds (startsecs)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2528
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2529 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2530 [2024-02-23 14:26:34,191: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2531 [2024-02-23 14:26:34,192: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2532
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2533 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2534 galaxy.webapps.base.webapp DEBUG 2024-02-23 14:29:47,081 [pN:main.1,p:78709,tN:WSGI_0] Received invalid session key '{secure_id}', setting a new session key
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2535 /scratch/rico/galaxy/lib/galaxy/managers/users.py:854: SAWarning: Dialect sqlite+pysqlite does *not* support Decimal objects natively, and SQLAlchemy must convert from floating point - rounding errors and other issues may occur. Please consider storing Decimal numbers as strings or integers on this platform for lossless storage.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2536 return session.scalars(stmt).first()
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2537 /scratch/rico/galaxy/lib/galaxy/webapps/base/webapp.py:349: SAWarning: Dialect sqlite+pysqlite does *not* support Decimal objects natively, and SQLAlchemy must convert from floating point - rounding errors and other issues may occur. Please consider storing Decimal numbers as strings or integers on this platform for lossless storage.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2538 if config.use_remote_user and self.galaxy_session.user.deleted:
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2539 uvicorn.access INFO 2024-02-23 14:29:47,290 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET / HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2540 uvicorn.access INFO 2024-02-23 14:29:47,318 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET /static/dist/base.css?v=1707855697000 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2541 uvicorn.access INFO 2024-02-23 14:29:47,321 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51360 - "GET /static/dist/analysis.bundled.js?v=1707855697000 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2542 uvicorn.access INFO 2024-02-23 14:29:47,324 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /static/dist/libs.bundled.js?v=1707855697000 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2543 uvicorn.access INFO 2024-02-23 14:29:48,282 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51360 - "GET /api/webhooks HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2544 /scratch/rico/galaxy/lib/galaxy/managers/interactivetool.py:249: SAWarning: Coercing Subquery object into a select() for use in IN(); please pass a select() construct explicitly
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2545 stmt = select(InteractiveToolEntryPoint).where(InteractiveToolEntryPoint.job_id.in_(build_subquery()))
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2546 uvicorn.access INFO 2024-02-23 14:29:48,307 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51376 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2547 uvicorn.access INFO 2024-02-23 14:29:48,325 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET /api/configuration HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2548 uvicorn.access INFO 2024-02-23 14:29:48,341 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /api/users/current HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2549 uvicorn.access INFO 2024-02-23 14:29:48,385 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET /api/webhooks HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2550 uvicorn.access INFO 2024-02-23 14:29:48,392 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /welcome HTTP/1.1" 302
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2551 uvicorn.access INFO 2024-02-23 14:29:48,412 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51376 - "GET /api/tool_panels HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2552 uvicorn.access INFO 2024-02-23 14:29:48,470 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51376 - "GET /static/dist/base.css HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2553 uvicorn.access INFO 2024-02-23 14:29:48,474 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51384 - "GET /favicon.ico HTTP/1.1" 404
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2554 uvicorn.access INFO 2024-02-23 14:29:48,511 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET /api/tools?in_panel=False HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2555 uvicorn.access INFO 2024-02-23 14:29:48,538 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /api/histories/count HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2556 /scratch/rico/galaxy/lib/galaxy/model/__init__.py:3318: SAWarning: Dialect sqlite+pysqlite does *not* support Decimal objects natively, and SQLAlchemy must convert from floating point - rounding errors and other issues may occur. Please consider storing Decimal numbers as strings or integers on this platform for lossless storage.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2557 return object_session(self).scalar(stmt) or 0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2558 uvicorn.access INFO 2024-02-23 14:29:48,554 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51360 - "GET /history/current_history_json HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2559 uvicorn.access INFO 2024-02-23 14:29:48,580 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /history/current_history_json HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2560 uvicorn.access INFO 2024-02-23 14:29:48,613 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51360 - "GET /api/tool_panels/default HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2561 /scratch/rico/galaxy/lib/galaxy/managers/history_contents.py:232: SAWarning: Dialect sqlite+pysqlite does *not* support Decimal objects natively, and SQLAlchemy must convert from floating point - rounding errors and other issues may occur. Please consider storing Decimal numbers as strings or integers on this platform for lossless storage.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2562 contents_results = self._union_of_contents_query(container, **kwargs).all()
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2563 uvicorn.access INFO 2024-02-23 14:29:48,687 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /api/histories?view=summary&order=update_time&offset=0&limit=10 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2564 uvicorn.access INFO 2024-02-23 14:29:48,690 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:29:47.782Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2565 uvicorn.access INFO 2024-02-23 14:29:48,740 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51376 - "GET /api/datatypes?extension_only=false HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2566 uvicorn.access INFO 2024-02-23 14:29:48,800 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51352 - "GET /static/dist/libs.bundled.js HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2567 uvicorn.access INFO 2024-02-23 14:29:48,871 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51384 - "GET /api/genomes HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2568 uvicorn.access INFO 2024-02-23 14:29:48,872 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51360 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2569 uvicorn.access INFO 2024-02-23 14:29:48,898 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51376 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2570 uvicorn.access INFO 2024-02-23 14:29:48,903 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51344 - "GET /api/histories/count HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2571 uvicorn.access INFO 2024-02-23 14:29:51,792 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51390 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2572 uvicorn.access INFO 2024-02-23 14:29:54,822 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51392 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2573 uvicorn.access INFO 2024-02-23 14:29:57,851 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50962 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2574 uvicorn.access INFO 2024-02-23 14:29:58,400 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50962 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2575 uvicorn.access INFO 2024-02-23 14:30:01,476 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50964 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2576 uvicorn.access INFO 2024-02-23 14:30:04,843 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50978 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2577 uvicorn.access INFO 2024-02-23 14:30:07,873 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:36628 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2578 uvicorn.access INFO 2024-02-23 14:30:08,404 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:36628 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2579 uvicorn.access INFO 2024-02-23 14:30:10,903 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:36636 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2580 uvicorn.access INFO 2024-02-23 14:30:13,934 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:36652 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2581 uvicorn.access INFO 2024-02-23 14:30:16,966 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58278 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2582 uvicorn.access INFO 2024-02-23 14:30:18,407 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58278 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2583 uvicorn.access INFO 2024-02-23 14:30:19,994 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58278 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2584 uvicorn.access INFO 2024-02-23 14:30:23,026 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58280 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2585 uvicorn.access INFO 2024-02-23 14:30:26,058 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35382 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2586 uvicorn.access INFO 2024-02-23 14:30:28,411 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35392 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2587 uvicorn.access INFO 2024-02-23 14:30:29,087 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35392 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2588 uvicorn.access INFO 2024-02-23 14:30:32,119 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35406 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2589 uvicorn.access INFO 2024-02-23 14:30:35,147 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35418 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2590 uvicorn.access INFO 2024-02-23 14:30:38,178 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50712 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2591 uvicorn.access INFO 2024-02-23 14:30:38,410 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50712 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2592 uvicorn.access INFO 2024-02-23 14:30:41,207 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50722 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2593 uvicorn.access INFO 2024-02-23 14:30:44,239 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50732 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2594 uvicorn.access INFO 2024-02-23 14:30:47,270 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46500 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2595 uvicorn.access INFO 2024-02-23 14:30:48,415 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46500 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2596 uvicorn.access INFO 2024-02-23 14:30:50,299 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46500 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2597 uvicorn.access INFO 2024-02-23 14:30:53,329 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46514 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2598 uvicorn.access INFO 2024-02-23 14:30:56,356 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2599 uvicorn.access INFO 2024-02-23 14:30:57,485 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "POST /api/upload/resumable_upload/ HTTP/1.1" 201
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2600 uvicorn.access INFO 2024-02-23 14:30:57,537 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "PATCH /api/upload/resumable_upload/4d30abe413ab43b280d920f7dea4f47e HTTP/1.1" 204
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2601 galaxy.tools INFO 2024-02-23 14:30:57,574 [pN:main.1,p:78709,tN:MainThread] Validated and populated state for tool request (1.213 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2602 galaxy.tools.actions.upload DEBUG 2024-02-23 14:30:57,582 [pN:main.1,p:78709,tN:MainThread] Persisted uploads (0.058 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2603 galaxy.tools.actions.upload DEBUG 2024-02-23 14:30:57,655 [pN:main.1,p:78709,tN:MainThread] Created upload job (5.150 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2604 galaxy.tools.execute DEBUG 2024-02-23 14:30:57,655 [pN:main.1,p:78709,tN:MainThread] Tool __DATA_FETCH__ created job None (73.168 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2605 galaxy.web_stack.handlers INFO 2024-02-23 14:30:57,676 [pN:main.1,p:78709,tN:MainThread] (Job[id=1,tool_id=__DATA_FETCH__]) Handler '_default_' assigned using 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED' assignment method
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2606 galaxy.tools.execute DEBUG 2024-02-23 14:30:57,680 [pN:main.1,p:78709,tN:MainThread] Created 1 job(s) for tool __DATA_FETCH__ request (106.727 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2607 uvicorn.access INFO 2024-02-23 14:30:57,694 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "POST /api/tools/fetch HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2608 uvicorn.access INFO 2024-02-23 14:30:58,416 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2609 galaxy.jobs.mapper DEBUG 2024-02-23 14:30:58,477 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (1) Mapped job to destination id: docker_local
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2610 galaxy.jobs.handler DEBUG 2024-02-23 14:30:58,492 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (1) Dispatching to local runner
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2611 galaxy.jobs DEBUG 2024-02-23 14:30:58,503 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (1) Persisting job destination (destination id: docker_local)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2612 galaxy.jobs DEBUG 2024-02-23 14:30:58,530 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (1) Working directory for job is: /tmp/tmpqrlh6ih1/job_working_directory/000/1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2613 galaxy.jobs.runners DEBUG 2024-02-23 14:30:58,541 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] Job [1] queued (48.588 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2614 galaxy.jobs.handler INFO 2024-02-23 14:30:58,552 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (1) Job dispatched
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2615 galaxy.jobs DEBUG 2024-02-23 14:30:58,674 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Job wrapper for Job [1] prepared (102.072 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2616 galaxy.tool_util.deps.containers INFO 2024-02-23 14:30:58,675 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [ExplicitContainerResolver[]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2617 galaxy.tool_util.deps.containers INFO 2024-02-23 14:30:58,675 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [CachedMulledDockerContainerResolver[namespace=biocontainers]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2618 galaxy.tool_util.deps.containers INFO 2024-02-23 14:30:58,675 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [CachedMulledDockerContainerResolver[namespace=local]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2619 galaxy.tool_util.deps.containers INFO 2024-02-23 14:30:58,675 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [MulledDockerContainerResolver[namespace=biocontainers]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2620 galaxy.tool_util.deps.containers INFO 2024-02-23 14:30:58,675 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [BuildDockerContainerResolver[namespace=local]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2621 galaxy.jobs.command_factory INFO 2024-02-23 14:30:58,706 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Built script [/tmp/tmpqrlh6ih1/job_working_directory/000/1/tool_script.sh] for tool command [python '/scratch/rico/galaxy/lib/galaxy/tools/data_fetch.py' --galaxy-root '/scratch/rico/galaxy' --datatypes-registry '/tmp/tmpqrlh6ih1/job_working_directory/000/1/registry.xml' --request-version '1' --request '/tmp/tmpqrlh6ih1/job_working_directory/000/1/configs/tmpnmy96xuh']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2622 galaxy.jobs.runners DEBUG 2024-02-23 14:30:58,757 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] (1) command is: mkdir -p working outputs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2623 if [ -d _working ]; then
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2624 rm -rf working/ outputs/ configs/; cp -R _working working; cp -R _outputs outputs; cp -R _configs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2625 else
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2626 cp -R working _working; cp -R outputs _outputs; cp -R configs _configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2627 fi
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2628 cd working; /bin/bash /tmp/tmpqrlh6ih1/job_working_directory/000/1/tool_script.sh > '../outputs/tool_stdout' 2> '../outputs/tool_stderr'; return_code=$?; echo $return_code > /tmp/tmpqrlh6ih1/job_working_directory/000/1/galaxy_1.ec; cd '/tmp/tmpqrlh6ih1/job_working_directory/000/1';
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2629 [ "$GALAXY_VIRTUAL_ENV" = "None" ] && GALAXY_VIRTUAL_ENV="$_GALAXY_VIRTUAL_ENV"; _galaxy_setup_environment True; python metadata/set.py; sh -c "exit $return_code"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2630 galaxy.jobs.runners.local DEBUG 2024-02-23 14:30:58,781 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] (1) executing job script: /tmp/tmpqrlh6ih1/job_working_directory/000/1/galaxy_1.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2631 uvicorn.access INFO 2024-02-23 14:30:59,399 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "GET /history/current_history_json?since=2024-02-23T19:29:48.000464 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2632 uvicorn.access INFO 2024-02-23 14:30:59,459 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:29:48.589Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2633 uvicorn.access INFO 2024-02-23 14:30:59,535 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49334 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2634 uvicorn.access INFO 2024-02-23 14:30:59,564 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49344 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2635 uvicorn.access INFO 2024-02-23 14:31:02,523 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49346 - "GET /history/current_history_json?since=2024-02-23T19:30:58.000828 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2636 galaxy.jobs.runners.util.process_groups DEBUG 2024-02-23 14:31:05,073 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] check_pg(): No process found in process group 78818
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2637 galaxy.jobs.runners.local DEBUG 2024-02-23 14:31:05,073 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] execution finished: /tmp/tmpqrlh6ih1/job_working_directory/000/1/galaxy_1.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2638 galaxy.jobs DEBUG 2024-02-23 14:31:05,098 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/1/outputs/dataset_b25039b4-189c-4c5a-9380-009d996fbf23.dat to /tmp/tmpqrlh6ih1/files/b/2/5/dataset_b25039b4-189c-4c5a-9380-009d996fbf23.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2639 galaxy.tool_util.provided_metadata DEBUG 2024-02-23 14:31:05,104 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] unnamed outputs [{'__unnamed_outputs': [{'destination': {'type': 'hdas'}, 'elements': [{'name': 'fcsadaptor_prok_test.fa.gz', 'dbkey': '?', 'ext': 'fasta.gz', 'link_data_only': False, 'sources': [], 'hashes': [], 'info': 'uploaded fasta.gz file', 'state': 'ok', 'filename': '/tmp/tmpqrlh6ih1/job_working_directory/000/1/working/gxupload_0', 'object_id': 1}]}]}]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2640 galaxy.jobs DEBUG 2024-02-23 14:31:05,242 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] job_wrapper.finish for job 1 executed (150.364 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2641 uvicorn.access INFO 2024-02-23 14:31:05,558 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49360 - "GET /history/current_history_json?since=2024-02-23T19:30:58.000828 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2642 uvicorn.access INFO 2024-02-23 14:31:05,603 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49360 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:30:59.408Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2643 uvicorn.access INFO 2024-02-23 14:31:05,655 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49360 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2644 uvicorn.access INFO 2024-02-23 14:31:05,682 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49370 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2645 uvicorn.access INFO 2024-02-23 14:31:08,420 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54894 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2646 uvicorn.access INFO 2024-02-23 14:31:08,654 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54894 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2647 uvicorn.access INFO 2024-02-23 14:31:11,688 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54896 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2648 uvicorn.access INFO 2024-02-23 14:31:14,719 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54910 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2649 uvicorn.access INFO 2024-02-23 14:31:17,748 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34476 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2650 uvicorn.access INFO 2024-02-23 14:31:18,420 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34476 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2651 uvicorn.access INFO 2024-02-23 14:31:20,799 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34488 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2652 uvicorn.access INFO 2024-02-23 14:31:23,827 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34494 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2653 uvicorn.access INFO 2024-02-23 14:31:26,858 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33276 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2654 uvicorn.access INFO 2024-02-23 14:31:28,420 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33276 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2655 uvicorn.access INFO 2024-02-23 14:31:29,887 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33276 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2656 uvicorn.access INFO 2024-02-23 14:31:32,919 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33290 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2657
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2658 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2659 [2024-02-23 14:31:34,086: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2660 [2024-02-23 14:31:34,099: INFO/MainProcess] Scheduler: Sending due task clean-object-store-caches (galaxy.clean_object_store_caches)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2661 [2024-02-23 14:31:34,141: DEBUG/MainProcess] galaxy.clean_object_store_caches sent. id->0cd32a96-9d0e-4f4d-9772-212740dc8b8c
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2662 [2024-02-23 14:31:34,142: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2663
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2664 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2665 [2024-02-23 14:31:35,137: INFO/MainProcess] Task galaxy.clean_object_store_caches[0cd32a96-9d0e-4f4d-9772-212740dc8b8c] received
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2666 [2024-02-23 14:31:35,137: DEBUG/MainProcess] TaskPool: Apply <function fast_trace_task at 0x7f9f1756ed90> (args:('galaxy.clean_object_store_caches', '0cd32a96-9d0e-4f4d-9772-212740dc8b8c', {'lang': 'py', 'task': 'galaxy.clean_object_store_caches', 'id': '0cd32a96-9d0e-4f4d-9772-212740dc8b8c', 'shadow': None, 'eta': None, 'expires': None, 'group': None, 'group_index': None, 'retries': 0, 'timelimit': [None, None], 'root_id': '0cd32a96-9d0e-4f4d-9772-212740dc8b8c', 'parent_id': None, 'argsrepr': '()', 'kwargsrepr': '{}', 'origin': 'gen78504@laila', 'ignore_result': False, 'properties': {'correlation_id': '0cd32a96-9d0e-4f4d-9772-212740dc8b8c', 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'delivery_mode': 2, 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal'}, 'priority': 0, 'body_encoding': 'base64', 'delivery_tag': '00442f4c-cdc1-41fb-b9c9-cf8c0d8ac151'}, 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'correlation_id': '0cd32a96-9d0e-4f4d-9772-212740dc8b8c', 'hostname': 'celery@laila', 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal', 'priority': 0, 'redelivered': None},... kwargs:{})
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2667 [2024-02-23 14:31:35,529: DEBUG/MainProcess] python path is: /scratch/rico/.planemo/gx_venv_3/bin, /scratch/rico/galaxy/lib, /usr/lib/python37.zip, /usr/lib/python3.7, /usr/lib/python3.7/lib-dynload, /scratch/rico/.planemo/gx_venv_3/lib/python3.7/site-packages
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2668 [2024-02-23 14:31:35,530: DEBUG/MainProcess] Configuration directory is /tmp/tmpqrlh6ih1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2669 [2024-02-23 14:31:35,530: DEBUG/MainProcess] Data directory is /scratch/rico/galaxy/database
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2670 [2024-02-23 14:31:35,530: DEBUG/MainProcess] Managed config directory is /tmp/tmpqrlh6ih1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2671 [2024-02-23 14:31:35,559: WARNING/MainProcess] Option master_api_key has been deprecated in favor of bootstrap_admin_api_key
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2672 [2024-02-23 14:31:35,560: DEBUG/MainProcess] No extra version JSON file detected at /scratch/rico/galaxy/version.json
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2673 [2024-02-23 14:31:35,561: WARNING/MainProcess] No corresponding location name exists for location code: .
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2674 [2024-02-23 14:31:35,561: INFO/MainProcess] Using global default values for location name and carbon intensity...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2675 [2024-02-23 14:31:35,563: INFO/MainProcess] Install database targeting Galaxy's database configuration.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2676 [2024-02-23 14:31:35,566: DEBUG/main] WeblessApplicationStack initialized
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2677 [2024-02-23 14:31:35,570: DEBUG/main] Loading job configuration from /scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2678 [2024-02-23 14:31:35,570: DEBUG/main] Read job configuration from file: /scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2679 [2024-02-23 14:31:35,580: INFO/main] JobConfiguration: No job handler assignment method is set, defaulting to 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED', set the `assign_with` attribute on <handlers> to override the default
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2680 [2024-02-23 14:31:35,580: INFO/main] Job handler assignment methods set to: db-skip-locked
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2681 [2024-02-23 14:31:35,581: DEBUG/main] default set to child with id or tag 'docker_local'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2682 [2024-02-23 14:31:35,581: DEBUG/main] Done loading job configuration
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2683 [2024-02-23 14:31:35,770: WARNING/main] No vault configured. We recommend defining the vault_config_file setting in galaxy.yml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2684
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2685 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2686 uvicorn.access INFO 2024-02-23 14:31:35,947 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59038 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2687
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2688 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2689 [2024-02-23 14:31:36,006: DEBUG/main] Loading datatypes from /scratch/rico/galaxy/lib/galaxy/config/sample/datatypes_conf.xml.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2690 [2024-02-23 14:31:36,007: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.h.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2691 [2024-02-23 14:31:36,007: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.c.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2692 [2024-02-23 14:31:36,007: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.cpp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2693 [2024-02-23 14:31:36,007: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.py.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2694 [2024-02-23 14:31:36,007: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.go.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2695 [2024-02-23 14:31:36,007: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.rs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2696 [2024-02-23 14:31:36,008: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension source.cs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2697 [2024-02-23 14:31:36,008: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension hep.root.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2698 [2024-02-23 14:31:36,008: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:JP2 from the datatype registry for extension jp2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2699 [2024-02-23 14:31:36,008: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Ab1 from the datatype registry for extension ab1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2700 [2024-02-23 14:31:36,009: DEBUG/main] Retrieved datatype module galaxy.datatypes.assembly:Amos from the datatype registry for extension afg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2701 [2024-02-23 14:31:36,009: DEBUG/main] Retrieved datatype module galaxy.datatypes.goldenpath:GoldenPath from the datatype registry for extension agp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2702 [2024-02-23 14:31:36,010: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioComposite from the datatype registry for extension anvio_cog_profile.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2703 [2024-02-23 14:31:36,010: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioComposite from the datatype registry for extension anvio_composite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2704 [2024-02-23 14:31:36,010: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Data from the datatype registry for extension anvio_classifier.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2705 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioContigsDB from the datatype registry for extension anvio_contigs_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2706 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioDB from the datatype registry for extension anvio_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2707 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioGenomesDB from the datatype registry for extension anvio_genomes_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2708 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioPanDB from the datatype registry for extension anvio_pan_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2709 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioComposite from the datatype registry for extension anvio_pfam_profile.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2710 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioProfileDB from the datatype registry for extension anvio_profile_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2711 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioSamplesDB from the datatype registry for extension anvio_samples_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2712 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension anvio_state.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2713 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.anvio:AnvioStructureDB from the datatype registry for extension anvio_structure_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2714 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:TSV from the datatype registry for extension anvio_variability.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2715 [2024-02-23 14:31:36,011: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Arff from the datatype registry for extension arff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2716 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Paf from the datatype registry for extension paf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2717 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Gfa1 from the datatype registry for extension gfa1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2718 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Gfa2 from the datatype registry for extension gfa2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2719 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:GenericAsn1 from the datatype registry for extension asn1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2720 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:GenericAsn1Binary from the datatype registry for extension asn1-binary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2721 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Axt from the datatype registry for extension axt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2722 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:FeatureLocationIndex from the datatype registry for extension fli.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2723 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Bam from the datatype registry for extension bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2724 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bai.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2725 [2024-02-23 14:31:36,012: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BamInputSorted from the datatype registry for extension qname_input_sorted.bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2726 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BamQuerynameSorted from the datatype registry for extension qname_sorted.bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2727 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BamNative from the datatype registry for extension unsorted.bam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2728 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:ProBam from the datatype registry for extension probam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2729 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CRAM from the datatype registry for extension cram.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2730 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Bed from the datatype registry for extension bed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2731 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:BedGraph from the datatype registry for extension bedgraph.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2732 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:BedStrict from the datatype registry for extension bedstrict.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2733 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Bed6 from the datatype registry for extension bed6.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2734 [2024-02-23 14:31:36,013: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Bed12 from the datatype registry for extension bed12.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2735 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:ProBed from the datatype registry for extension probed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2736 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.chrominfo:ChromInfo from the datatype registry for extension len.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2737 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:DAA from the datatype registry for extension daa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2738 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RMA6 from the datatype registry for extension rma6.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2739 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:DMND from the datatype registry for extension dmnd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2740 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Parquet from the datatype registry for extension parquet.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2741 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Idat from the datatype registry for extension idat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2742 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BigBed from the datatype registry for extension bigbed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2743 [2024-02-23 14:31:36,014: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BigWig from the datatype registry for extension bigwig.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2744 [2024-02-23 14:31:36,015: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension cxb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2745 [2024-02-23 14:31:36,015: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:ChromatinInteractions from the datatype registry for extension chrint.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2746 [2024-02-23 14:31:36,015: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension csv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2747 [2024-02-23 14:31:36,015: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:TSV from the datatype registry for extension tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2748 [2024-02-23 14:31:36,015: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:TSV from the datatype registry for extension intermine_tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2749 [2024-02-23 14:31:36,015: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:CustomTrack from the datatype registry for extension customtrack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2750 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.ngsindex:BowtieColorIndex from the datatype registry for extension bowtie_color_index.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2751 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.ngsindex:BowtieBaseIndex from the datatype registry for extension bowtie_base_index.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2752 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:csFasta from the datatype registry for extension csfasta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2753 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Data from the datatype registry for extension data.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2754 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2755 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension binary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2756 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension d3_hierarchy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2757 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:ImgtJson from the datatype registry for extension imgt.json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2758 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:GeoJson from the datatype registry for extension geojson.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2759 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension data_manager_json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2760 [2024-02-23 14:31:36,016: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:DotBracket from the datatype registry for extension dbn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2761 [2024-02-23 14:31:36,017: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension fai.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2762 [2024-02-23 14:31:36,017: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Fasta from the datatype registry for extension fasta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2763 [2024-02-23 14:31:36,017: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Fastg from the datatype registry for extension fastg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2764 [2024-02-23 14:31:36,017: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Fastq from the datatype registry for extension fastq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2765 [2024-02-23 14:31:36,017: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:FastqSanger from the datatype registry for extension fastqsanger.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2766 [2024-02-23 14:31:36,017: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:FastqSolexa from the datatype registry for extension fastqsolexa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2767 [2024-02-23 14:31:36,018: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:FastqCSSanger from the datatype registry for extension fastqcssanger.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2768 [2024-02-23 14:31:36,018: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:FastqIllumina from the datatype registry for extension fastqillumina.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2769 [2024-02-23 14:31:36,018: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:SequenceSplitLocations from the datatype registry for extension fqtoc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2770 [2024-02-23 14:31:36,018: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Eland from the datatype registry for extension eland.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2771 [2024-02-23 14:31:36,018: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:ElandMulti from the datatype registry for extension elandmulti.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2772 [2024-02-23 14:31:36,018: DEBUG/main] Retrieved datatype module galaxy.datatypes.tracks:GeneTrack from the datatype registry for extension genetrack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2773 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Gff from the datatype registry for extension gff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2774 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Gff3 from the datatype registry for extension gff3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2775 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Gif from the datatype registry for extension gif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2776 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Gmaj from the datatype registry for extension gmaj.zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2777 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension graph_dot.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2778 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Gtf from the datatype registry for extension gtf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2779 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension toolshed.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2780 [2024-02-23 14:31:36,019: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension hdf4.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2781 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:H5 from the datatype registry for extension h5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2782 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:H5 from the datatype registry for extension scool.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2783 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Grib from the datatype registry for extension grib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2784 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Loom from the datatype registry for extension loom.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2785 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Anndata from the datatype registry for extension h5ad.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2786 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Visium from the datatype registry for extension visium.tar.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2787 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:H5 from the datatype registry for extension mz5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2788 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension hyphy_results.json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2789 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension hivtrace.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2790 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Cool from the datatype registry for extension cool.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2791 [2024-02-23 14:31:36,020: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:MCool from the datatype registry for extension mcool.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2792 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:H5MLM from the datatype registry for extension h5mlm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2793 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:LudwigModel from the datatype registry for extension ludwig_model.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2794 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Html from the datatype registry for extension html.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2795 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Html from the datatype registry for extension ludwig_report.html.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2796 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Interval from the datatype registry for extension interval.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2797 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension jellyfish.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2798 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension ktab.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2799 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension hist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2800 [2024-02-23 14:31:36,021: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension prof.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2801 [2024-02-23 14:31:36,104: DEBUG/main] Retrieved datatype module galaxy.datatypes.isa:IsaTab from the datatype registry for extension isa-tab.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2802 [2024-02-23 14:31:36,105: DEBUG/main] Retrieved datatype module galaxy.datatypes.isa:IsaJson from the datatype registry for extension isa-json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2803 [2024-02-23 14:31:36,105: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension picard_interval_list.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2804 [2024-02-23 14:31:36,105: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension gatk_interval.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2805 [2024-02-23 14:31:36,105: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension gatk_report.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2806 [2024-02-23 14:31:36,105: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension gatk_dbsnp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2807 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension gatk_tranche.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2808 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension gatk_recal.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2809 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension cnn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2810 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension cns.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2811 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension cnr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2812 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hhr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2813 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Jpg from the datatype registry for extension jpg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2814 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tiff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2815 [2024-02-23 14:31:36,106: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tf2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2816 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tf8.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2817 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension btf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2818 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension tif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2819 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension svs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2820 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension scn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2821 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tiff from the datatype registry for extension bif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2822 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:OMETiff from the datatype registry for extension ome.tiff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2823 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Hamamatsu from the datatype registry for extension vms.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2824 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Hamamatsu from the datatype registry for extension vmu.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2825 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Hamamatsu from the datatype registry for extension ndpi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2826 [2024-02-23 14:31:36,107: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Mirax from the datatype registry for extension mrxs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2827 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Sakura from the datatype registry for extension svslide.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2828 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Bmp from the datatype registry for extension bmp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2829 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Im from the datatype registry for extension im.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2830 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Pcd from the datatype registry for extension pcd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2831 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Pcx from the datatype registry for extension pcx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2832 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Ppm from the datatype registry for extension ppm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2833 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Psd from the datatype registry for extension psd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2834 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Xbm from the datatype registry for extension xbm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2835 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Xpm from the datatype registry for extension xpm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2836 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Rgb from the datatype registry for extension rgb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2837 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Pbm from the datatype registry for extension pbm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2838 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Pgm from the datatype registry for extension pgm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2839 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Nrrd from the datatype registry for extension nrrd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2840 [2024-02-23 14:31:36,108: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Nrrd from the datatype registry for extension nhdr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2841 [2024-02-23 14:31:36,109: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:RNADotPlotMatrix from the datatype registry for extension rna_eps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2842 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.qiime2:QIIME2Artifact from the datatype registry for extension qza.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2843 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.qiime2:QIIME2Visualization from the datatype registry for extension qzv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2844 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.qiime2:QIIME2Metadata from the datatype registry for extension qiime2.tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2845 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedZipArchive from the datatype registry for extension zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2846 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedZipArchive from the datatype registry for extension ncbi_genome_dataset.zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2847 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2848 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Directory from the datatype registry for extension directory.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2849 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Yaml from the datatype registry for extension yaml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2850 [2024-02-23 14:31:36,110: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension mrm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2851 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Dta from the datatype registry for extension dta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2852 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Dta2d from the datatype registry for extension dta2d.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2853 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Edta from the datatype registry for extension edta.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2854 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2855 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension raw_pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2856 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension peptideprophet_pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2857 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PepXml from the datatype registry for extension interprophet_pepxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2858 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:ProtXML from the datatype registry for extension protxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2859 [2024-02-23 14:31:36,113: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:ParamXml from the datatype registry for extension paramxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2860 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Kroenik from the datatype registry for extension kroenik.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2861 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PepList from the datatype registry for extension peplist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2862 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PSMS from the datatype registry for extension psms.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2863 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PepXmlReport from the datatype registry for extension pepxml.tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2864 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:ProtXmlReport from the datatype registry for extension protxml.tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2865 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MascotDat from the datatype registry for extension mascotdat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2866 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzIdentML from the datatype registry for extension mzid.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2867 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:IdXML from the datatype registry for extension idxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2868 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:TandemXML from the datatype registry for extension tandem.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2869 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension sirius.ms.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2870 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:ThermoRAW from the datatype registry for extension thermo.raw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2871 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BafTar from the datatype registry for extension brukerbaf.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2872 [2024-02-23 14:31:36,114: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:YepTar from the datatype registry for extension agilentbrukeryep.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2873 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:TdfTar from the datatype registry for extension brukertdf.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2874 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:MassHunterTar from the datatype registry for extension agilentmasshunter.d.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2875 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:MassLynxTar from the datatype registry for extension watersmasslynx.raw.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2876 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:WiffTar from the datatype registry for extension wiff.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2877 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Wiff2Tar from the datatype registry for extension wiff2.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2878 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MascotXML from the datatype registry for extension mascotxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2879 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzTab from the datatype registry for extension mztab.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2880 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzTab2 from the datatype registry for extension mztab2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2881 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzML from the datatype registry for extension mzml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2882 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:NmrML from the datatype registry for extension nmrml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2883 [2024-02-23 14:31:36,115: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Meryldb from the datatype registry for extension meryldb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2884 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Bref3 from the datatype registry for extension bref3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2885 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Mgf from the datatype registry for extension mgf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2886 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Wiff from the datatype registry for extension wiff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2887 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Wiff2 from the datatype registry for extension wiff2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2888 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzXML from the datatype registry for extension mzxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2889 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzData from the datatype registry for extension mzdata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2890 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Ms2 from the datatype registry for extension ms2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2891 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:MzQuantML from the datatype registry for extension mzq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2892 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:SQlite from the datatype registry for extension sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2893 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:MzSQlite from the datatype registry for extension mz.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2894 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OSW from the datatype registry for extension osw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2895 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:PQP from the datatype registry for extension pqp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2896 [2024-02-23 14:31:36,116: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:TraML from the datatype registry for extension traml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2897 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:TrafoXML from the datatype registry for extension trafoxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2898 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:FeatureXML from the datatype registry for extension featurexml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2899 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:ConsensusXML from the datatype registry for extension consensusxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2900 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:UniProtXML from the datatype registry for extension uniprotxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2901 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:XquestXML from the datatype registry for extension xquest.xml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2902 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:XquestSpecXML from the datatype registry for extension spec.xml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2903 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:QCML from the datatype registry for extension qcml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2904 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension mzqc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2905 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Msp from the datatype registry for extension msp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2906 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:SPLibNoIndex from the datatype registry for extension splib_noindex.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2907 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:SPLib from the datatype registry for extension splib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2908 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BlibSQlite from the datatype registry for extension blib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2909 [2024-02-23 14:31:36,117: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:DlibSQlite from the datatype registry for extension dlib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2910 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:ElibSQlite from the datatype registry for extension elib.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2911 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:XHunterAslFormat from the datatype registry for extension hlf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2912 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:IdpDB from the datatype registry for extension idpdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2913 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:Sf3 from the datatype registry for extension sf3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2914 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension cps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2915 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:ConnectivityTable from the datatype registry for extension ct.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2916 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:PostgresqlArchive from the datatype registry for extension postgresql.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2917 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:MongoDBArchive from the datatype registry for extension mongodb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2918 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:GeneNoteBook from the datatype registry for extension genenotebook.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2919 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:SearchGuiArchive from the datatype registry for extension searchgui_archive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2920 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Fast5Archive from the datatype registry for extension fast5.tar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2921 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Fast5ArchiveGz from the datatype registry for extension fast5.tar.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2922 [2024-02-23 14:31:36,118: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Fast5ArchiveBz2 from the datatype registry for extension fast5.tar.bz2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2923 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension peptideshaker_archive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2924 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension percin.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2925 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension percout.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2926 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension hardklor.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2927 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension kronik.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2928 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:ImzML from the datatype registry for extension imzml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2929 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Analyze75 from the datatype registry for extension analyze75.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2930 [2024-02-23 14:31:36,119: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Nifti1 from the datatype registry for extension nii1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2931 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Nifti2 from the datatype registry for extension nii2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2932 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Gifti from the datatype registry for extension gii.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2933 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Tck from the datatype registry for extension tck.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2934 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Trk from the datatype registry for extension trk.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2935 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Mrc2014 from the datatype registry for extension mrc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2936 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Star from the datatype registry for extension star.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2937 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.proteomics:PEFF from the datatype registry for extension peff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2938 [2024-02-23 14:31:36,120: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension toml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2939 [2024-02-23 14:31:36,121: DEBUG/main] Retrieved datatype module galaxy.datatypes.flow:FCS from the datatype registry for extension fcs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2940 [2024-02-23 14:31:36,121: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowtext.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2941 [2024-02-23 14:31:36,121: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowclr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2942 [2024-02-23 14:31:36,122: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowmfi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2943 [2024-02-23 14:31:36,122: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowstat1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2944 [2024-02-23 14:31:36,122: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowstat2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2945 [2024-02-23 14:31:36,123: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowstat3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2946 [2024-02-23 14:31:36,123: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension flowscore.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2947 [2024-02-23 14:31:36,123: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension flowframe.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2948 [2024-02-23 14:31:36,123: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension fsom.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2949 [2024-02-23 14:31:36,123: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension flowset.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2950 [2024-02-23 14:31:36,123: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension metacyto_clr.txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2951 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.metacyto:mSummary from the datatype registry for extension metacyto_summary.txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2952 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.metacyto:mStats from the datatype registry for extension metacyto_stats.txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2953 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension deeptools_compute_matrix_archive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2954 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension deeptools_coverage_matrix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2955 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:NetCDF from the datatype registry for extension netcdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2956 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Eps from the datatype registry for extension eps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2957 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Rast from the datatype registry for extension rast.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2958 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Laj from the datatype registry for extension laj.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2959 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Lav from the datatype registry for extension lav.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2960 [2024-02-23 14:31:36,124: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Maf from the datatype registry for extension maf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2961 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:MafCustomTrack from the datatype registry for extension mafcustomtrack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2962 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:MatrixMarket from the datatype registry for extension mtx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2963 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:CMAP from the datatype registry for extension cmap.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2964 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:ENCODEPeak from the datatype registry for extension encodepeak.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2965 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Pdf from the datatype registry for extension pdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2966 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Pileup from the datatype registry for extension pileup.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2967 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Psl from the datatype registry for extension psl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2968 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Obo from the datatype registry for extension obo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2969 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:Owl from the datatype registry for extension owl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2970 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.images:Png from the datatype registry for extension png.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2971 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScore from the datatype registry for extension qual.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2972 [2024-02-23 14:31:36,125: DEBUG/main] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScoreSolexa from the datatype registry for extension qualsolexa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2973 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScoreIllumina from the datatype registry for extension qualillumina.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2974 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScoreSOLiD from the datatype registry for extension qualsolid.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2975 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.qualityscore:QualityScore454 from the datatype registry for extension qual454.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2976 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.assembly:Roadmaps from the datatype registry for extension roadmaps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2977 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Sam from the datatype registry for extension sam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2978 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Scf from the datatype registry for extension scf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2979 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.assembly:Sequences from the datatype registry for extension sequences.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2980 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:SnpEffDb from the datatype registry for extension snpeffdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2981 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:SnpSiftDbNSFP from the datatype registry for extension snpsiftdbnsfp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2982 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension dbnsfp.tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2983 [2024-02-23 14:31:36,126: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Sff from the datatype registry for extension sff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2984 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Sra from the datatype registry for extension sra.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2985 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:SraManifest from the datatype registry for extension sra_manifest.tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2986 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension svg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2987 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Taxonomy from the datatype registry for extension taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2988 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension tabular.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2989 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:TwoBit from the datatype registry for extension twobit.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2990 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:SQmass from the datatype registry for extension sqmass.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2991 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:GeminiSQLite from the datatype registry for extension gemini.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2992 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:ChiraSQLite from the datatype registry for extension chira.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2993 [2024-02-23 14:31:36,127: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CuffDiffSQlite from the datatype registry for extension cuffdiff.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2994 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:GAFASQLite from the datatype registry for extension gafa.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2995 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:NcbiTaxonomySQlite from the datatype registry for extension ncbitaxonomy.sqlite.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2996 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension txt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2997 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:LineCount from the datatype registry for extension linecount.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2998 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:MemePsp from the datatype registry for extension memepsp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2999 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:MEMEXml from the datatype registry for extension memexml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3000 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:CisML from the datatype registry for extension cisml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3001 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension xml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3002 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:GenericXml from the datatype registry for extension xsd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3003 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:Dzi from the datatype registry for extension dzi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3004 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Vcf from the datatype registry for extension vcf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3005 [2024-02-23 14:31:36,128: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Bcf from the datatype registry for extension bcf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3006 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Bcf from the datatype registry for extension bcf_bgzip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3007 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:BcfUncompressed from the datatype registry for extension bcf_uncompressed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3008 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.assembly:Velvet from the datatype registry for extension velvet.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3009 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:Wiggle from the datatype registry for extension wig.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3010 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension interval_index.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3011 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension odgi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3012 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:CompressedArchive from the datatype registry for extension vg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3013 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension xg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3014 [2024-02-23 14:31:36,129: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension protobuf2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3015 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension protobuf3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3016 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension onnx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3017 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension tabix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3018 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:IntervalTabix from the datatype registry for extension interval_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3019 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:JuicerMediumTabix from the datatype registry for extension juicer_medium_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3020 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:BedTabix from the datatype registry for extension bed_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3021 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:GffTabix from the datatype registry for extension gff_tabix.gz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3022 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bgzip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3023 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:VcfGz from the datatype registry for extension vcf_bgzip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3024 [2024-02-23 14:31:36,130: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bus.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3025 [2024-02-23 14:31:36,131: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension kallisto.idx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3026 [2024-02-23 14:31:36,131: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:Phyloxml from the datatype registry for extension phyloxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3027 [2024-02-23 14:31:36,131: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Newick from the datatype registry for extension newick.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3028 [2024-02-23 14:31:36,131: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Newick from the datatype registry for extension nhx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3029 [2024-02-23 14:31:36,131: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Nexus from the datatype registry for extension nex.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3030 [2024-02-23 14:31:36,131: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:IQTree from the datatype registry for extension iqtree.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3031 [2024-02-23 14:31:36,133: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:SquareDistanceMatrix from the datatype registry for extension mldist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3032 [2024-02-23 14:31:36,135: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Affybatch from the datatype registry for extension affybatch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3033 [2024-02-23 14:31:36,135: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Eigenstratgeno from the datatype registry for extension eigenstratgeno.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3034 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Eigenstratpca from the datatype registry for extension eigenstratpca.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3035 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Eset from the datatype registry for extension eset.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3036 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Fped from the datatype registry for extension fped.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3037 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Fphe from the datatype registry for extension fphe.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3038 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:GenomeGraphs from the datatype registry for extension gg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3039 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:ldIndep from the datatype registry for extension ldindep.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3040 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:MAlist from the datatype registry for extension malist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3041 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Lped from the datatype registry for extension lped.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3042 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Pbed from the datatype registry for extension pbed.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3043 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Pheno from the datatype registry for extension pheno.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3044 [2024-02-23 14:31:36,136: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Pphe from the datatype registry for extension pphe.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3045 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:RexpBase from the datatype registry for extension rexpbase.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3046 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Rgenetics from the datatype registry for extension rgenetics.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3047 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:Snptest from the datatype registry for extension snptest.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3048 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:SNPMatrix from the datatype registry for extension snpmatrix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3049 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:ExcelXls from the datatype registry for extension xls.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3050 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Ipynb from the datatype registry for extension ipynb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3051 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Json from the datatype registry for extension json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3052 [2024-02-23 14:31:36,137: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:ExpressionJson from the datatype registry for extension expression.json.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3053 [2024-02-23 14:31:36,138: DEBUG/main] Retrieved datatype module galaxy.datatypes.graph:Xgmml from the datatype registry for extension xgmml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3054 [2024-02-23 14:31:36,138: DEBUG/main] Retrieved datatype module galaxy.datatypes.graph:Sif from the datatype registry for extension sif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3055 [2024-02-23 14:31:36,139: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:Triples from the datatype registry for extension triples.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3056 [2024-02-23 14:31:36,139: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:HDT from the datatype registry for extension hdt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3057 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:NTriples from the datatype registry for extension nt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3058 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:N3 from the datatype registry for extension n3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3059 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:Turtle from the datatype registry for extension ttl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3060 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:Rdf from the datatype registry for extension rdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3061 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.triples:Jsonld from the datatype registry for extension jsonld.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3062 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:ExcelXls from the datatype registry for extension excel.xls.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3063 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Xlsx from the datatype registry for extension xlsx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3064 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension docx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3065 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension btwisted.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3066 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cai.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3067 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cat_db.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3068 [2024-02-23 14:31:36,140: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension charge.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3069 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension checktrans.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3070 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension chips.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3071 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension codcmp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3072 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension coderet.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3073 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension compseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3074 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cpgplot.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3075 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cpgreport.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3076 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cusp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3077 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension cut.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3078 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension dan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3079 [2024-02-23 14:31:36,141: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension digest.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3080 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension dreg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3081 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension einverted.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3082 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension epestfind.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3083 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension equicktandem.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3084 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension est2genome.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3085 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension etandem.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3086 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension freak.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3087 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fuzznuc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3088 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fuzzpro.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3089 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fuzztran.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3090 [2024-02-23 14:31:36,142: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension garnier.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3091 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension geecee.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3092 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension helixturnhelix.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3093 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hmoment.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3094 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension isochore.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3095 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension match.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3096 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension nametable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3097 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension needle.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3098 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension newcpgreport.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3099 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension newcpgseek.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3100 [2024-02-23 14:31:36,143: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension noreturn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3101 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension palindrome.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3102 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pepcoil.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3103 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pepinfo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3104 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pepstats.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3105 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension polydot.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3106 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension preg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3107 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension prettyseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3108 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension primersearch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3109 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension showfeat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3110 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension showorf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3111 [2024-02-23 14:31:36,144: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension sixpack.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3112 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension strider.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3113 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension supermatcher.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3114 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension syco.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3115 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension textsearch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3116 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension vectorstrip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3117 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension wobble.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3118 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension wordcount.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3119 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension dbmotif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3120 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension diffseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3121 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension excel.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3122 [2024-02-23 14:31:36,145: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension feattable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3123 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension motif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3124 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension regions.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3125 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension seqtable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3126 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension simple.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3127 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension table.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3128 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension tagseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3129 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension acedb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3130 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension clustal.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3131 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension codata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3132 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension embl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3133 [2024-02-23 14:31:36,146: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension fitch.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3134 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension gcg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3135 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Genbank from the datatype registry for extension genbank.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3136 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hennig86.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3137 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension ig.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3138 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension jackknifer.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3139 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension jackknifernon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3140 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension mega.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3141 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension meganon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3142 [2024-02-23 14:31:36,147: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension ncbi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3143 [2024-02-23 14:31:36,148: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension nexus.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3144 [2024-02-23 14:31:36,148: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension nexusnon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3145 [2024-02-23 14:31:36,148: DEBUG/main] Retrieved datatype module galaxy.datatypes.phylip:Phylip from the datatype registry for extension phylip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3146 [2024-02-23 14:31:36,148: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension phylipnon.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3147 [2024-02-23 14:31:36,148: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pir.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3148 [2024-02-23 14:31:36,148: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension staden.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3149 [2024-02-23 14:31:36,149: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension swiss.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3150 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.msa:Msf from the datatype registry for extension msf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3151 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx0.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3152 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3153 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx10.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3154 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3155 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension markx3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3156 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension pair.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3157 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension score.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3158 [2024-02-23 14:31:36,150: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension srs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3159 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension srspair.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3160 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.annotation:SnapHmm from the datatype registry for extension snaphmm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3161 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.annotation:Augustus from the datatype registry for extension augustus.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3162 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:ICM from the datatype registry for extension icm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3163 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.msa:InfernalCM from the datatype registry for extension cm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3164 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.msa:Hmmer2 from the datatype registry for extension hmm2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3165 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.msa:Hmmer3 from the datatype registry for extension hmm3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3166 [2024-02-23 14:31:36,151: DEBUG/main] Retrieved datatype module galaxy.datatypes.msa:Stockholm_1_0 from the datatype registry for extension stockholm.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3167 [2024-02-23 14:31:36,152: DEBUG/main] Retrieved datatype module galaxy.datatypes.msa:MauveXmfa from the datatype registry for extension xmfa.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3168 [2024-02-23 14:31:36,152: DEBUG/main] Retrieved datatype module galaxy.datatypes.microarrays:Cel from the datatype registry for extension cel.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3169 [2024-02-23 14:31:36,152: DEBUG/main] Retrieved datatype module galaxy.datatypes.microarrays:Gpr from the datatype registry for extension gpr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3170 [2024-02-23 14:31:36,152: DEBUG/main] Retrieved datatype module galaxy.datatypes.microarrays:Gal from the datatype registry for extension gal.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3171 [2024-02-23 14:31:36,152: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension rds.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3172 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension phyloseq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3173 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3174 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.sce.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3175 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.raw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3176 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.msnbase.raw.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3177 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.findchrompeaks.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3178 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.group.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3179 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.retcor.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3180 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.xcms.fillpeaks.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3181 [2024-02-23 14:31:36,153: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.camera.positive.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3182 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.camera.negative.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3183 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RData from the datatype registry for extension rdata.camera.quick.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3184 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.hdf5:HDF5SummarizedExperiment from the datatype registry for extension rdata.se.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3185 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension rdock_as.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3186 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OxliCountGraph from the datatype registry for extension oxlicg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3187 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OxliNodeGraph from the datatype registry for extension oxling.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3188 [2024-02-23 14:31:36,154: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OxliTagSet from the datatype registry for extension oxlits.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3189 [2024-02-23 14:31:36,155: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OxliStopTags from the datatype registry for extension oxlist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3190 [2024-02-23 14:31:36,155: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OxliSubset from the datatype registry for extension oxliss.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3191 [2024-02-23 14:31:36,155: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:OxliGraphLabels from the datatype registry for extension oxligl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3192 [2024-02-23 14:31:36,156: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:STL from the datatype registry for extension stl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3193 [2024-02-23 14:31:36,156: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:PlyAscii from the datatype registry for extension plyascii.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3194 [2024-02-23 14:31:36,156: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:PlyBinary from the datatype registry for extension plybinary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3195 [2024-02-23 14:31:36,156: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:VtkAscii from the datatype registry for extension vtkascii.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3196 [2024-02-23 14:31:36,156: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:VtkBinary from the datatype registry for extension vtkbinary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3197 [2024-02-23 14:31:36,157: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Biom1 from the datatype registry for extension biom1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3198 [2024-02-23 14:31:36,157: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Biom2 from the datatype registry for extension biom2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3199 [2024-02-23 14:31:36,157: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:MashSketch from the datatype registry for extension msh.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3200 [2024-02-23 14:31:36,157: DEBUG/main] Retrieved datatype module galaxy.datatypes.interval:ScIdx from the datatype registry for extension scidx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3201 [2024-02-23 14:31:36,164: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:SMILES from the datatype registry for extension smi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3202 [2024-02-23 14:31:36,165: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:SDF from the datatype registry for extension sdf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3203 [2024-02-23 14:31:36,165: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:InChI from the datatype registry for extension inchi.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3204 [2024-02-23 14:31:36,165: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:MOL from the datatype registry for extension mol.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3205 [2024-02-23 14:31:36,165: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:MOL2 from the datatype registry for extension mol2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3206 [2024-02-23 14:31:36,165: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:CML from the datatype registry for extension cml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3207 [2024-02-23 14:31:36,165: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:FPS from the datatype registry for extension fps.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3208 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:OBFS from the datatype registry for extension obfs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3209 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:DRF from the datatype registry for extension drf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3210 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:PHAR from the datatype registry for extension phar.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3211 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:PDB from the datatype registry for extension pdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3212 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:PDBQT from the datatype registry for extension pdbqt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3213 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:PQR from the datatype registry for extension pqr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3214 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:Cell from the datatype registry for extension cell.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3215 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:CIF from the datatype registry for extension cif.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3216 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:XYZ from the datatype registry for extension xyz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3217 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:ExtendedXYZ from the datatype registry for extension extxyz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3218 [2024-02-23 14:31:36,166: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Trr from the datatype registry for extension trr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3219 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Dcd from the datatype registry for extension dcd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3220 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension top.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3221 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension prmtop.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3222 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension itp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3223 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension mdp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3224 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension ndx.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3225 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension xvg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3226 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Xtc from the datatype registry for extension xtc.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3227 [2024-02-23 14:31:36,167: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Cpt from the datatype registry for extension cpt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3228 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Edr from the datatype registry for extension edr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3229 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension tpr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3230 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:GRO from the datatype registry for extension gro.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3231 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension inpcrd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3232 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Vel from the datatype registry for extension vel.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3233 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:grd from the datatype registry for extension grd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3234 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.molecules:grdtgz from the datatype registry for extension grd.tgz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3235 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Otu from the datatype registry for extension mothur.otu.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3236 [2024-02-23 14:31:36,168: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Otu from the datatype registry for extension mothur.list.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3237 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Sabund from the datatype registry for extension mothur.sabund.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3238 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Sabund from the datatype registry for extension mothur.rabund.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3239 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:GroupAbund from the datatype registry for extension mothur.shared.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3240 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:GroupAbund from the datatype registry for extension mothur.relabund.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3241 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Names from the datatype registry for extension mothur.names.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3242 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Group from the datatype registry for extension mothur.design.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3243 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Summary from the datatype registry for extension mothur.summary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3244 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Group from the datatype registry for extension mothur.groups.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3245 [2024-02-23 14:31:36,169: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Oligos from the datatype registry for extension mothur.oligos.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3246 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.sequence:Fasta from the datatype registry for extension mothur.align.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3247 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:AccNos from the datatype registry for extension mothur.accnos.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3248 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:AccNos from the datatype registry for extension mothur.otulabels.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3249 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension mothur.otu.corr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3250 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:SecondaryStructureMap from the datatype registry for extension mothur.map.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3251 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:AlignCheck from the datatype registry for extension mothur.align.check.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3252 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:AlignReport from the datatype registry for extension mothur.align.report.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3253 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:LaneMask from the datatype registry for extension mothur.filter.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3254 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:DistanceMatrix from the datatype registry for extension mothur.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3255 [2024-02-23 14:31:36,170: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension mothur.tre.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3256 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:PairwiseDistanceMatrix from the datatype registry for extension mothur.pair.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3257 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:SquareDistanceMatrix from the datatype registry for extension mothur.square.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3258 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:LowerTriangleDistanceMatrix from the datatype registry for extension mothur.lower.dist.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3259 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:RefTaxonomy from the datatype registry for extension mothur.ref.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3260 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:RefTaxonomy from the datatype registry for extension mothur.seq.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3261 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:RefTaxonomy from the datatype registry for extension mothur.rdp.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3262 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:ConsensusTaxonomy from the datatype registry for extension mothur.cons.taxonomy.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3263 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:TaxonomySummary from the datatype registry for extension mothur.tax.summary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3264 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Frequency from the datatype registry for extension mothur.freq.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3265 [2024-02-23 14:31:36,171: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3266 [2024-02-23 14:31:36,172: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.filtered.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3267 [2024-02-23 14:31:36,172: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.masked.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3268 [2024-02-23 14:31:36,172: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Quantile from the datatype registry for extension mothur.filtered.masked.quan.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3269 [2024-02-23 14:31:36,172: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:Axes from the datatype registry for extension mothur.axes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3270 [2024-02-23 14:31:36,172: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:SffFlow from the datatype registry for extension mothur.sff.flow.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3271 [2024-02-23 14:31:36,172: DEBUG/main] Retrieved datatype module galaxy.datatypes.mothur:CountTable from the datatype registry for extension mothur.count_table.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3272 [2024-02-23 14:31:36,174: DEBUG/main] Retrieved datatype module galaxy.datatypes.neo4j:Neo4jDB from the datatype registry for extension neostore.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3273 [2024-02-23 14:31:36,174: DEBUG/main] Retrieved datatype module galaxy.datatypes.neo4j:Neo4jDBzip from the datatype registry for extension neostore.zip.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3274 [2024-02-23 14:31:36,175: DEBUG/main] Retrieved datatype module galaxy.datatypes.tracks:UCSCTrackHub from the datatype registry for extension trackhub.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3275 [2024-02-23 14:31:36,175: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastXml from the datatype registry for extension blastxml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3276 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastNucDb from the datatype registry for extension blastdbn.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3277 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastProtDb from the datatype registry for extension blastdbp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3278 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastDomainDb from the datatype registry for extension blastdbd.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3279 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:LastDb from the datatype registry for extension lastdb.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3280 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastNucDb5 from the datatype registry for extension blastdbn5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3281 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastProtDb5 from the datatype registry for extension blastdbp5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3282 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.blast:BlastDomainDb5 from the datatype registry for extension blastdbd5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3283 [2024-02-23 14:31:36,176: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:GenericAsn1 from the datatype registry for extension maskinfo-asn1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3284 [2024-02-23 14:31:36,177: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:GenericAsn1Binary from the datatype registry for extension maskinfo-asn1-binary.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3285 [2024-02-23 14:31:36,177: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:GenericAsn1 from the datatype registry for extension pssm-asn1.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3286 [2024-02-23 14:31:36,177: DEBUG/main] Retrieved datatype module galaxy.datatypes.plant_tribes:PlantTribesKsComponents from the datatype registry for extension ptkscmp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3287 [2024-02-23 14:31:36,177: DEBUG/main] Retrieved datatype module galaxy.datatypes.plant_tribes:Smat from the datatype registry for extension smat.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3288 [2024-02-23 14:31:36,177: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:GenotypeMatrix from the datatype registry for extension alohomora_gts.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3289 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension alohomora_map.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3290 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension alohomora_maf.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3291 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension alohomora_ped.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3292 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension linkage_pedin.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3293 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:DataIn from the datatype registry for extension linkage_datain.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3294 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:MarkerMap from the datatype registry for extension linkage_map.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3295 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension allegro_ihaplo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3296 [2024-02-23 14:31:36,178: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension allegro_descent.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3297 [2024-02-23 14:31:36,179: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:AllegroLOD from the datatype registry for extension allegro_fparam.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3298 [2024-02-23 14:31:36,179: DEBUG/main] Retrieved datatype module galaxy.datatypes.genetics:IdeasPre from the datatype registry for extension ideaspre.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3299 [2024-02-23 14:31:36,179: DEBUG/main] Retrieved datatype module galaxy.datatypes.xml:Sbml from the datatype registry for extension sbml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3300 [2024-02-23 14:31:36,179: DEBUG/main] Retrieved datatype module galaxy.datatypes.spaln:SpalnNuclDb from the datatype registry for extension spalndbnp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3301 [2024-02-23 14:31:36,179: DEBUG/main] Retrieved datatype module galaxy.datatypes.spaln:SpalnProtDb from the datatype registry for extension spalndba.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3302 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension dada2_dada.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3303 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension dada2_errorrates.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3304 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension dada2_mergepairs.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3305 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension dada2_sequencetable.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3306 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension dada2_uniques.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3307 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:RDS from the datatype registry for extension ampvis2.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3308 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension ckpt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3309 [2024-02-23 14:31:36,180: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension tgz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3310 [2024-02-23 14:31:36,192: DEBUG/main] Retrieved datatype module galaxy.datatypes.media:Wav from the datatype registry for extension wav.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3311 [2024-02-23 14:31:36,192: DEBUG/main] Retrieved datatype module galaxy.datatypes.media:Mp3 from the datatype registry for extension mp3.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3312 [2024-02-23 14:31:36,193: DEBUG/main] Retrieved datatype module galaxy.datatypes.media:Mkv from the datatype registry for extension mkv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3313 [2024-02-23 14:31:36,193: DEBUG/main] Retrieved datatype module galaxy.datatypes.media:Mp4 from the datatype registry for extension mp4.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3314 [2024-02-23 14:31:36,193: DEBUG/main] Retrieved datatype module galaxy.datatypes.media:Flv from the datatype registry for extension flv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3315 [2024-02-23 14:31:36,193: DEBUG/main] Retrieved datatype module galaxy.datatypes.media:Mpg from the datatype registry for extension mpg.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3316 [2024-02-23 14:31:36,195: DEBUG/main] Retrieved datatype module galaxy.datatypes.speech:TextGrid from the datatype registry for extension textgrid.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3317 [2024-02-23 14:31:36,195: DEBUG/main] Retrieved datatype module galaxy.datatypes.speech:BPF from the datatype registry for extension par.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3318 [2024-02-23 14:31:36,195: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension ffindex.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3319 [2024-02-23 14:31:36,196: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Data from the datatype registry for extension ffdata.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3320 [2024-02-23 14:31:36,196: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Pretext from the datatype registry for extension pretext.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3321 [2024-02-23 14:31:36,196: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Html from the datatype registry for extension immuneml_receptors.html.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3322 [2024-02-23 14:31:36,197: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:HexrdMaterials from the datatype registry for extension hexrd.materials.h5.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3323 [2024-02-23 14:31:36,197: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Npz from the datatype registry for extension npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3324 [2024-02-23 14:31:36,197: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:HexrdImagesNpz from the datatype registry for extension hexrd.images.npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3325 [2024-02-23 14:31:36,197: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:HexrdEtaOmeNpz from the datatype registry for extension hexrd.eta_ome.npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3326 [2024-02-23 14:31:36,198: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Npz from the datatype registry for extension hexrd.scored_orientations.npz.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3327 [2024-02-23 14:31:36,198: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:Tabular from the datatype registry for extension hexrd.accepted_orientations.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3328 [2024-02-23 14:31:36,198: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Yaml from the datatype registry for extension hexrd.yml.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3329 [2024-02-23 14:31:36,199: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperTess from the datatype registry for extension neper.tess.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3330 [2024-02-23 14:31:36,199: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperTesr from the datatype registry for extension neper.tesr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3331 [2024-02-23 14:31:36,199: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperPoints from the datatype registry for extension neper.points.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3332 [2024-02-23 14:31:36,199: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperPointsTabular from the datatype registry for extension neper.points.tsv.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3333 [2024-02-23 14:31:36,199: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:NeperMultiScaleCell from the datatype registry for extension neper.mscell.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3334 [2024-02-23 14:31:36,200: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:GmshMsh from the datatype registry for extension gmsh.msh.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3335 [2024-02-23 14:31:36,200: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:GmshGeo from the datatype registry for extension gmsh.geo.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3336 [2024-02-23 14:31:36,200: DEBUG/main] Retrieved datatype module galaxy.datatypes.constructive_solid_geometry:ZsetGeof from the datatype registry for extension zset.geof.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3337 [2024-02-23 14:31:36,200: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension stl.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3338 [2024-02-23 14:31:36,200: DEBUG/main] Overriding conflicting datatype with extension 'stl', using datatype from /scratch/rico/galaxy/lib/galaxy/config/sample/datatypes_conf.xml.sample.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3339 [2024-02-23 14:31:36,201: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Text from the datatype registry for extension pov.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3340 [2024-02-23 14:31:36,201: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:PithyaResult from the datatype registry for extension pithya.result.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3341 [2024-02-23 14:31:36,201: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:PithyaProperty from the datatype registry for extension pithya.property.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3342 [2024-02-23 14:31:36,201: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:PithyaModel from the datatype registry for extension pithya.model.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3343 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:BCSLts from the datatype registry for extension bcsl.ts.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3344 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:BCSLmodel from the datatype registry for extension bcsl.model.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3345 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:StormSample from the datatype registry for extension storm.sample.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3346 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:StormCheck from the datatype registry for extension storm.check.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3347 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:CTLresult from the datatype registry for extension ctl.result.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3348 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Castep from the datatype registry for extension castep.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3349 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:Param from the datatype registry for extension param.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3350 [2024-02-23 14:31:36,202: DEBUG/main] Retrieved datatype module galaxy.datatypes.text:FormattedDensity from the datatype registry for extension den_fmt.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3351 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.larch:AthenaProject from the datatype registry for extension prj.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3352 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.larch:FEFFInput from the datatype registry for extension inp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3353 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension sp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3354 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension gds.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3355 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.tabular:CSV from the datatype registry for extension feff.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3356 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension feffit.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3357 [2024-02-23 14:31:36,203: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:Binary from the datatype registry for extension bil.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3358 [2024-02-23 14:31:36,204: DEBUG/main] Retrieved datatype module galaxy.datatypes.data:Text from the datatype registry for extension hdr.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3359 [2024-02-23 14:31:36,204: DEBUG/main] Retrieved datatype module galaxy.datatypes.gis:Shapefile from the datatype registry for extension shp.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3360 [2024-02-23 14:31:36,204: DEBUG/main] Retrieved datatype module galaxy.datatypes.binary:FITS from the datatype registry for extension fits.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3361 [2024-02-23 14:31:36,205: DEBUG/main] Retrieved datatype module galaxy.datatypes.chain:Chain from the datatype registry for extension chain.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3362 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.plant_tribes:PlantTribesKsComponents'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3363 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.plant_tribes:Smat'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3364 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Sabund'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3365 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Otu'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3366 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:GroupAbund'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3367 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:SecondaryStructureMap'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3368 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:LowerTriangleDistanceMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3369 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:SquareDistanceMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3370 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:PairwiseDistanceMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3371 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Oligos'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3372 [2024-02-23 14:31:36,205: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Quantile'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3373 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Frequency'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3374 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:LaneMask'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3375 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:RefTaxonomy'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3376 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.mothur:Axes'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3377 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:PlyAscii'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3378 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:PlyBinary'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3379 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:VtkAscii'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3380 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:VtkBinary'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3381 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:NeperTess'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3382 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:NeperTesr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3383 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.constructive_solid_geometry:GmshMsh'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3384 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.goldenpath:GoldenPath'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3385 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:ScIdx'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3386 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Vcf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3387 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:JP2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3388 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:TwoBit'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3389 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:GeminiSQLite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3390 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:SQmass'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3391 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:MzSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3392 [2024-02-23 14:31:36,206: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OSW'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3393 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:PQP'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3394 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:IdpDB'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3395 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:ElibSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3396 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:DlibSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3397 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:BlibSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3398 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:ChiraSQLite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3399 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:CuffDiffSQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3400 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:GAFASQLite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3401 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:NcbiTaxonomySQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3402 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:SQlite'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3403 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:H5MLM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3404 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Cool'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3405 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:MCool'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3406 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Loom'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3407 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Anndata'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3408 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Biom2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3409 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:HexrdMaterials'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3410 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:H5'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3411 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Grib'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3412 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:HexrdImagesNpz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3413 [2024-02-23 14:31:36,207: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:HexrdEtaOmeNpz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3414 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Npz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3415 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Bam'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3416 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:BamQuerynameSorted'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3417 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:BamNative'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3418 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:CRAM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3419 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Sff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3420 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Sra'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3421 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:NetCDF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3422 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:DAA'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3423 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:RMA6'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3424 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:DMND'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3425 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Parquet'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3426 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:BafTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3427 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:TdfTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3428 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:MassHunterTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3429 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:MassLynxTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3430 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:YepTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3431 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:WiffTar'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3432 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Fast5ArchiveGz'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3433 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Fast5ArchiveBz2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3434 [2024-02-23 14:31:36,208: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Fast5Archive'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3435 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Meryldb'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3436 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Bref3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3437 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:PostgresqlArchive'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3438 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:ICM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3439 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Idat'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3440 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Trr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3441 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Dcd'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3442 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Xtc'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3443 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Cpt'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3444 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Edr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3445 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Vel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3446 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Xlsx'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3447 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.qiime2:QIIME2Metadata'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3448 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.qiime2:QIIME2Artifact'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3449 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.qiime2:QIIME2Visualization'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3450 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:CompressedZipArchive'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3451 [2024-02-23 14:31:36,209: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:Pretext'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3452 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.annotation:Augustus'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3453 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.xml:Owl'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3454 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.chain:Chain'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3455 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.triples:Rdf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3456 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.blast:BlastXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3457 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Gifti'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3458 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.xml:Phyloxml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3459 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.xml:Dzi'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3460 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.xml:Sbml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3461 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Dta2d'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3462 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Edta'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3463 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ConsensusXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3464 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:IdXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3465 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:FeatureXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3466 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MascotXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3467 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Mgf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3468 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Ms2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3469 [2024-02-23 14:31:36,210: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Msp'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3470 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzData'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3471 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzIdentML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3472 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3473 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzQuantML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3474 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzTab'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3475 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzTab2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3476 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ParamXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3477 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:MzXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3478 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:NmrML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3479 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Kroenik'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3480 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PepList'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3481 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PSMS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3482 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PepXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3483 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ProtXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3484 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:SPLib'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3485 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:TandemXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3486 [2024-02-23 14:31:36,211: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:ThermoRAW'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3487 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:TraML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3488 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:TrafoXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3489 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:UniProtXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3490 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:XquestXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3491 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:XquestSpecXML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3492 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:QCML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3493 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:Wiff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3494 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.proteomics:PEFF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3495 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:CML'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3496 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.xml:GenericXml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3497 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.triples:HDT'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3498 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.triples:Turtle'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3499 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.triples:NTriples'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3500 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.triples:Jsonld'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3501 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Maf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3502 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Lav'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3503 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:MemePsp'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3504 [2024-02-23 14:31:36,212: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Fastg'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3505 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:csFasta'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3506 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.qualityscore:QualityScoreSOLiD'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3507 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.qualityscore:QualityScore454'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3508 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:SDF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3509 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:PDB'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3510 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:Cell'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3511 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:CIF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3512 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:ExtendedXYZ'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3513 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:XYZ'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3514 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:MOL2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3515 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:InChI'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3516 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:FPS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3517 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:PQR'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3518 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.molecules:GRO'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3519 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.phylip:Phylip'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3520 [2024-02-23 14:31:36,213: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Fasta'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3521 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:FastqCSSanger'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3522 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:FastqSanger'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3523 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Fastq'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3524 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:Wiggle'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3525 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Html'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3526 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Pdf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3527 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Axt'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3528 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:Genbank'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3529 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:Bed'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3530 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:CustomTrack'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3531 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:Gtf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3532 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:Gff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3533 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:Gff3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3534 [2024-02-23 14:31:36,214: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Pileup'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3535 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Psl'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3536 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Paf'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3537 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.interval:Interval'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3538 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:Sam'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3539 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.data:Newick'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3540 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.data:Nexus'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3541 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:IQTree'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3542 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Obo'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3543 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Arff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3544 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Ipynb'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3545 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Biom1'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3546 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:ImgtJson'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3547 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:GeoJson'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3548 [2024-02-23 14:31:36,215: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:PithyaResult'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3549 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:BCSLts'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3550 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Json'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3551 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.genetics:GenotypeMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3552 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.genetics:DataIn'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3553 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.genetics:MarkerMap'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3554 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.genetics:AllegroLOD'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3555 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:RNADotPlotMatrix'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3556 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.sequence:DotBracket'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3557 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:CMAP'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3558 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:ConnectivityTable'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3559 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:CSV'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3560 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.metacyto:mSummary'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3561 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.metacyto:mStats'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3562 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:TSV'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3563 [2024-02-23 14:31:36,216: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.tabular:MatrixMarket'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3564 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.msa:Hmmer2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3565 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.msa:Hmmer3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3566 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.msa:Stockholm_1_0'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3567 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.msa:MauveXmfa'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3568 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.msa:InfernalCM'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3569 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.annotation:SnapHmm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3570 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.microarrays:Cel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3571 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.microarrays:Gpr'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3572 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.microarrays:Gal'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3573 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:RData'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3574 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:RDS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3575 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Mrc2014'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3576 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Jpg'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3577 [2024-02-23 14:31:36,217: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Png'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3578 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:OMETiff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3579 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Tiff'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3580 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Bmp'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3581 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Gif'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3582 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Im'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3583 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Pcd'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3584 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Pcx'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3585 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Ppm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3586 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Psd'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3587 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Xbm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3588 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Rgb'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3589 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Pbm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3590 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Pgm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3591 [2024-02-23 14:31:36,218: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Xpm'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3592 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Eps'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3593 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Rast'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3594 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Tck'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3595 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Trk'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3596 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Nifti1'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3597 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Nifti2'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3598 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.images:Star'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3599 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.media:Wav'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3600 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.media:Mkv'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3601 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.media:Mp3'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3602 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.media:Mp4'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3603 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.media:Flv'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3604 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.media:Mpg'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3605 [2024-02-23 14:31:36,219: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.speech:TextGrid'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3606 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.speech:BPF'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3607 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.larch:FEFFInput'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3608 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.larch:AthenaProject'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3609 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Castep'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3610 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:CTLresult'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3611 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:FormattedDensity'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3612 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Param'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3613 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:Yaml'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3614 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliCountGraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3615 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliNodeGraph'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3616 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliTagSet'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3617 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliStopTags'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3618 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliSubset'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3619 [2024-02-23 14:31:36,220: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:OxliGraphLabels'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3620 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.binary:FITS'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3621 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.neo4j:Neo4jDBzip'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3622 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:PithyaProperty'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3623 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:PithyaModel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3624 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:BCSLmodel'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3625 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:StormSample'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3626 [2024-02-23 14:31:36,221: DEBUG/main] Loaded sniffer for datatype 'galaxy.datatypes.text:StormCheck'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3627 [2024-02-23 14:31:36,228: DEBUG/main] Build site file [tool-data/shared/ucsc/ucsc_build_sites.txt] not found using sample [tool-data/shared/ucsc/ucsc_build_sites.txt.sample].
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3628 [2024-02-23 14:31:36,228: DEBUG/main] Loaded build site 'ucsc': tool-data/shared/ucsc/ucsc_build_sites.txt.sample with display sites: ['main', 'test', 'archaea', 'ucla']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3629 [2024-02-23 14:31:36,230: DEBUG/main] Loaded build site 'gbrowse': tool-data/shared/gbrowse/gbrowse_build_sites.txt with display sites: ['modencode', 'sgd_yeast', 'tair', 'wormbase', 'wormbase_ws120', 'wormbase_ws140', 'wormbase_ws170', 'wormbase_ws180', 'wormbase_ws190', 'wormbase_ws200', 'wormbase_ws204', 'wormbase_ws210', 'wormbase_ws220', 'wormbase_ws225']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3630 [2024-02-23 14:31:36,230: DEBUG/main] Loaded build site 'ensembl': tool-data/shared/ensembl/ensembl_sites.txt
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3631 [2024-02-23 14:31:36,231: DEBUG/main] Loaded build site 'ensembl_data_url': tool-data/shared/ensembl/ensembl_sites_data_URL.txt
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3632 [2024-02-23 14:31:36,231: DEBUG/main] Build site file [tool-data/shared/igv/igv_build_sites.txt] not found using sample [tool-data/shared/igv/igv_build_sites.txt.sample].
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3633 [2024-02-23 14:31:36,231: DEBUG/main] Loaded build site 'igv': tool-data/shared/igv/igv_build_sites.txt.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3634 [2024-02-23 14:31:36,231: DEBUG/main] Build site file [tool-data/shared/rviewer/rviewer_build_sites.txt] not found using sample [tool-data/shared/rviewer/rviewer_build_sites.txt.sample].
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3635 [2024-02-23 14:31:36,231: DEBUG/main] Loaded build site 'rviewer': tool-data/shared/rviewer/rviewer_build_sites.txt.sample
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3636 [2024-02-23 14:31:36,235: DEBUG/main] Loading references to tool sheds from /tmp/tmpqrlh6ih1/tool_sheds_conf.xml
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3637 [2024-02-23 14:31:36,235: DEBUG/main] Loaded reference to tool shed: Target Shed
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3638 [2024-02-23 14:31:36,236: INFO/main] Successfully executed Celery task clean_object_store_caches to prune object store cache directories clean_object_store_caches to prune object store cache directories (0.416 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3639 [2024-02-23 14:31:36,258: INFO/main] Task galaxy.clean_object_store_caches[0cd32a96-9d0e-4f4d-9772-212740dc8b8c] succeeded in 1.1198743890272453s: None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3640
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3641 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3642 uvicorn.access INFO 2024-02-23 14:31:39,245 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59058 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3643 uvicorn.access INFO 2024-02-23 14:31:39,246 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59042 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3644 uvicorn.access INFO 2024-02-23 14:31:41,884 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59064 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3645 uvicorn.access INFO 2024-02-23 14:31:44,914 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59080 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3646 uvicorn.access INFO 2024-02-23 14:31:47,947 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58360 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3647 uvicorn.access INFO 2024-02-23 14:31:49,232 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58360 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3648 uvicorn.access INFO 2024-02-23 14:31:50,978 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58360 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3649 uvicorn.access INFO 2024-02-23 14:31:54,007 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58364 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3650 uvicorn.access INFO 2024-02-23 14:31:57,035 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33278 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3651 uvicorn.access INFO 2024-02-23 14:31:59,235 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33288 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3652 uvicorn.access INFO 2024-02-23 14:32:00,061 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33288 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3653 uvicorn.access INFO 2024-02-23 14:32:03,091 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33290 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3654 uvicorn.access INFO 2024-02-23 14:32:06,121 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51182 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3655 uvicorn.access INFO 2024-02-23 14:32:09,178 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51190 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3656 uvicorn.access INFO 2024-02-23 14:32:09,235 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51190 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3657 uvicorn.access INFO 2024-02-23 14:32:12,215 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51200 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3658 uvicorn.access INFO 2024-02-23 14:32:15,244 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51208 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3659 uvicorn.access INFO 2024-02-23 14:32:18,272 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49292 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3660 uvicorn.access INFO 2024-02-23 14:32:19,237 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49292 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3661 uvicorn.access INFO 2024-02-23 14:32:21,303 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49304 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3662 uvicorn.access INFO 2024-02-23 14:32:24,334 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49306 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3663 uvicorn.access INFO 2024-02-23 14:32:27,364 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52516 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3664 uvicorn.access INFO 2024-02-23 14:32:29,237 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52516 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3665 uvicorn.access INFO 2024-02-23 14:32:30,394 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52516 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3666 uvicorn.access INFO 2024-02-23 14:32:34,227 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52530 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3667 uvicorn.access INFO 2024-02-23 14:32:40,226 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55960 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3668 uvicorn.access INFO 2024-02-23 14:32:50,229 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47220 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3669 uvicorn.access INFO 2024-02-23 14:33:01,227 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38834 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3670 uvicorn.access INFO 2024-02-23 14:33:11,237 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54950 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3671 uvicorn.access INFO 2024-02-23 14:33:22,228 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51772 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3672 uvicorn.access INFO 2024-02-23 14:33:35,225 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:39714 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3673 uvicorn.access INFO 2024-02-23 14:34:03,233 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:32804 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3674 uvicorn.access INFO 2024-02-23 14:34:36,223 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43248 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3675 uvicorn.access INFO 2024-02-23 14:35:03,231 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49414 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3676 uvicorn.access INFO 2024-02-23 14:35:37,224 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54092 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3677 uvicorn.access INFO 2024-02-23 14:35:47,545 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33818 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3678 uvicorn.access INFO 2024-02-23 14:35:47,547 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33804 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3679 uvicorn.access INFO 2024-02-23 14:35:50,579 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33828 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3680 uvicorn.access INFO 2024-02-23 14:35:53,609 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33832 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3681 uvicorn.access INFO 2024-02-23 14:35:56,638 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48808 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3682 uvicorn.access INFO 2024-02-23 14:35:57,528 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48808 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3683 uvicorn.access INFO 2024-02-23 14:35:59,667 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48810 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3684 uvicorn.access INFO 2024-02-23 14:36:02,692 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48822 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3685 uvicorn.access INFO 2024-02-23 14:36:05,722 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40204 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3686 uvicorn.access INFO 2024-02-23 14:36:07,532 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40204 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3687 uvicorn.access INFO 2024-02-23 14:36:08,754 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40204 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3688 uvicorn.access INFO 2024-02-23 14:36:11,784 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40210 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3689 uvicorn.access INFO 2024-02-23 14:36:14,812 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40220 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3690 uvicorn.access INFO 2024-02-23 14:36:17,532 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46790 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3691 uvicorn.access INFO 2024-02-23 14:36:17,840 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46790 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3692 uvicorn.access INFO 2024-02-23 14:36:20,868 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46792 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3693 uvicorn.access INFO 2024-02-23 14:36:23,898 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46796 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3694 uvicorn.access INFO 2024-02-23 14:36:26,927 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44190 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3695 uvicorn.access INFO 2024-02-23 14:36:27,535 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44190 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3696 uvicorn.access INFO 2024-02-23 14:36:29,958 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44196 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3697 uvicorn.access INFO 2024-02-23 14:36:32,986 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44202 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3698
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3699 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3700 [2024-02-23 14:36:34,242: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3701 [2024-02-23 14:36:34,243: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3702
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3703 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3704 uvicorn.access INFO 2024-02-23 14:36:36,013 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47172 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3705 uvicorn.access INFO 2024-02-23 14:36:37,534 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47172 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3706 uvicorn.access INFO 2024-02-23 14:36:39,042 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47172 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3707 uvicorn.access INFO 2024-02-23 14:36:42,077 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47182 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3708 uvicorn.access INFO 2024-02-23 14:36:45,106 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47188 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3709 uvicorn.access INFO 2024-02-23 14:36:47,538 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51220 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3710 uvicorn.access INFO 2024-02-23 14:36:48,135 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51220 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3711 uvicorn.access INFO 2024-02-23 14:36:51,166 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51236 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3712 uvicorn.access INFO 2024-02-23 14:36:54,194 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51252 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3713 uvicorn.access INFO 2024-02-23 14:36:57,223 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59054 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3714 uvicorn.access INFO 2024-02-23 14:36:57,539 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59054 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3715 uvicorn.access INFO 2024-02-23 14:37:00,252 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59056 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3716 uvicorn.access INFO 2024-02-23 14:37:03,283 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59058 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3717 uvicorn.access INFO 2024-02-23 14:37:06,312 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40442 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3718 uvicorn.access INFO 2024-02-23 14:37:07,540 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40442 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3719 uvicorn.access INFO 2024-02-23 14:37:09,340 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40442 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3720 uvicorn.access INFO 2024-02-23 14:37:12,369 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40452 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3721 uvicorn.access INFO 2024-02-23 14:37:15,399 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40466 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3722 uvicorn.access INFO 2024-02-23 14:37:17,540 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33438 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3723 uvicorn.access INFO 2024-02-23 14:37:18,427 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33438 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3724 uvicorn.access INFO 2024-02-23 14:37:21,460 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33454 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3725 uvicorn.access INFO 2024-02-23 14:37:24,489 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33460 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3726 uvicorn.access INFO 2024-02-23 14:37:27,518 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35406 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3727 uvicorn.access INFO 2024-02-23 14:37:27,540 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35420 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3728 uvicorn.access INFO 2024-02-23 14:37:30,550 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35436 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3729 uvicorn.access INFO 2024-02-23 14:37:33,583 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35442 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3730 uvicorn.access INFO 2024-02-23 14:37:36,611 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48378 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3731 uvicorn.access INFO 2024-02-23 14:37:37,543 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48378 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3732 uvicorn.access INFO 2024-02-23 14:37:39,651 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48384 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3733 uvicorn.access INFO 2024-02-23 14:37:42,682 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48392 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3734 uvicorn.access INFO 2024-02-23 14:37:45,764 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42318 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3735 uvicorn.access INFO 2024-02-23 14:37:47,545 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42318 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3736 uvicorn.access INFO 2024-02-23 14:37:48,830 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42318 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3737 uvicorn.access INFO 2024-02-23 14:37:51,858 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42334 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3738 uvicorn.access INFO 2024-02-23 14:37:54,890 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42350 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3739 uvicorn.access INFO 2024-02-23 14:37:57,545 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58970 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3740 uvicorn.access INFO 2024-02-23 14:37:57,918 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58970 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3741 uvicorn.access INFO 2024-02-23 14:38:01,223 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58972 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3742 uvicorn.access INFO 2024-02-23 14:38:05,315 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58982 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3743 uvicorn.access INFO 2024-02-23 14:38:07,464 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38296 - "GET /api/tools/ncbi_fcs_adaptor/build?version=latest&tool_version=latest HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3744 uvicorn.access INFO 2024-02-23 14:38:07,569 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38296 - "POST /api/tools/ncbi_fcs_adaptor/build HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3745 uvicorn.access INFO 2024-02-23 14:38:07,598 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38312 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3746 uvicorn.access INFO 2024-02-23 14:38:08,342 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38312 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3747 uvicorn.access INFO 2024-02-23 14:38:11,372 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38318 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3748 uvicorn.access INFO 2024-02-23 14:38:14,401 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38326 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3749 uvicorn.access INFO 2024-02-23 14:38:17,430 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40108 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3750 uvicorn.access INFO 2024-02-23 14:38:17,588 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40108 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3751 galaxy.tools INFO 2024-02-23 14:38:19,507 [pN:main.1,p:78709,tN:WSGI_7] Validated and populated state for tool request (4.275 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3752 galaxy.tools.actions INFO 2024-02-23 14:38:19,523 [pN:main.1,p:78709,tN:WSGI_7] Handled output named output1 for tool CONVERTER_gz_to_uncompressed (1.515 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3753 galaxy.tools.actions INFO 2024-02-23 14:38:19,523 [pN:main.1,p:78709,tN:WSGI_7] Added output datasets to history (0.330 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3754 galaxy.tools.actions INFO 2024-02-23 14:38:19,525 [pN:main.1,p:78709,tN:WSGI_7] Setup for job Job[unflushed,tool_id=CONVERTER_gz_to_uncompressed] complete, ready to be enqueued (1.727 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3755 galaxy.tools.actions INFO 2024-02-23 14:38:19,553 [pN:main.1,p:78709,tN:WSGI_7] Flushed transaction for job Job[id=2,tool_id=CONVERTER_gz_to_uncompressed] (27.383 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3756 galaxy.web_stack.handlers INFO 2024-02-23 14:38:19,562 [pN:main.1,p:78709,tN:WSGI_7] Flushed transaction for Job[id=2,tool_id=CONVERTER_gz_to_uncompressed] (8.918 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3757 galaxy.web_stack.handlers INFO 2024-02-23 14:38:19,562 [pN:main.1,p:78709,tN:WSGI_7] (Job[id=2,tool_id=CONVERTER_gz_to_uncompressed]) Handler '_default_' assigned using 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED' assignment method
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3758 galaxy.tools.actions INFO 2024-02-23 14:38:19,600 [pN:main.1,p:78709,tN:WSGI_7] Handled output named adaptor_report for tool ncbi_fcs_adaptor (4.755 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3759 galaxy.tools.actions INFO 2024-02-23 14:38:19,603 [pN:main.1,p:78709,tN:WSGI_7] Handled output named clean_fasta for tool ncbi_fcs_adaptor (2.600 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3760 galaxy.tools.actions INFO 2024-02-23 14:38:19,611 [pN:main.1,p:78709,tN:WSGI_7] Added output datasets to history (7.890 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3761 galaxy.tools.actions INFO 2024-02-23 14:38:19,612 [pN:main.1,p:78709,tN:WSGI_7] Setup for job Job[unflushed,tool_id=ncbi_fcs_adaptor] complete, ready to be enqueued (1.323 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3762 galaxy.tools.execute DEBUG 2024-02-23 14:38:19,613 [pN:main.1,p:78709,tN:WSGI_7] Tool ncbi_fcs_adaptor created job None (102.802 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3763 galaxy.web_stack.handlers INFO 2024-02-23 14:38:19,632 [pN:main.1,p:78709,tN:WSGI_7] (Job[id=3,tool_id=ncbi_fcs_adaptor]) Handler '_default_' assigned using 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED' assignment method
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3764 galaxy.tools.execute DEBUG 2024-02-23 14:38:19,636 [pN:main.1,p:78709,tN:WSGI_7] Created 1 job(s) for tool ncbi_fcs_adaptor request (128.259 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3765 uvicorn.access INFO 2024-02-23 14:38:19,648 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40108 - "POST /api/tools HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3766 uvicorn.access INFO 2024-02-23 14:38:19,678 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40108 - "GET /history/current_history_json?since=2024-02-23T19:31:05.000216 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3767 uvicorn.access INFO 2024-02-23 14:38:19,732 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40108 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:31:05.566Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3768 galaxy.jobs.mapper DEBUG 2024-02-23 14:38:19,766 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (2) Mapped job to destination id: docker_local
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3769 galaxy.jobs.handler DEBUG 2024-02-23 14:38:19,773 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (2) Dispatching to local runner
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3770 galaxy.jobs DEBUG 2024-02-23 14:38:19,800 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (2) Persisting job destination (destination id: docker_local)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3771 uvicorn.access INFO 2024-02-23 14:38:19,828 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40108 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3772 uvicorn.access INFO 2024-02-23 14:38:19,856 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40112 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3773 galaxy.jobs DEBUG 2024-02-23 14:38:19,858 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (2) Working directory for job is: /tmp/tmpqrlh6ih1/job_working_directory/000/2
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3774 galaxy.jobs.runners DEBUG 2024-02-23 14:38:19,870 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] Job [2] queued (96.880 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3775 galaxy.jobs.handler INFO 2024-02-23 14:38:19,884 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (2) Job dispatched
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3776 galaxy.jobs DEBUG 2024-02-23 14:38:19,938 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Job wrapper for Job [2] prepared (47.790 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3777 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [ExplicitContainerResolver[]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3778 galaxy.tool_util.deps.container_resolvers.mulled DEBUG 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Image name for tool CONVERTER_gz_to_uncompressed: no targets
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3779 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [CachedMulledDockerContainerResolver[namespace=biocontainers]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3780 galaxy.tool_util.deps.container_resolvers.mulled DEBUG 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Image name for tool CONVERTER_gz_to_uncompressed: no targets
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3781 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [CachedMulledDockerContainerResolver[namespace=local]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3782 galaxy.tool_util.deps.container_resolvers.mulled DEBUG 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Image name for tool CONVERTER_gz_to_uncompressed: no targets
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3783 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [MulledDockerContainerResolver[namespace=biocontainers]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3784 galaxy.tool_util.deps.container_resolvers.mulled DEBUG 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Image name for tool CONVERTER_gz_to_uncompressed: no targets
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3785 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:19,939 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Checking with container resolver [BuildDockerContainerResolver[namespace=local]] found description [None]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3786 galaxy.jobs.command_factory INFO 2024-02-23 14:38:19,971 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] Built script [/tmp/tmpqrlh6ih1/job_working_directory/000/2/tool_script.sh] for tool command [cp '/tmp/tmpqrlh6ih1/job_working_directory/000/2/configs/tmputamy64b' 'galaxy.json' && gzip -dcf '/tmp/tmpqrlh6ih1/files/b/2/5/dataset_b25039b4-189c-4c5a-9380-009d996fbf23.dat' > '/tmp/tmpqrlh6ih1/job_working_directory/000/2/outputs/dataset_9eacd1c3-39c4-4284-879f-5d377c761f3e.dat']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3787 galaxy.jobs.runners DEBUG 2024-02-23 14:38:20,010 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] (2) command is: mkdir -p working outputs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3788 if [ -d _working ]; then
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3789 rm -rf working/ outputs/ configs/; cp -R _working working; cp -R _outputs outputs; cp -R _configs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3790 else
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3791 cp -R working _working; cp -R outputs _outputs; cp -R configs _configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3792 fi
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3793 cd working; /bin/bash /tmp/tmpqrlh6ih1/job_working_directory/000/2/tool_script.sh > '../outputs/tool_stdout' 2> '../outputs/tool_stderr'; return_code=$?; echo $return_code > /tmp/tmpqrlh6ih1/job_working_directory/000/2/galaxy_2.ec; cd '/tmp/tmpqrlh6ih1/job_working_directory/000/2';
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3794 [ "$GALAXY_VIRTUAL_ENV" = "None" ] && GALAXY_VIRTUAL_ENV="$_GALAXY_VIRTUAL_ENV"; _galaxy_setup_environment True; python metadata/set.py; sh -c "exit $return_code"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3795 galaxy.jobs.runners.local DEBUG 2024-02-23 14:38:20,036 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] (2) executing job script: /tmp/tmpqrlh6ih1/job_working_directory/000/2/galaxy_2.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3796 uvicorn.access INFO 2024-02-23 14:38:22,837 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40116 - "GET /history/current_history_json?since=2024-02-23T19:38:19.000622 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3797 uvicorn.access INFO 2024-02-23 14:38:22,871 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40116 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:38:19.686Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3798 uvicorn.access INFO 2024-02-23 14:38:22,921 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40116 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3799 uvicorn.access INFO 2024-02-23 14:38:22,946 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40118 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3800 galaxy.jobs.runners.util.process_groups DEBUG 2024-02-23 14:38:23,760 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] check_pg(): No process found in process group 79031
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3801 galaxy.jobs.runners.local DEBUG 2024-02-23 14:38:23,761 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] execution finished: /tmp/tmpqrlh6ih1/job_working_directory/000/2/galaxy_2.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3802 galaxy.jobs DEBUG 2024-02-23 14:38:23,783 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/2/outputs/dataset_9eacd1c3-39c4-4284-879f-5d377c761f3e.dat to /tmp/tmpqrlh6ih1/files/9/e/a/dataset_9eacd1c3-39c4-4284-879f-5d377c761f3e.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3803 galaxy.tool_util.provided_metadata DEBUG 2024-02-23 14:38:23,790 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] unnamed outputs [{'output1': {'name': 'fcsadaptor_prok_test.fa uncompressed', 'ext': 'fasta'}}]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3804 galaxy.model.metadata DEBUG 2024-02-23 14:38:23,795 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] loading metadata from file for: HistoryDatasetAssociation 2
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3805 galaxy.jobs DEBUG 2024-02-23 14:38:23,823 [pN:main.1,p:78709,tN:LocalRunner.work_thread-3] job_wrapper.finish for job 2 executed (45.391 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3806 galaxy.jobs.mapper DEBUG 2024-02-23 14:38:23,983 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (3) Mapped job to destination id: docker_local
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3807 galaxy.jobs.handler DEBUG 2024-02-23 14:38:23,986 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (3) Dispatching to local runner
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3808 galaxy.jobs DEBUG 2024-02-23 14:38:23,991 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (3) Persisting job destination (destination id: docker_local)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3809 galaxy.jobs DEBUG 2024-02-23 14:38:23,996 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (3) Working directory for job is: /tmp/tmpqrlh6ih1/job_working_directory/000/3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3810 galaxy.jobs.runners DEBUG 2024-02-23 14:38:24,002 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] Job [3] queued (15.947 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3811 galaxy.jobs.handler INFO 2024-02-23 14:38:24,010 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (3) Job dispatched
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3812 galaxy.security.object_wrapper WARNING 2024-02-23 14:38:24,049 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] Unable to create dynamic subclass SafeStringWrapper__galaxy.model.none_like.None__NoneType__NotImplementedType__Number__SafeStringWrapper__ToolParameterValueWrapper__bool__bytearray__ellipsis for <class 'galaxy.model.none_like.NoneDataset'>, None: type() doesn't support MRO entry resolution; use types.new_class()
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3813 galaxy.jobs DEBUG 2024-02-23 14:38:24,062 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] Job wrapper for Job [3] prepared (43.024 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3814 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:24,062 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] Checking with container resolver [ExplicitContainerResolver[]] found description [ContainerDescription[identifier=ncbi/fcs-adaptor:0.5.0,type=docker]]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3815 galaxy.jobs.command_factory INFO 2024-02-23 14:38:24,104 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] Built script [/tmp/tmpqrlh6ih1/job_working_directory/000/3/tool_script.sh] for tool command [/app/fcs/bin/av_screen_x -o "$(pwd)" '--prok' '/tmp/tmpqrlh6ih1/files/9/e/a/dataset_9eacd1c3-39c4-4284-879f-5d377c761f3e.dat']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3816 galaxy.jobs.runners DEBUG 2024-02-23 14:38:24,149 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] (3) command is: mkdir -p working outputs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3817 if [ -d _working ]; then
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3818 rm -rf working/ outputs/ configs/; cp -R _working working; cp -R _outputs outputs; cp -R _configs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3819 else
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3820 cp -R working _working; cp -R outputs _outputs; cp -R configs _configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3821 fi
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3822 cd working;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3823 _on_exit() {
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3824 docker kill ddbfcc5b6a8b487cbddefc4091d43dcb &> /dev/null
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3825 }
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3826 trap _on_exit EXIT
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3827 docker inspect ncbi/fcs-adaptor:0.5.0 > /dev/null 2>&1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3828 [ $? -ne 0 ] && docker pull ncbi/fcs-adaptor:0.5.0 > /dev/null 2>&1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3829
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3830 docker run -e "GALAXY_SLOTS=$GALAXY_SLOTS" -e "GALAXY_MEMORY_MB=$GALAXY_MEMORY_MB" -e "GALAXY_MEMORY_MB_PER_SLOT=$GALAXY_MEMORY_MB_PER_SLOT" -e "HOME=$HOME" -e "_GALAXY_JOB_HOME_DIR=$_GALAXY_JOB_HOME_DIR" -e "_GALAXY_JOB_TMP_DIR=$_GALAXY_JOB_TMP_DIR" -e "TMPDIR=$TMPDIR" -e "TMP=$TMP" -e "TEMP=$TEMP" --name ddbfcc5b6a8b487cbddefc4091d43dcb -v "$_GALAXY_JOB_TMP_DIR:$_GALAXY_JOB_TMP_DIR:rw" -v "$TMPDIR:$TMPDIR:rw" -v "$TMP:$TMP:rw" -v "$TEMP:$TEMP:rw" -v /scratch/rico/galaxy:/scratch/rico/galaxy:ro -v /scratch/rico/galaxytools/tools/ncbi_fcs_adaptor:/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor:ro -v /tmp/tmpqrlh6ih1/job_working_directory/000/3:/tmp/tmpqrlh6ih1/job_working_directory/000/3:ro -v /tmp/tmpqrlh6ih1/job_working_directory/000/3/outputs:/tmp/tmpqrlh6ih1/job_working_directory/000/3/outputs:rw -v "$_GALAXY_JOB_HOME_DIR:$_GALAXY_JOB_HOME_DIR:rw" -v /tmp/tmpqrlh6ih1/job_working_directory/000/3/working:/tmp/tmpqrlh6ih1/job_working_directory/000/3/working:rw -v /tmp/tmpqrlh6ih1/files:/tmp/tmpqrlh6ih1/files:ro -v /scratch/rico/galaxy/tool-data:/scratch/rico/galaxy/tool-data:ro --cpus ${GALAXY_SLOTS:-1} -w /tmp/tmpqrlh6ih1/job_working_directory/000/3/working --rm --user 1028:1028 ncbi/fcs-adaptor:0.5.0 /bin/sh /tmp/tmpqrlh6ih1/job_working_directory/000/3/tool_script.sh > '../outputs/tool_stdout' 2> '../outputs/tool_stderr'; return_code=$?; echo $return_code > /tmp/tmpqrlh6ih1/job_working_directory/000/3/galaxy_3.ec;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3831 if [ -f "/tmp/tmpqrlh6ih1/job_working_directory/000/3/working/fcs_adaptor_report.txt" ] ; then cp "/tmp/tmpqrlh6ih1/job_working_directory/000/3/working/fcs_adaptor_report.txt" "/tmp/tmpqrlh6ih1/job_working_directory/000/3/outputs/dataset_baab9cb3-daf7-4634-b244-35ef4dfc423e.dat" ; fi;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3832 if [ -f "/tmp/tmpqrlh6ih1/job_working_directory/000/3/working/cleaned_sequences/"*".dat" ] ; then cp "/tmp/tmpqrlh6ih1/job_working_directory/000/3/working/cleaned_sequences/"*".dat" "/tmp/tmpqrlh6ih1/job_working_directory/000/3/outputs/dataset_6151fe42-edab-4c01-b97a-3428cd1f28b4.dat" ; fi; cd '/tmp/tmpqrlh6ih1/job_working_directory/000/3';
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3833 [ "$GALAXY_VIRTUAL_ENV" = "None" ] && GALAXY_VIRTUAL_ENV="$_GALAXY_VIRTUAL_ENV"; _galaxy_setup_environment True; python metadata/set.py; sh -c "exit $return_code"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3834 galaxy.jobs.runners.local DEBUG 2024-02-23 14:38:24,173 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] (3) executing job script: /tmp/tmpqrlh6ih1/job_working_directory/000/3/galaxy_3.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3835 uvicorn.access INFO 2024-02-23 14:38:25,943 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33910 - "GET /history/current_history_json?since=2024-02-23T19:38:20.000081 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3836 uvicorn.access INFO 2024-02-23 14:38:26,002 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33910 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:38:22.844Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3837 uvicorn.access INFO 2024-02-23 14:38:26,102 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33910 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3838 uvicorn.access INFO 2024-02-23 14:38:26,133 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33920 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3839 uvicorn.access INFO 2024-02-23 14:38:27,588 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33920 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3840 uvicorn.access INFO 2024-02-23 14:38:29,108 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33922 - "GET /history/current_history_json?since=2024-02-23T19:38:24.000221 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3841 uvicorn.access INFO 2024-02-23 14:38:29,128 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33920 - "GET /api/datasets/b35bb5a57277f2b7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3842 uvicorn.access INFO 2024-02-23 14:38:30,842 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33920 - "GET /api/jobs/b35bb5a57277f2b7/build_for_rerun HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3843 uvicorn.access INFO 2024-02-23 14:38:30,927 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33920 - "POST /api/tools/ncbi_fcs_adaptor/build HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3844 uvicorn.access INFO 2024-02-23 14:38:32,135 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33920 - "GET /history/current_history_json?since=2024-02-23T19:38:24.000221 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3845 galaxy.tools INFO 2024-02-23 14:38:34,946 [pN:main.1,p:78709,tN:WSGI_8] Validated and populated state for tool request (4.404 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3846 galaxy.tools.actions INFO 2024-02-23 14:38:34,953 [pN:main.1,p:78709,tN:WSGI_8] Handled output named adaptor_report for tool ncbi_fcs_adaptor (0.981 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3847 galaxy.tools.actions INFO 2024-02-23 14:38:34,953 [pN:main.1,p:78709,tN:WSGI_8] Handled output named clean_fasta for tool ncbi_fcs_adaptor (0.660 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3848 galaxy.tools.actions DEBUG 2024-02-23 14:38:34,953 [pN:main.1,p:78709,tN:WSGI_8] Tool ncbi_fcs_adaptor output adaptor_log: dataset output filter (advanced['optional_log'] is not None and 'adaptor_log' in advanced['optional_log'].split(',')) failed: 'list' object has no attribute 'split'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3849 galaxy.tools.actions INFO 2024-02-23 14:38:34,956 [pN:main.1,p:78709,tN:WSGI_8] Handled output named adaptor_log for tool ncbi_fcs_adaptor (2.348 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3850 galaxy.tools.actions DEBUG 2024-02-23 14:38:34,956 [pN:main.1,p:78709,tN:WSGI_8] Tool ncbi_fcs_adaptor output validate_fasta_log: dataset output filter (advanced['optional_log'] is not None and 'validate_fasta_log' in advanced['optional_log'].split(',')) failed: 'list' object has no attribute 'split'
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3851 galaxy.tools.actions INFO 2024-02-23 14:38:34,958 [pN:main.1,p:78709,tN:WSGI_8] Handled output named validate_fasta_log for tool ncbi_fcs_adaptor (2.229 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3852 galaxy.tools.actions INFO 2024-02-23 14:38:34,966 [pN:main.1,p:78709,tN:WSGI_8] Added output datasets to history (7.143 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3853 galaxy.tools.actions INFO 2024-02-23 14:38:34,968 [pN:main.1,p:78709,tN:WSGI_8] Setup for job Job[unflushed,tool_id=ncbi_fcs_adaptor] complete, ready to be enqueued (1.981 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3854 galaxy.tools.execute DEBUG 2024-02-23 14:38:34,968 [pN:main.1,p:78709,tN:WSGI_8] Tool ncbi_fcs_adaptor created job None (19.954 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3855 galaxy.web_stack.handlers INFO 2024-02-23 14:38:34,988 [pN:main.1,p:78709,tN:WSGI_8] (Job[id=4,tool_id=ncbi_fcs_adaptor]) Handler '_default_' assigned using 'HANDLER_ASSIGNMENT_METHODS.DB_SKIP_LOCKED' assignment method
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3856 galaxy.tools.execute DEBUG 2024-02-23 14:38:34,991 [pN:main.1,p:78709,tN:WSGI_8] Created 1 job(s) for tool ncbi_fcs_adaptor request (45.036 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3857 uvicorn.access INFO 2024-02-23 14:38:35,007 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33928 - "POST /api/tools HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3858 uvicorn.access INFO 2024-02-23 14:38:35,036 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33928 - "GET /history/current_history_json?since=2024-02-23T19:38:24.000221 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3859 uvicorn.access INFO 2024-02-23 14:38:35,092 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33928 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:38:25.956Z&details=b35bb5a57277f2b7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3860 uvicorn.access INFO 2024-02-23 14:38:35,135 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33928 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3861 uvicorn.access INFO 2024-02-23 14:38:35,156 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33940 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3862 galaxy.jobs.mapper DEBUG 2024-02-23 14:38:35,297 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (4) Mapped job to destination id: docker_local
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3863 galaxy.jobs.handler DEBUG 2024-02-23 14:38:35,300 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (4) Dispatching to local runner
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3864 galaxy.jobs DEBUG 2024-02-23 14:38:35,305 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (4) Persisting job destination (destination id: docker_local)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3865 galaxy.jobs DEBUG 2024-02-23 14:38:35,310 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (4) Working directory for job is: /tmp/tmpqrlh6ih1/job_working_directory/000/4
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3866 galaxy.jobs.runners DEBUG 2024-02-23 14:38:35,316 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] Job [4] queued (15.787 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3867 galaxy.jobs.handler INFO 2024-02-23 14:38:35,323 [pN:main.1,p:78709,tN:JobHandlerQueue.monitor_thread] (4) Job dispatched
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3868 galaxy.jobs DEBUG 2024-02-23 14:38:35,369 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] Job wrapper for Job [4] prepared (36.045 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3869 galaxy.tool_util.deps.containers INFO 2024-02-23 14:38:35,369 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] Checking with container resolver [ExplicitContainerResolver[]] found description [ContainerDescription[identifier=ncbi/fcs-adaptor:0.5.0,type=docker]]
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3870 galaxy.jobs.command_factory INFO 2024-02-23 14:38:35,400 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] Built script [/tmp/tmpqrlh6ih1/job_working_directory/000/4/tool_script.sh] for tool command [/app/fcs/bin/av_screen_x -o "$(pwd)" '--prok' '/tmp/tmpqrlh6ih1/files/9/e/a/dataset_9eacd1c3-39c4-4284-879f-5d377c761f3e.dat']
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3871 galaxy.jobs.runners DEBUG 2024-02-23 14:38:35,453 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] (4) command is: mkdir -p working outputs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3872 if [ -d _working ]; then
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3873 rm -rf working/ outputs/ configs/; cp -R _working working; cp -R _outputs outputs; cp -R _configs configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3874 else
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3875 cp -R working _working; cp -R outputs _outputs; cp -R configs _configs
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3876 fi
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3877 cd working;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3878 _on_exit() {
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3879 docker kill 0ed49ce4b7a6495fb6c27a5f2b8c6565 &> /dev/null
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3880 }
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3881 trap _on_exit EXIT
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3882 docker inspect ncbi/fcs-adaptor:0.5.0 > /dev/null 2>&1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3883 [ $? -ne 0 ] && docker pull ncbi/fcs-adaptor:0.5.0 > /dev/null 2>&1
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3884
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3885 docker run -e "GALAXY_SLOTS=$GALAXY_SLOTS" -e "GALAXY_MEMORY_MB=$GALAXY_MEMORY_MB" -e "GALAXY_MEMORY_MB_PER_SLOT=$GALAXY_MEMORY_MB_PER_SLOT" -e "HOME=$HOME" -e "_GALAXY_JOB_HOME_DIR=$_GALAXY_JOB_HOME_DIR" -e "_GALAXY_JOB_TMP_DIR=$_GALAXY_JOB_TMP_DIR" -e "TMPDIR=$TMPDIR" -e "TMP=$TMP" -e "TEMP=$TEMP" --name 0ed49ce4b7a6495fb6c27a5f2b8c6565 -v "$_GALAXY_JOB_TMP_DIR:$_GALAXY_JOB_TMP_DIR:rw" -v "$TMPDIR:$TMPDIR:rw" -v "$TMP:$TMP:rw" -v "$TEMP:$TEMP:rw" -v /scratch/rico/galaxy:/scratch/rico/galaxy:ro -v /scratch/rico/galaxytools/tools/ncbi_fcs_adaptor:/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor:ro -v /tmp/tmpqrlh6ih1/job_working_directory/000/4:/tmp/tmpqrlh6ih1/job_working_directory/000/4:ro -v /tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs:/tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs:rw -v "$_GALAXY_JOB_HOME_DIR:$_GALAXY_JOB_HOME_DIR:rw" -v /tmp/tmpqrlh6ih1/job_working_directory/000/4/working:/tmp/tmpqrlh6ih1/job_working_directory/000/4/working:rw -v /tmp/tmpqrlh6ih1/files:/tmp/tmpqrlh6ih1/files:ro -v /scratch/rico/galaxy/tool-data:/scratch/rico/galaxy/tool-data:ro --cpus ${GALAXY_SLOTS:-1} -w /tmp/tmpqrlh6ih1/job_working_directory/000/4/working --rm --user 1028:1028 ncbi/fcs-adaptor:0.5.0 /bin/sh /tmp/tmpqrlh6ih1/job_working_directory/000/4/tool_script.sh > '../outputs/tool_stdout' 2> '../outputs/tool_stderr'; return_code=$?; echo $return_code > /tmp/tmpqrlh6ih1/job_working_directory/000/4/galaxy_4.ec;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3886 if [ -f "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/fcs_adaptor_report.txt" ] ; then cp "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/fcs_adaptor_report.txt" "/tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_41844168-8b86-45ce-a8b8-c8552139307c.dat" ; fi;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3887 if [ -f "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/cleaned_sequences/"*".dat" ] ; then cp "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/cleaned_sequences/"*".dat" "/tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_41da1090-710e-4c25-9a3d-97472671c387.dat" ; fi;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3888 if [ -f "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/fcs_adaptor.log" ] ; then cp "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/fcs_adaptor.log" "/tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_5c65272e-4fbd-4386-af7d-d8cbdd90242a.dat" ; fi;
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3889 if [ -f "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/validate_fasta.txt" ] ; then cp "/tmp/tmpqrlh6ih1/job_working_directory/000/4/working/validate_fasta.txt" "/tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_92e5dc26-302e-4dbd-bd15-8050babfdff4.dat" ; fi; cd '/tmp/tmpqrlh6ih1/job_working_directory/000/4';
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3890 [ "$GALAXY_VIRTUAL_ENV" = "None" ] && GALAXY_VIRTUAL_ENV="$_GALAXY_VIRTUAL_ENV"; _galaxy_setup_environment True; python metadata/set.py; sh -c "exit $return_code"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3891 galaxy.jobs.runners.local DEBUG 2024-02-23 14:38:35,474 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] (4) executing job script: /tmp/tmpqrlh6ih1/job_working_directory/000/4/galaxy_4.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3892 uvicorn.access INFO 2024-02-23 14:38:37,597 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40730 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3893 uvicorn.access INFO 2024-02-23 14:38:38,198 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40730 - "GET /history/current_history_json?since=2024-02-23T19:38:34.000978 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3894 uvicorn.access INFO 2024-02-23 14:38:38,234 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40730 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:38:35.061Z&details=b35bb5a57277f2b7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3895 uvicorn.access INFO 2024-02-23 14:38:38,279 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40730 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3896 uvicorn.access INFO 2024-02-23 14:38:38,301 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40740 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3897 uvicorn.access INFO 2024-02-23 14:38:41,295 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40750 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3898 uvicorn.access INFO 2024-02-23 14:38:44,323 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40762 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3899 uvicorn.access INFO 2024-02-23 14:38:47,347 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47208 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3900 uvicorn.access INFO 2024-02-23 14:38:47,597 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47208 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3901 uvicorn.access INFO 2024-02-23 14:38:50,375 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47224 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3902 uvicorn.access INFO 2024-02-23 14:38:53,406 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47236 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3903 uvicorn.access INFO 2024-02-23 14:38:56,435 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55260 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3904 uvicorn.access INFO 2024-02-23 14:38:57,596 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55260 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3905 uvicorn.access INFO 2024-02-23 14:38:59,466 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55260 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3906 uvicorn.access INFO 2024-02-23 14:39:02,494 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55264 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3907 uvicorn.access INFO 2024-02-23 14:39:05,526 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55266 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3908 uvicorn.access INFO 2024-02-23 14:39:07,597 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37544 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3909 uvicorn.access INFO 2024-02-23 14:39:08,555 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37544 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3910 uvicorn.access INFO 2024-02-23 14:39:11,592 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37560 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3911 uvicorn.access INFO 2024-02-23 14:39:14,624 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37564 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3912 galaxy.jobs.runners.util.process_groups DEBUG 2024-02-23 14:39:15,076 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] check_pg(): No process found in process group 79120
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3913 galaxy.jobs.runners.local DEBUG 2024-02-23 14:39:15,077 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] execution finished: /tmp/tmpqrlh6ih1/job_working_directory/000/3/galaxy_3.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3914 galaxy.jobs DEBUG 2024-02-23 14:39:15,102 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/3/outputs/dataset_baab9cb3-daf7-4634-b244-35ef4dfc423e.dat to /tmp/tmpqrlh6ih1/files/b/a/a/dataset_baab9cb3-daf7-4634-b244-35ef4dfc423e.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3915 galaxy.jobs DEBUG 2024-02-23 14:39:15,102 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/3/outputs/dataset_6151fe42-edab-4c01-b97a-3428cd1f28b4.dat to /tmp/tmpqrlh6ih1/files/6/1/5/dataset_6151fe42-edab-4c01-b97a-3428cd1f28b4.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3916 galaxy.model.metadata DEBUG 2024-02-23 14:39:15,113 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] loading metadata from file for: HistoryDatasetAssociation 3
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3917 galaxy.model.metadata DEBUG 2024-02-23 14:39:15,119 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] loading metadata from file for: HistoryDatasetAssociation 4
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3918 galaxy.jobs DEBUG 2024-02-23 14:39:15,151 [pN:main.1,p:78709,tN:LocalRunner.work_thread-2] job_wrapper.finish for job 3 executed (54.675 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3919 uvicorn.access INFO 2024-02-23 14:39:17,599 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46768 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3920 uvicorn.access INFO 2024-02-23 14:39:17,658 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46768 - "GET /history/current_history_json?since=2024-02-23T19:38:35.000518 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3921 uvicorn.access INFO 2024-02-23 14:39:17,696 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46768 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:38:38.206Z HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3922 uvicorn.access INFO 2024-02-23 14:39:17,760 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46768 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3923 uvicorn.access INFO 2024-02-23 14:39:17,793 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46772 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3924 uvicorn.access INFO 2024-02-23 14:39:20,763 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46780 - "GET /history/current_history_json?since=2024-02-23T19:39:15.000128 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3925 uvicorn.access INFO 2024-02-23 14:39:22,402 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46780 - "GET /api/datasets/b35bb5a57277f2b7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3926 uvicorn.access INFO 2024-02-23 14:39:23,795 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46780 - "GET /history/current_history_json?since=2024-02-23T19:39:15.000128 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3927 uvicorn.access INFO 2024-02-23 14:39:26,829 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58672 - "GET /history/current_history_json?since=2024-02-23T19:39:15.000128 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3928 uvicorn.access INFO 2024-02-23 14:39:27,597 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58672 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3929 galaxy.jobs.runners.util.process_groups DEBUG 2024-02-23 14:39:28,194 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] check_pg(): No process found in process group 79227
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3930 galaxy.jobs.runners.local DEBUG 2024-02-23 14:39:28,195 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] execution finished: /tmp/tmpqrlh6ih1/job_working_directory/000/4/galaxy_4.sh
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3931 galaxy.jobs DEBUG 2024-02-23 14:39:28,221 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_41844168-8b86-45ce-a8b8-c8552139307c.dat to /tmp/tmpqrlh6ih1/files/4/1/8/dataset_41844168-8b86-45ce-a8b8-c8552139307c.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3932 galaxy.jobs DEBUG 2024-02-23 14:39:28,221 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_41da1090-710e-4c25-9a3d-97472671c387.dat to /tmp/tmpqrlh6ih1/files/4/1/d/dataset_41da1090-710e-4c25-9a3d-97472671c387.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3933 galaxy.jobs DEBUG 2024-02-23 14:39:28,221 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_5c65272e-4fbd-4386-af7d-d8cbdd90242a.dat to /tmp/tmpqrlh6ih1/files/5/c/6/dataset_5c65272e-4fbd-4386-af7d-d8cbdd90242a.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3934 galaxy.jobs DEBUG 2024-02-23 14:39:28,221 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] finish(): Moved /tmp/tmpqrlh6ih1/job_working_directory/000/4/outputs/dataset_92e5dc26-302e-4dbd-bd15-8050babfdff4.dat to /tmp/tmpqrlh6ih1/files/9/2/e/dataset_92e5dc26-302e-4dbd-bd15-8050babfdff4.dat
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3935 galaxy.model.metadata DEBUG 2024-02-23 14:39:28,232 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] loading metadata from file for: HistoryDatasetAssociation 5
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3936 galaxy.model.metadata DEBUG 2024-02-23 14:39:28,236 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] loading metadata from file for: HistoryDatasetAssociation 6
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3937 galaxy.model.metadata DEBUG 2024-02-23 14:39:28,239 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] loading metadata from file for: HistoryDatasetAssociation 7
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3938 galaxy.model.metadata DEBUG 2024-02-23 14:39:28,263 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] loading metadata from file for: HistoryDatasetAssociation 8
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3939 galaxy.jobs DEBUG 2024-02-23 14:39:28,325 [pN:main.1,p:78709,tN:LocalRunner.work_thread-0] job_wrapper.finish for job 4 executed (110.502 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3940 uvicorn.access INFO 2024-02-23 14:39:29,867 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58686 - "GET /history/current_history_json?since=2024-02-23T19:39:15.000128 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3941 uvicorn.access INFO 2024-02-23 14:39:29,913 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58686 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&limit=1000&q=update_time-ge&qv=2024-02-23T19:39:17.665Z&details=b35bb5a57277f2b7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3942 uvicorn.access INFO 2024-02-23 14:39:29,971 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58686 - "GET /api/users/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3943 uvicorn.access INFO 2024-02-23 14:39:29,997 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58700 - "GET /api/histories/e94ef2b25ec88be9/contents?v=dev&order=hid&offset=0&limit=100&q=deleted&qv=false&q=visible&qv=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3944 uvicorn.access INFO 2024-02-23 14:39:31,162 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58700 - "GET /datasets/b35bb5a57277f2b7/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3945 uvicorn.access INFO 2024-02-23 14:39:31,188 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58700 - "GET /static/dist/generic.bundled.js?v=1707855697000 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3946 uvicorn.access INFO 2024-02-23 14:39:32,982 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58700 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3947 uvicorn.access INFO 2024-02-23 14:39:36,015 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44964 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3948 uvicorn.access INFO 2024-02-23 14:39:37,599 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44964 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3949 uvicorn.access INFO 2024-02-23 14:39:39,044 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44964 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3950 uvicorn.access INFO 2024-02-23 14:39:41,064 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44964 - "GET /datasets/d6674a497e11acb0/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3951 uvicorn.access INFO 2024-02-23 14:39:42,071 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44964 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3952 uvicorn.access INFO 2024-02-23 14:39:45,103 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44972 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3953 uvicorn.access INFO 2024-02-23 14:39:47,604 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45866 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3954 uvicorn.access INFO 2024-02-23 14:39:48,131 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45866 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3955 uvicorn.access INFO 2024-02-23 14:39:51,163 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45876 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3956 uvicorn.access INFO 2024-02-23 14:39:53,838 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45888 - "GET /api/datasets/b35bb5a57277f2b7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3957 /scratch/rico/galaxy/lib/galaxy/model/__init__.py:494: SAWarning: Dialect sqlite+pysqlite does *not* support Decimal objects natively, and SQLAlchemy must convert from floating point - rounding errors and other issues may occur. Please consider storing Decimal numbers as strings or integers on this platform for lossless storage.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3958 return self.text_metrics + self.numeric_metrics
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3959 uvicorn.access INFO 2024-02-23 14:39:53,877 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45888 - "GET /api/jobs/b35bb5a57277f2b7?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3960 uvicorn.access INFO 2024-02-23 14:39:54,036 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45902 - "GET /api/datasets/b35bb5a57277f2b7/storage HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3961 uvicorn.access INFO 2024-02-23 14:39:54,048 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45912 - "GET /api/datasets/b35bb5a57277f2b7/inheritance_chain HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3962 uvicorn.access INFO 2024-02-23 14:39:54,095 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45940 - "GET /api/jobs/b35bb5a57277f2b7/destination_params HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3963 uvicorn.access INFO 2024-02-23 14:39:54,110 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45924 - "GET /api/datasets/b35bb5a57277f2b7/metrics?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3964 uvicorn.access INFO 2024-02-23 14:39:54,133 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45888 - "GET /api/datasets/b35bb5a57277f2b7/parameters_display?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3965 uvicorn.access INFO 2024-02-23 14:39:54,188 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45912 - "GET /api/users/current/usage/__null__ HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3966 uvicorn.access INFO 2024-02-23 14:39:54,204 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45952 - "GET /api/datasets/b35bb5a57277f2b7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3967 uvicorn.access INFO 2024-02-23 14:39:54,229 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45940 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3968 uvicorn.access INFO 2024-02-23 14:39:54,268 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45902 - "GET /api/jobs/b35bb5a57277f2b7?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3969 uvicorn.access INFO 2024-02-23 14:39:54,315 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45888 - "GET /api/datasets/a8266ce1f5b52ae6?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3970 uvicorn.access INFO 2024-02-23 14:39:54,324 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45912 - "GET /api/configuration/decode/b35bb5a57277f2b7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3971 uvicorn.access INFO 2024-02-23 14:39:54,351 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45940 - "GET /api/configuration/decode/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3972 uvicorn.access INFO 2024-02-23 14:39:54,358 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45924 - "GET /api/datasets/d6674a497e11acb0?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3973 uvicorn.access INFO 2024-02-23 14:39:54,378 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45952 - "GET /api/datasets/b35bb5a57277f2b7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3974 uvicorn.access INFO 2024-02-23 14:39:54,381 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45912 - "GET /api/configuration/decode/b35bb5a57277f2b7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3975 uvicorn.access INFO 2024-02-23 14:39:57,260 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57798 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3976 uvicorn.access INFO 2024-02-23 14:39:57,600 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57798 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3977 uvicorn.access INFO 2024-02-23 14:40:00,295 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57804 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3978 uvicorn.access INFO 2024-02-23 14:40:03,324 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57812 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3979 uvicorn.access INFO 2024-02-23 14:40:06,356 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3980 uvicorn.access INFO 2024-02-23 14:40:07,601 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3981 uvicorn.access INFO 2024-02-23 14:40:09,387 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3982 uvicorn.access INFO 2024-02-23 14:40:10,214 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /api/datasets/d6674a497e11acb0?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3983 uvicorn.access INFO 2024-02-23 14:40:11,651 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /api/datasets/d6674a497e11acb0?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3984 uvicorn.access INFO 2024-02-23 14:40:11,722 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /api/jobs/b35bb5a57277f2b7?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3985 uvicorn.access INFO 2024-02-23 14:40:11,808 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57286 - "GET /api/datasets/d6674a497e11acb0?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3986 uvicorn.access INFO 2024-02-23 14:40:11,849 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57276 - "GET /api/datasets/d6674a497e11acb0/inheritance_chain HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3987 uvicorn.access INFO 2024-02-23 14:40:11,873 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57268 - "GET /api/datasets/d6674a497e11acb0/storage HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3988 uvicorn.access INFO 2024-02-23 14:40:11,906 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57302 - "GET /api/jobs/b35bb5a57277f2b7?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3989 uvicorn.access INFO 2024-02-23 14:40:11,921 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57284 - "GET /api/datasets/d6674a497e11acb0/metrics?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3990 uvicorn.access INFO 2024-02-23 14:40:11,930 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57286 - "GET /api/configuration/decode/d6674a497e11acb0 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3991 uvicorn.access INFO 2024-02-23 14:40:11,934 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /api/datasets/d6674a497e11acb0/parameters_display?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3992 uvicorn.access INFO 2024-02-23 14:40:11,949 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57276 - "GET /api/configuration/decode/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3993 uvicorn.access INFO 2024-02-23 14:40:11,985 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57268 - "GET /api/users/current/usage/__null__ HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3994 uvicorn.access INFO 2024-02-23 14:40:11,986 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57302 - "GET /api/configuration/decode/b35bb5a57277f2b7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3995 uvicorn.access INFO 2024-02-23 14:40:12,024 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57284 - "GET /api/datasets/d6674a497e11acb0?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3996 uvicorn.access INFO 2024-02-23 14:40:12,056 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57286 - "GET /api/datasets/b35bb5a57277f2b7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3997 uvicorn.access INFO 2024-02-23 14:40:12,068 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /api/datasets/a8266ce1f5b52ae6?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3998 uvicorn.access INFO 2024-02-23 14:40:12,415 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57264 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3999 uvicorn.access INFO 2024-02-23 14:40:15,446 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57310 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4000 uvicorn.access INFO 2024-02-23 14:40:17,604 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:32830 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4001 uvicorn.access INFO 2024-02-23 14:40:18,476 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:32830 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4002 uvicorn.access INFO 2024-02-23 14:40:21,506 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:32842 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4003 uvicorn.access INFO 2024-02-23 14:40:24,543 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:32854 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4004 uvicorn.access INFO 2024-02-23 14:40:27,578 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53704 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4005 uvicorn.access INFO 2024-02-23 14:40:27,607 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53704 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4006 uvicorn.access INFO 2024-02-23 14:40:30,608 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53716 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4007 uvicorn.access INFO 2024-02-23 14:40:31,252 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53716 - "GET /api/tools/ncbi_fcs_adaptor/build?version=latest&tool_version=latest HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4008 uvicorn.access INFO 2024-02-23 14:40:31,362 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53716 - "POST /api/tools/ncbi_fcs_adaptor/build HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4009 uvicorn.access INFO 2024-02-23 14:40:33,640 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53728 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4010 uvicorn.access INFO 2024-02-23 14:40:36,669 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59536 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4011 uvicorn.access INFO 2024-02-23 14:40:37,609 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59536 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4012 uvicorn.access INFO 2024-02-23 14:40:37,724 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59536 - "POST /api/tools/ncbi_fcs_adaptor/build HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4013 uvicorn.access INFO 2024-02-23 14:40:39,699 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59536 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4014 uvicorn.access INFO 2024-02-23 14:40:42,730 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59542 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4015 uvicorn.access INFO 2024-02-23 14:40:45,762 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59192 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4016 uvicorn.access INFO 2024-02-23 14:40:47,611 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59192 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4017 uvicorn.access INFO 2024-02-23 14:40:48,791 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59192 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4018 uvicorn.access INFO 2024-02-23 14:40:51,823 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59208 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4019 uvicorn.access INFO 2024-02-23 14:40:54,824 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59214 - "GET /datasets/4aa1fa05efd4b363/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4020 uvicorn.access INFO 2024-02-23 14:40:54,850 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59214 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4021 uvicorn.access INFO 2024-02-23 14:40:57,213 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49028 - "GET /datasets/9d64888131bc67e9/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4022 uvicorn.access INFO 2024-02-23 14:40:57,732 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49028 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4023 uvicorn.access INFO 2024-02-23 14:40:57,924 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49028 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4024 uvicorn.access INFO 2024-02-23 14:41:00,329 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49040 - "GET /datasets/e331579530f91b88/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4025 uvicorn.access INFO 2024-02-23 14:41:00,952 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49040 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4026 uvicorn.access INFO 2024-02-23 14:41:03,981 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4027 uvicorn.access INFO 2024-02-23 14:41:05,964 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4028 uvicorn.access INFO 2024-02-23 14:41:07,016 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4029 uvicorn.access INFO 2024-02-23 14:41:07,728 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4030 uvicorn.access INFO 2024-02-23 14:41:08,614 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /datasets/9a32e5e3a6abd4e7/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4031 uvicorn.access INFO 2024-02-23 14:41:10,059 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4032 uvicorn.access INFO 2024-02-23 14:41:11,938 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4033 uvicorn.access INFO 2024-02-23 14:41:11,976 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/jobs/d6674a497e11acb0?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4034 uvicorn.access INFO 2024-02-23 14:41:12,059 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/datasets/9a32e5e3a6abd4e7/parameters_display?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4035 uvicorn.access INFO 2024-02-23 14:41:12,119 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59504 - "GET /api/datasets/9a32e5e3a6abd4e7/metrics?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4036 uvicorn.access INFO 2024-02-23 14:41:12,132 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59496 - "GET /api/datasets/9a32e5e3a6abd4e7/inheritance_chain HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4037 uvicorn.access INFO 2024-02-23 14:41:12,146 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59492 - "GET /api/datasets/9a32e5e3a6abd4e7/storage HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4038 uvicorn.access INFO 2024-02-23 14:41:12,166 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59514 - "GET /api/jobs/d6674a497e11acb0/destination_params HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4039 uvicorn.access INFO 2024-02-23 14:41:12,244 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59516 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4040 uvicorn.access INFO 2024-02-23 14:41:12,269 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/jobs/d6674a497e11acb0?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4041 uvicorn.access INFO 2024-02-23 14:41:12,363 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59504 - "GET /api/datasets/a8266ce1f5b52ae6?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4042 uvicorn.access INFO 2024-02-23 14:41:12,389 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59516 - "GET /api/users/current/usage/__null__ HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4043 uvicorn.access INFO 2024-02-23 14:41:12,401 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59496 - "GET /api/datasets/4aa1fa05efd4b363?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4044 uvicorn.access INFO 2024-02-23 14:41:12,418 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59514 - "GET /api/datasets/e331579530f91b88?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4045 uvicorn.access INFO 2024-02-23 14:41:12,419 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59492 - "GET /api/datasets/9d64888131bc67e9?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4046 uvicorn.access INFO 2024-02-23 14:41:12,465 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49054 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4047 uvicorn.access INFO 2024-02-23 14:41:12,474 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59504 - "GET /api/configuration/decode/9a32e5e3a6abd4e7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4048 uvicorn.access INFO 2024-02-23 14:41:12,483 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59516 - "GET /api/configuration/decode/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4049 uvicorn.access INFO 2024-02-23 14:41:12,486 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59496 - "GET /api/configuration/decode/d6674a497e11acb0 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4050 uvicorn.access INFO 2024-02-23 14:41:13,090 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59496 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4051 uvicorn.access INFO 2024-02-23 14:41:16,123 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53300 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4052 uvicorn.access INFO 2024-02-23 14:41:17,732 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53300 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4053 uvicorn.access INFO 2024-02-23 14:41:19,153 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53300 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4054 uvicorn.access INFO 2024-02-23 14:41:19,907 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53300 - "GET /datasets/9a32e5e3a6abd4e7/display/?preview=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4055 uvicorn.access INFO 2024-02-23 14:41:22,005 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53304 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4056 uvicorn.access INFO 2024-02-23 14:41:22,037 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53304 - "GET /api/jobs/d6674a497e11acb0?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4057 uvicorn.access INFO 2024-02-23 14:41:22,141 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53304 - "GET /api/datasets/9a32e5e3a6abd4e7/parameters_display?hda_ldda=hda HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4058 uvicorn.access INFO 2024-02-23 14:41:22,162 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53318 - "GET /api/datasets/9a32e5e3a6abd4e7/inheritance_chain HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4059 uvicorn.access INFO 2024-02-23 14:41:22,168 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53306 - "GET /api/datasets/9a32e5e3a6abd4e7/storage HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4060 uvicorn.access INFO 2024-02-23 14:41:22,200 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53332 - "GET /api/jobs/d6674a497e11acb0?full=True HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4061 uvicorn.access INFO 2024-02-23 14:41:22,233 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53324 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4062 uvicorn.access INFO 2024-02-23 14:41:22,250 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53332 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4063 uvicorn.access INFO 2024-02-23 14:41:22,324 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53306 - "GET /api/datasets/e331579530f91b88?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4064 uvicorn.access INFO 2024-02-23 14:41:22,358 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53324 - "GET /api/users/current/usage/__null__ HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4065 uvicorn.access INFO 2024-02-23 14:41:22,377 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53332 - "GET /api/configuration/decode/d6674a497e11acb0 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4066 uvicorn.access INFO 2024-02-23 14:41:22,397 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53348 - "GET /api/datasets/4aa1fa05efd4b363?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4067 uvicorn.access INFO 2024-02-23 14:41:22,410 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53318 - "GET /api/datasets/9d64888131bc67e9?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4068 uvicorn.access INFO 2024-02-23 14:41:22,424 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53304 - "GET /api/datasets/a8266ce1f5b52ae6?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4069 uvicorn.access INFO 2024-02-23 14:41:22,456 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53332 - "GET /api/configuration/decode/e94ef2b25ec88be9 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4070 uvicorn.access INFO 2024-02-23 14:41:22,462 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53324 - "GET /api/configuration/decode/9a32e5e3a6abd4e7 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4071 uvicorn.access INFO 2024-02-23 14:41:22,468 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53306 - "GET /api/datasets/9a32e5e3a6abd4e7?view=detailed HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4072 uvicorn.access INFO 2024-02-23 14:41:25,288 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53356 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4073 uvicorn.access INFO 2024-02-23 14:41:27,733 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58944 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4074 uvicorn.access INFO 2024-02-23 14:41:28,315 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58944 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4075 uvicorn.access INFO 2024-02-23 14:41:32,216 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58948 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4076
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4077 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4078 [2024-02-23 14:41:34,178: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4079 [2024-02-23 14:41:34,179: INFO/MainProcess] Scheduler: Sending due task clean-object-store-caches (galaxy.clean_object_store_caches)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4080 [2024-02-23 14:41:34,195: DEBUG/MainProcess] galaxy.clean_object_store_caches sent. id->f5e83b64-c60a-4621-bc5d-a6516ea91ec9
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4081 [2024-02-23 14:41:34,196: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4082
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4083 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4084 [2024-02-23 14:41:35,030: INFO/main] Task galaxy.clean_object_store_caches[f5e83b64-c60a-4621-bc5d-a6516ea91ec9] received
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4085 [2024-02-23 14:41:35,031: DEBUG/main] TaskPool: Apply <function fast_trace_task at 0x7f9f1756ed90> (args:('galaxy.clean_object_store_caches', 'f5e83b64-c60a-4621-bc5d-a6516ea91ec9', {'lang': 'py', 'task': 'galaxy.clean_object_store_caches', 'id': 'f5e83b64-c60a-4621-bc5d-a6516ea91ec9', 'shadow': None, 'eta': None, 'expires': None, 'group': None, 'group_index': None, 'retries': 0, 'timelimit': [None, None], 'root_id': 'f5e83b64-c60a-4621-bc5d-a6516ea91ec9', 'parent_id': None, 'argsrepr': '()', 'kwargsrepr': '{}', 'origin': 'gen78504@laila', 'ignore_result': False, 'properties': {'correlation_id': 'f5e83b64-c60a-4621-bc5d-a6516ea91ec9', 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'delivery_mode': 2, 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal'}, 'priority': 0, 'body_encoding': 'base64', 'delivery_tag': '52a407fc-3529-4119-bd33-a501e38607aa'}, 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'correlation_id': 'f5e83b64-c60a-4621-bc5d-a6516ea91ec9', 'hostname': 'celery@laila', 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal', 'priority': 0, 'redelivered': None},... kwargs:{})
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4086 [2024-02-23 14:41:35,033: INFO/main] Successfully executed Celery task clean_object_store_caches to prune object store cache directories clean_object_store_caches to prune object store cache directories (0.532 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4087 [2024-02-23 14:41:35,034: INFO/main] Task galaxy.clean_object_store_caches[f5e83b64-c60a-4621-bc5d-a6516ea91ec9] succeeded in 0.0018830089829862118s: None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4088
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4089 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4090 uvicorn.access INFO 2024-02-23 14:41:38,212 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54156 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4091 uvicorn.access INFO 2024-02-23 14:41:48,216 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53112 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4092 uvicorn.access INFO 2024-02-23 14:41:59,218 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47208 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4093 uvicorn.access INFO 2024-02-23 14:42:07,092 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38240 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4094 uvicorn.access INFO 2024-02-23 14:42:09,213 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38256 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4095 uvicorn.access INFO 2024-02-23 14:42:10,121 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38256 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4096 uvicorn.access INFO 2024-02-23 14:42:11,819 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38256 - "GET /api/tools/ncbi_fcs_adaptor/build?version=latest&tool_version=latest HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4097 uvicorn.access INFO 2024-02-23 14:42:11,910 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38256 - "POST /api/tools/ncbi_fcs_adaptor/build HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4098 uvicorn.access INFO 2024-02-23 14:42:13,151 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38256 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4099 uvicorn.access INFO 2024-02-23 14:42:16,179 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40396 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4100 uvicorn.access INFO 2024-02-23 14:42:19,211 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40404 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4101 uvicorn.access INFO 2024-02-23 14:42:19,221 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40416 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4102 uvicorn.access INFO 2024-02-23 14:42:21,206 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40416 - "POST /api/tools/ncbi_fcs_adaptor/build HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4103 uvicorn.access INFO 2024-02-23 14:42:22,239 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40416 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4104 uvicorn.access INFO 2024-02-23 14:42:25,268 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40428 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4105 uvicorn.access INFO 2024-02-23 14:42:28,299 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54006 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4106 uvicorn.access INFO 2024-02-23 14:42:29,216 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54006 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4107 uvicorn.access INFO 2024-02-23 14:42:31,328 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54008 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4108 uvicorn.access INFO 2024-02-23 14:42:34,358 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54024 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4109 uvicorn.access INFO 2024-02-23 14:42:37,390 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60548 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4110 uvicorn.access INFO 2024-02-23 14:42:39,218 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60548 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4111 uvicorn.access INFO 2024-02-23 14:42:40,419 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60548 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4112 uvicorn.access INFO 2024-02-23 14:42:43,450 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60564 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4113 uvicorn.access INFO 2024-02-23 14:42:46,483 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59152 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4114 uvicorn.access INFO 2024-02-23 14:42:50,223 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59156 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4115 uvicorn.access INFO 2024-02-23 14:42:50,226 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59160 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4116 uvicorn.access INFO 2024-02-23 14:43:00,219 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35248 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4117 uvicorn.access INFO 2024-02-23 14:43:10,212 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51892 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4118 uvicorn.access INFO 2024-02-23 14:43:21,208 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47266 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4119 uvicorn.access INFO 2024-02-23 14:43:31,217 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:56258 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4120 uvicorn.access INFO 2024-02-23 14:43:41,211 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45128 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4121 uvicorn.access INFO 2024-02-23 14:43:51,208 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53190 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4122 uvicorn.access INFO 2024-02-23 14:44:03,211 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44558 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4123 uvicorn.access INFO 2024-02-23 14:44:21,108 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35914 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4124 uvicorn.access INFO 2024-02-23 14:44:21,111 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35922 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4125 uvicorn.access INFO 2024-02-23 14:44:24,142 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:35934 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4126 uvicorn.access INFO 2024-02-23 14:44:27,170 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46974 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4127 uvicorn.access INFO 2024-02-23 14:44:30,199 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46978 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4128 uvicorn.access INFO 2024-02-23 14:44:31,076 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46978 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4129 uvicorn.access INFO 2024-02-23 14:44:33,228 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46980 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4130 uvicorn.access INFO 2024-02-23 14:44:36,257 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59440 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4131 uvicorn.access INFO 2024-02-23 14:44:39,287 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59442 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4132 uvicorn.access INFO 2024-02-23 14:44:41,080 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59442 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4133 uvicorn.access INFO 2024-02-23 14:44:42,325 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59442 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4134 uvicorn.access INFO 2024-02-23 14:44:45,358 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59446 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4135 uvicorn.access INFO 2024-02-23 14:44:48,387 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33128 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4136 uvicorn.access INFO 2024-02-23 14:44:51,081 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33136 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4137 uvicorn.access INFO 2024-02-23 14:44:51,415 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33136 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4138 uvicorn.access INFO 2024-02-23 14:44:54,446 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:33146 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4139 uvicorn.access INFO 2024-02-23 14:44:57,476 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59288 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4140 uvicorn.access INFO 2024-02-23 14:45:00,507 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59292 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4141 uvicorn.access INFO 2024-02-23 14:45:01,083 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59292 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4142 uvicorn.access INFO 2024-02-23 14:45:03,547 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59304 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4143 uvicorn.access INFO 2024-02-23 14:45:06,581 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50814 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4144 uvicorn.access INFO 2024-02-23 14:45:09,611 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50820 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4145 uvicorn.access INFO 2024-02-23 14:45:11,084 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50820 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4146 uvicorn.access INFO 2024-02-23 14:45:12,643 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50820 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4147 uvicorn.access INFO 2024-02-23 14:45:15,672 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55644 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4148 uvicorn.access INFO 2024-02-23 14:45:18,702 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55654 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4149 uvicorn.access INFO 2024-02-23 14:45:21,086 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55666 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4150 uvicorn.access INFO 2024-02-23 14:45:21,730 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55666 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4151 uvicorn.access INFO 2024-02-23 14:45:25,210 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55680 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4152 uvicorn.access INFO 2024-02-23 14:45:26,488 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55680 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4153 uvicorn.access INFO 2024-02-23 14:45:29,524 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43894 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4154 uvicorn.access INFO 2024-02-23 14:45:31,088 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43894 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4155 uvicorn.access INFO 2024-02-23 14:45:32,554 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43894 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4156 uvicorn.access INFO 2024-02-23 14:45:35,586 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43896 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4157 uvicorn.access INFO 2024-02-23 14:45:38,615 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60812 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4158 uvicorn.access INFO 2024-02-23 14:45:41,108 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60828 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4159 uvicorn.access INFO 2024-02-23 14:45:41,646 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60828 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4160 uvicorn.access INFO 2024-02-23 14:45:44,678 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60840 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4161 uvicorn.access INFO 2024-02-23 14:45:47,716 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34606 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4162 uvicorn.access INFO 2024-02-23 14:45:50,747 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34620 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4163 uvicorn.access INFO 2024-02-23 14:45:51,092 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34620 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4164 uvicorn.access INFO 2024-02-23 14:45:53,780 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34624 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4165 uvicorn.access INFO 2024-02-23 14:45:56,810 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43404 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4166 uvicorn.access INFO 2024-02-23 14:45:59,843 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43406 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4167 uvicorn.access INFO 2024-02-23 14:46:01,093 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43406 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4168 uvicorn.access INFO 2024-02-23 14:46:02,885 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43406 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4169 uvicorn.access INFO 2024-02-23 14:46:05,916 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55884 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4170 uvicorn.access INFO 2024-02-23 14:46:08,951 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55896 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4171 uvicorn.access INFO 2024-02-23 14:46:11,095 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55910 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4172 uvicorn.access INFO 2024-02-23 14:46:11,983 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55910 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4173 uvicorn.access INFO 2024-02-23 14:46:15,013 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55920 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4174 uvicorn.access INFO 2024-02-23 14:46:18,043 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42768 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4175 uvicorn.access INFO 2024-02-23 14:46:21,074 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42780 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4176 uvicorn.access INFO 2024-02-23 14:46:21,095 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42794 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4177 uvicorn.access INFO 2024-02-23 14:46:24,116 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42804 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4178 uvicorn.access INFO 2024-02-23 14:46:27,147 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45726 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4179 uvicorn.access INFO 2024-02-23 14:46:30,176 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45730 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4180 uvicorn.access INFO 2024-02-23 14:46:31,096 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45730 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4181 uvicorn.access INFO 2024-02-23 14:46:33,207 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45732 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4182
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4183 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4184 [2024-02-23 14:46:34,296: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4185 [2024-02-23 14:46:34,297: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4186
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4187 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4188 uvicorn.access INFO 2024-02-23 14:46:36,235 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48966 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4189 uvicorn.access INFO 2024-02-23 14:46:39,266 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48982 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4190 uvicorn.access INFO 2024-02-23 14:46:41,098 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48982 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4191 uvicorn.access INFO 2024-02-23 14:46:42,295 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48982 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4192 uvicorn.access INFO 2024-02-23 14:46:45,325 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48996 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4193 uvicorn.access INFO 2024-02-23 14:46:48,356 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37342 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4194 uvicorn.access INFO 2024-02-23 14:46:51,108 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37354 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4195 uvicorn.access INFO 2024-02-23 14:46:51,384 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37354 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4196 uvicorn.access INFO 2024-02-23 14:46:54,415 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37356 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4197 uvicorn.access INFO 2024-02-23 14:46:57,446 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59558 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4198 uvicorn.access INFO 2024-02-23 14:47:00,478 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59572 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4199 uvicorn.access INFO 2024-02-23 14:47:01,102 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59572 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4200 uvicorn.access INFO 2024-02-23 14:47:03,507 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59582 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4201 uvicorn.access INFO 2024-02-23 14:47:06,538 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48358 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4202 uvicorn.access INFO 2024-02-23 14:47:09,566 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48370 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4203 uvicorn.access INFO 2024-02-23 14:47:11,103 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48370 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4204 uvicorn.access INFO 2024-02-23 14:47:12,592 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48370 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4205 uvicorn.access INFO 2024-02-23 14:47:15,621 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:48386 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4206 uvicorn.access INFO 2024-02-23 14:47:18,657 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50644 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4207 uvicorn.access INFO 2024-02-23 14:47:21,107 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50650 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4208 uvicorn.access INFO 2024-02-23 14:47:21,686 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50650 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4209 uvicorn.access INFO 2024-02-23 14:47:24,717 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50664 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4210 uvicorn.access INFO 2024-02-23 14:47:27,747 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42422 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4211 uvicorn.access INFO 2024-02-23 14:47:30,777 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42436 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4212 uvicorn.access INFO 2024-02-23 14:47:31,107 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42436 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4213 uvicorn.access INFO 2024-02-23 14:47:33,807 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42440 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4214 uvicorn.access INFO 2024-02-23 14:47:36,836 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46004 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4215 uvicorn.access INFO 2024-02-23 14:47:39,863 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46018 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4216 uvicorn.access INFO 2024-02-23 14:47:41,108 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46018 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4217 uvicorn.access INFO 2024-02-23 14:47:42,892 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46018 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4218 uvicorn.access INFO 2024-02-23 14:47:45,921 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57628 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4219 uvicorn.access INFO 2024-02-23 14:47:48,951 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57632 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4220 uvicorn.access INFO 2024-02-23 14:47:51,111 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57644 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4221 uvicorn.access INFO 2024-02-23 14:47:51,978 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57644 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4222 uvicorn.access INFO 2024-02-23 14:47:55,007 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57660 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4223 uvicorn.access INFO 2024-02-23 14:47:58,036 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49826 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4224 uvicorn.access INFO 2024-02-23 14:48:01,065 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49842 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4225 uvicorn.access INFO 2024-02-23 14:48:01,109 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49842 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4226 uvicorn.access INFO 2024-02-23 14:48:04,207 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:49856 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4227 uvicorn.access INFO 2024-02-23 14:48:11,204 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:43370 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4228 uvicorn.access INFO 2024-02-23 14:48:22,200 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:56118 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4229 uvicorn.access INFO 2024-02-23 14:48:32,203 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46388 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4230 uvicorn.access INFO 2024-02-23 14:48:43,205 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44136 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4231 uvicorn.access INFO 2024-02-23 14:48:53,213 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:51218 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4232 uvicorn.access INFO 2024-02-23 14:49:05,199 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:59494 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4233 uvicorn.access INFO 2024-02-23 14:50:03,199 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58916 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4234 uvicorn.access INFO 2024-02-23 14:50:06,195 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:56064 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4235 uvicorn.access INFO 2024-02-23 14:51:03,204 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46606 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4236 uvicorn.access INFO 2024-02-23 14:51:07,197 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:58106 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4237
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4238 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4239 [2024-02-23 14:51:34,270: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4240 [2024-02-23 14:51:34,271: INFO/MainProcess] Scheduler: Sending due task clean-object-store-caches (galaxy.clean_object_store_caches)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4241 [2024-02-23 14:51:34,287: DEBUG/MainProcess] galaxy.clean_object_store_caches sent. id->2e7725dc-31d4-4d56-8afd-8dae5ec0815c
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4242 [2024-02-23 14:51:34,288: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4243
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4244 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4245 [2024-02-23 14:51:35,170: INFO/main] Task galaxy.clean_object_store_caches[2e7725dc-31d4-4d56-8afd-8dae5ec0815c] received
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4246 [2024-02-23 14:51:35,171: DEBUG/main] TaskPool: Apply <function fast_trace_task at 0x7f9f1756ed90> (args:('galaxy.clean_object_store_caches', '2e7725dc-31d4-4d56-8afd-8dae5ec0815c', {'lang': 'py', 'task': 'galaxy.clean_object_store_caches', 'id': '2e7725dc-31d4-4d56-8afd-8dae5ec0815c', 'shadow': None, 'eta': None, 'expires': None, 'group': None, 'group_index': None, 'retries': 0, 'timelimit': [None, None], 'root_id': '2e7725dc-31d4-4d56-8afd-8dae5ec0815c', 'parent_id': None, 'argsrepr': '()', 'kwargsrepr': '{}', 'origin': 'gen78504@laila', 'ignore_result': False, 'properties': {'correlation_id': '2e7725dc-31d4-4d56-8afd-8dae5ec0815c', 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'delivery_mode': 2, 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal'}, 'priority': 0, 'body_encoding': 'base64', 'delivery_tag': '3b2497f6-7230-41ee-afbb-d68e1f75fbfd'}, 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'correlation_id': '2e7725dc-31d4-4d56-8afd-8dae5ec0815c', 'hostname': 'celery@laila', 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal', 'priority': 0, 'redelivered': None},... kwargs:{})
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4247 [2024-02-23 14:51:35,174: INFO/main] Successfully executed Celery task clean_object_store_caches to prune object store cache directories clean_object_store_caches to prune object store cache directories (0.612 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4248 [2024-02-23 14:51:35,174: INFO/main] Task galaxy.clean_object_store_caches[2e7725dc-31d4-4d56-8afd-8dae5ec0815c] succeeded in 0.0025258829118683934s: None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4249
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4250 ==> /tmp/tmpqrlh6ih1/gravity/log/gunicorn.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4251 uvicorn.access INFO 2024-02-23 14:52:03,197 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:34074 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4252 uvicorn.access INFO 2024-02-23 14:52:08,198 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:46298 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4253 uvicorn.access INFO 2024-02-23 14:53:03,199 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52976 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4254 uvicorn.access INFO 2024-02-23 14:53:04,797 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52976 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4255 uvicorn.access INFO 2024-02-23 14:53:08,199 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:56382 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4256 uvicorn.access INFO 2024-02-23 14:53:14,193 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:56384 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4257 uvicorn.access INFO 2024-02-23 14:53:24,195 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:57160 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4258 uvicorn.access INFO 2024-02-23 14:53:35,193 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:37546 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4259 uvicorn.access INFO 2024-02-23 14:53:45,192 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:47560 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4260 uvicorn.access INFO 2024-02-23 14:53:55,194 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:53882 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4261 uvicorn.access INFO 2024-02-23 14:54:09,190 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:52604 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4262 uvicorn.access INFO 2024-02-23 14:54:19,613 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42472 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4263 uvicorn.access INFO 2024-02-23 14:54:19,616 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42476 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4264 uvicorn.access INFO 2024-02-23 14:54:22,643 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:42492 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4265 uvicorn.access INFO 2024-02-23 14:54:25,672 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44058 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4266 uvicorn.access INFO 2024-02-23 14:54:28,700 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44072 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4267 uvicorn.access INFO 2024-02-23 14:54:29,595 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44072 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4268 uvicorn.access INFO 2024-02-23 14:54:31,729 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44088 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4269 uvicorn.access INFO 2024-02-23 14:54:34,768 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44090 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4270 uvicorn.access INFO 2024-02-23 14:54:37,802 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60124 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4271 uvicorn.access INFO 2024-02-23 14:54:39,595 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60124 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4272 uvicorn.access INFO 2024-02-23 14:54:40,835 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60124 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4273 uvicorn.access INFO 2024-02-23 14:54:43,874 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:60140 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4274 uvicorn.access INFO 2024-02-23 14:54:46,903 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45230 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4275 uvicorn.access INFO 2024-02-23 14:54:49,596 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45246 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4276 uvicorn.access INFO 2024-02-23 14:54:49,934 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45246 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4277 uvicorn.access INFO 2024-02-23 14:54:52,972 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:45260 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4278 uvicorn.access INFO 2024-02-23 14:54:56,003 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50512 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4279 uvicorn.access INFO 2024-02-23 14:54:59,031 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50520 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4280 uvicorn.access INFO 2024-02-23 14:54:59,599 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50520 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4281 uvicorn.access INFO 2024-02-23 14:55:02,064 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50532 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4282 uvicorn.access INFO 2024-02-23 14:55:05,104 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:50546 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4283 uvicorn.access INFO 2024-02-23 14:55:08,135 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54120 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4284 uvicorn.access INFO 2024-02-23 14:55:09,600 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54120 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4285 uvicorn.access INFO 2024-02-23 14:55:11,164 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54120 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4286 uvicorn.access INFO 2024-02-23 14:55:14,192 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:54122 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4287 uvicorn.access INFO 2024-02-23 14:55:17,223 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44288 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4288 uvicorn.access INFO 2024-02-23 14:55:19,605 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44296 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4289 uvicorn.access INFO 2024-02-23 14:55:20,251 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44296 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4290 uvicorn.access INFO 2024-02-23 14:55:23,280 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:44312 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4291 uvicorn.access INFO 2024-02-23 14:55:26,311 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:39666 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4292 uvicorn.access INFO 2024-02-23 14:55:29,341 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:39682 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4293 uvicorn.access INFO 2024-02-23 14:55:29,603 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:39682 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4294 uvicorn.access INFO 2024-02-23 14:55:32,371 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:39686 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4295 uvicorn.access INFO 2024-02-23 14:55:35,401 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:39696 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4296 uvicorn.access INFO 2024-02-23 14:55:38,427 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55476 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4297 uvicorn.access INFO 2024-02-23 14:55:39,604 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55476 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4298 uvicorn.access INFO 2024-02-23 14:55:41,455 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55476 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4299 uvicorn.access INFO 2024-02-23 14:55:44,482 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:55490 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4300 uvicorn.access INFO 2024-02-23 14:55:47,511 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38200 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4301 uvicorn.access INFO 2024-02-23 14:55:49,607 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38202 - "GET /api/entry_points?running=true HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4302 uvicorn.access INFO 2024-02-23 14:55:50,551 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38202 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4303 uvicorn.access INFO 2024-02-23 14:55:53,580 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:38218 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4304 uvicorn.access INFO 2024-02-23 14:55:56,609 [pN:main.1,p:78709,tN:MainThread] 127.0.0.1:40354 - "GET /history/current_history_json?since=2024-02-23T19:39:28.000303 HTTP/1.1" 200
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4305
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4306 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4307 [2024-02-23 14:56:34,388: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4308 [2024-02-23 14:56:34,389: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4309 [2024-02-23 15:01:34,361: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4310 [2024-02-23 15:01:34,363: INFO/MainProcess] Scheduler: Sending due task clean-object-store-caches (galaxy.clean_object_store_caches)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4311 [2024-02-23 15:01:34,379: DEBUG/MainProcess] galaxy.clean_object_store_caches sent. id->535f1714-1353-40ac-acee-799c6b05d637
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4312 [2024-02-23 15:01:34,380: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4313
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4314 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4315 [2024-02-23 15:01:35,002: INFO/main] Task galaxy.clean_object_store_caches[535f1714-1353-40ac-acee-799c6b05d637] received
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4316 [2024-02-23 15:01:35,002: DEBUG/main] TaskPool: Apply <function fast_trace_task at 0x7f9f1756ed90> (args:('galaxy.clean_object_store_caches', '535f1714-1353-40ac-acee-799c6b05d637', {'lang': 'py', 'task': 'galaxy.clean_object_store_caches', 'id': '535f1714-1353-40ac-acee-799c6b05d637', 'shadow': None, 'eta': None, 'expires': None, 'group': None, 'group_index': None, 'retries': 0, 'timelimit': [None, None], 'root_id': '535f1714-1353-40ac-acee-799c6b05d637', 'parent_id': None, 'argsrepr': '()', 'kwargsrepr': '{}', 'origin': 'gen78504@laila', 'ignore_result': False, 'properties': {'correlation_id': '535f1714-1353-40ac-acee-799c6b05d637', 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'delivery_mode': 2, 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal'}, 'priority': 0, 'body_encoding': 'base64', 'delivery_tag': '02332643-0c8b-4178-9919-02885eee82d3'}, 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'correlation_id': '535f1714-1353-40ac-acee-799c6b05d637', 'hostname': 'celery@laila', 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal', 'priority': 0, 'redelivered': None},... kwargs:{})
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4317 [2024-02-23 15:01:35,005: INFO/main] Successfully executed Celery task clean_object_store_caches to prune object store cache directories clean_object_store_caches to prune object store cache directories (0.552 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4318 [2024-02-23 15:01:35,040: INFO/main] Task galaxy.clean_object_store_caches[535f1714-1353-40ac-acee-799c6b05d637] succeeded in 0.03627739998046309s: None
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4319
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4320 ==> /tmp/tmpqrlh6ih1/gravity/log/celery-beat.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4321 [2024-02-23 15:06:34,480: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4322 [2024-02-23 15:06:34,482: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4323 [2024-02-23 15:11:34,383: DEBUG/MainProcess] beat: Synchronizing schedule...
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4324 [2024-02-23 15:11:34,384: INFO/MainProcess] Scheduler: Sending due task clean-object-store-caches (galaxy.clean_object_store_caches)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4325 [2024-02-23 15:11:34,400: DEBUG/MainProcess] galaxy.clean_object_store_caches sent. id->6eb22bfa-2bec-4d16-ba81-b677c429938a
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4326 [2024-02-23 15:11:34,400: DEBUG/MainProcess] beat: Waking up in 5.00 minutes.
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4327
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4328 ==> /tmp/tmpqrlh6ih1/gravity/log/celery.log <==
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4329 [2024-02-23 15:11:35,103: INFO/main] Task galaxy.clean_object_store_caches[6eb22bfa-2bec-4d16-ba81-b677c429938a] received
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4330 [2024-02-23 15:11:35,104: DEBUG/main] TaskPool: Apply <function fast_trace_task at 0x7f9f1756ed90> (args:('galaxy.clean_object_store_caches', '6eb22bfa-2bec-4d16-ba81-b677c429938a', {'lang': 'py', 'task': 'galaxy.clean_object_store_caches', 'id': '6eb22bfa-2bec-4d16-ba81-b677c429938a', 'shadow': None, 'eta': None, 'expires': None, 'group': None, 'group_index': None, 'retries': 0, 'timelimit': [None, None], 'root_id': '6eb22bfa-2bec-4d16-ba81-b677c429938a', 'parent_id': None, 'argsrepr': '()', 'kwargsrepr': '{}', 'origin': 'gen78504@laila', 'ignore_result': False, 'properties': {'correlation_id': '6eb22bfa-2bec-4d16-ba81-b677c429938a', 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'delivery_mode': 2, 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal'}, 'priority': 0, 'body_encoding': 'base64', 'delivery_tag': 'f8974f4e-d12f-44c5-8432-dd8db2f74b43'}, 'reply_to': 'a834fe8d-fc9c-31a2-9791-be846a6fc4af', 'correlation_id': '6eb22bfa-2bec-4d16-ba81-b677c429938a', 'hostname': 'celery@laila', 'delivery_info': {'exchange': '', 'routing_key': 'galaxy.internal', 'priority': 0, 'redelivered': None},... kwargs:{})
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4331 [2024-02-23 15:11:35,107: INFO/main] Successfully executed Celery task clean_object_store_caches to prune object store cache directories clean_object_store_caches to prune object store cache directories (0.548 ms)
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4332 [2024-02-23 15:11:35,107: INFO/main] Task galaxy.clean_object_store_caches[6eb22bfa-2bec-4d16-ba81-b677c429938a] succeeded in 0.0018642700742930174s: None