Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
121700e
Updating tools/rna_tools/ribotaper from version 1.3.1a to 1.3.1
Mar 30, 2026
8783413
Fix GTF format in annotation file parameters
pavanvidem Apr 20, 2026
c0f9f3e
Change BAM format from uppercase to lowercase
pavanvidem Apr 20, 2026
1c63bc5
set annotation type to tar
pavanvidem Apr 20, 2026
140b64d
Fix typo in annotation_path parameter attribute
pavanvidem Apr 21, 2026
af6fedf
Rename annotation_path.tgz to annotation_path.tar
pavanvidem Apr 21, 2026
5f68944
Fix annotation path in ribotaper_part3_main.xml
pavanvidem Apr 21, 2026
62c72d9
Rename annotation_path.tar to annotation_path.tgz
pavanvidem Apr 21, 2026
75d41eb
revert ftype to tgz
pavanvidem Apr 21, 2026
495616b
revert annotation path file extension
pavanvidem Apr 21, 2026
20ae929
Update tar command for handling tgz files
pavanvidem Apr 23, 2026
2ca3c27
Change annotation path format from tgz to tar.gz
pavanvidem Apr 24, 2026
706d988
add &&
pavanvidem Apr 24, 2026
5af16ee
add another test to see if it runs tar -xvf instead of tar - xvzf
pavanvidem Apr 24, 2026
0112c53
Fix `no_interp` parameter in Cellpose-SAM wrapper
kostrykin Apr 28, 2026
d39c477
Fix `remote_repository_url`
kostrykin Apr 28, 2026
c90b170
Update 3Dtrees: RayCloudTools v1.2.0 (#1855)
hagreven Apr 30, 2026
7cd4a3e
Update RAG embedding model filter tag to 'vector-rag' (#1854)
arash77 Apr 30, 2026
496a77a
Merge pull request #1825 from planemo-autoupdate/tools/rna_tools/ribo…
pavanvidem May 4, 2026
e160e1c
Updating tools/llm_hub from version 2.32.0 to 2.33.0 (#1856)
gxydevbot May 4, 2026
820df14
Apply suggestion from @pavanvidem
pavanvidem May 4, 2026
18f46de
Update tools/cellpose_v4/.shed.yml
kostrykin May 4, 2026
52a7de6
Fix RAG Retriever crash on markdown files (#1859)
arash77 May 6, 2026
b095395
Use snapshot_download instead of SentenceTransformer.save() in downlo…
arash77 May 7, 2026
cc25c4d
Updating tools/rna_tools/sortmerna from version 4.4.0 to 5.0.0 (#1857)
gxydevbot May 8, 2026
a777314
add WebAtlas pipeline 0.5.3 (#1794)
dannyspadaro May 8, 2026
990b334
Fix Tiara wrapper when outputs are missing (#1846)
Minamehr May 10, 2026
018284a
Updating tools/llm_hub from version 2.33.0 to 2.36.0 (#1861)
gxydevbot May 12, 2026
68a35aa
Logan Proteins minor fix (#1860)
SaimMomin12 May 12, 2026
3167561
Update mafft.xml (#1863)
SirKekstington May 12, 2026
9bfce35
Merge pull request #1853 from kostrykin/kostrykin-patch-2
pavanvidem May 12, 2026
431176b
updated opsin and added shed.yml file (#1866)
hechth May 13, 2026
1acb0d4
tools: add 3dtrees metadata wrapper
kgerb May 15, 2026
7052b63
tools: rename 3dtrees metadata wrapper XML
kgerb May 15, 2026
949196c
tools: update metadata tool repository URL
kgerb May 16, 2026
fe7c5ce
tools: use 3dtrees metadata container
kgerb May 16, 2026
6cbc093
Update metadata tool to use internal reference layers
kgerb May 16, 2026
8634afd
tools: align metadata layer argument
kgerb May 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions chemicaltoolbox/opsin/.shed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
categories:
- Computational chemistry
homepage_url: https://github.com/dan2097/opsin
name: opsin
owner: bgruening
remote_repository_url: https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/opsin
type: unrestricted
repositories:
opsin:
description: OPSIN (Open Parser for Systematic IUPAC Nomenclature) IUPAC name-to-structure conversion
long_description: |
OPSIN is an Open Parser for Systematic IUPAC Nomenclature.
This suite provides tools to convert IUPAC chemical names into machine-readable structures,
including SMILES, CML, and InChI formats.
include:
- opsin.xml
21 changes: 12 additions & 9 deletions chemicaltoolbox/opsin/opsin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<tool id="ctb_opsin" name="IUPAC name-to-structure" version="2.4.0">
<description>converter (OPSIN)</description>
<tool id="ctb_opsin" name="opsin" version="@TOOL_VERSION@+galaxy0" profile="25.1">
<description>IUPAC name-to-structure</description>
<macros>
<token name="@TOOL_VERSION@">2.9.0</token>
</macros>
<parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="1000" merge_outputs="outfile"></parallelism>
<requirements>
<requirement type="package" version="2.4.0">opsin</requirement>
<requirement type="package" version="@TOOL_VERSION@">opsin</requirement>
</requirements>
<stdio>
<exit_code range="1:" />
Expand All @@ -13,15 +16,15 @@
<command>
<![CDATA[
opsin
"${radicals}"
"${wildcards}"
${radicals}
${wildcards}
-o$oformat
< "${infile}"
> "${outfile}"
< '${infile}'
> '${outfile}'
]]>
</command>
<inputs>
<param format="tabular,text" name="infile" type="data" label="IUPAC names" help="Upload file with a list of IUPAC names, each on its own line."/>
<param format="tabular,txt" name="infile" type="data" label="IUPAC names" help="Upload file with a list of IUPAC names, each on its own line."/>
<param name="oformat" type="select" label="Output format">
<option value="smi">SMILES</option>
<option value="cml">Chemical Markup Language</option>
Expand Down Expand Up @@ -53,7 +56,7 @@

OPSIN_ is a IUPAC name-to-structure conversion tool offering high recall and precision on organic chemical nomenclature.

.. _OPSIN: https://bitbucket.org/dan2097/opsin/overview
.. _OPSIN: https://github.com/dan2097/opsin


]]>
Expand Down
13 changes: 13 additions & 0 deletions tools/3dtrees_metadata/.shed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 3dtrees_metadata
owner: bgruening
description: Extract administrative and ecoregion metadata for 3Dtrees collections.
homepage_url: https://github.com/3dTrees-earth/3dtrees_metadata
long_description: |
Extracts administrative and ecoregion context for a 3Dtrees collection summary
by computing the collection centroid from collection_summary.json and
intersecting it with selected GADM and WWF Terrestrial Ecoregions v2.0 vector
datasets.
remote_repository_url: https://github.com/3dTrees-earth/galaxytools/tree/3dtrees_metadata_v1_0_0/tools/3dtrees_metadata
type: unrestricted
categories:
- "Geo Science"
106 changes: 106 additions & 0 deletions tools/3dtrees_metadata/3dtrees_metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<tool id="3dtrees_metadata" name="3Dtrees: Metadata" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2">
<description>Extract administrative and ecoregion metadata for a point-cloud collection</description>
<macros>
<token name="@TOOL_VERSION@">1.0.0</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<requirements>
<container type="docker">ghcr.io/3dtrees-earth/3dtrees_metadata:@TOOL_VERSION@</container>
</requirements>
<command detect_errors="exit_code"><![CDATA[
ln -s '$collection_summary' collection_summary.json &&
python -u /src/run.py
--collection-summary collection_summary.json
--metadata-layers '$metadata_layers'
--output-file additional_metadata.json
2>&1
]]></command>
<inputs>
<param name="collection_summary" type="data" format="json" label="Collection summary" help="collection_summary.json from the 3Dtrees: LAS/LAZ Standardization collection mode."/>
<param argument="--metadata-layers" type="select" multiple="true" display="checkboxes" min="1" label="Metadata layers to extract" help="Choose at least one metadata layer. Both are selected by default.">
<option value="gadm" selected="true">GADM administrative boundaries</option>
<option value="ecoregion" selected="true">WWF Terrestrial Ecoregions v2.0</option>
</param>
</inputs>
<outputs>
<data name="additional_metadata" format="json" label="additional_metadata" from_work_dir="additional_metadata.json"/>
</outputs>
<tests>
<test expect_num_outputs="1">
<param name="collection_summary" value="collection_summary.json" ftype="json"/>
<param name="metadata_layers" value="gadm,ecoregion"/>
<output name="additional_metadata" ftype="json">
<assert_contents>
<has_text text='"matched": true'/>
<has_text text='"selected_level": 1'/>
<has_text text='"name": "Baden-Wuerttemberg"'/>
<has_text text='"ecoregion_name": "Black Forest"'/>
<has_text text='"biome_name": "Temperate Broadleaf &amp; Mixed Forests"'/>
<has_text text='"is_forest_biome": true'/>
</assert_contents>
</output>
</test>
<test expect_num_outputs="1">
<param name="collection_summary" value="collection_summary.json" ftype="json"/>
<param name="metadata_layers" value="gadm"/>
<output name="additional_metadata" ftype="json">
<assert_contents>
<has_text text='"admin"'/>
<has_text text='"selected_level": 1'/>
<has_text text='"name": "Baden-Wuerttemberg"'/>
<not_has_text text='"ecoregion"'/>
</assert_contents>
</output>
</test>
<test expect_num_outputs="1">
<param name="collection_summary" value="collection_summary.json" ftype="json"/>
<param name="metadata_layers" value="ecoregion"/>
<output name="additional_metadata" ftype="json">
<assert_contents>
<has_text text='"ecoregion_name": "Black Forest"'/>
<has_text text='"is_forest_biome": true'/>
<not_has_text text='"admin"'/>
</assert_contents>
</output>
</test>
</tests>
<help format="markdown"><![CDATA[
**What it does**

This tool reads a 3Dtrees `collection_summary.json`, computes the WGS84 centroid
from `collection.multipolygon_wkt`, and intersects that point with the selected
reference layers. GADM provides administrative context; WWF Terrestrial
Ecoregions v2.0 data provides ecoregion, realm, and biome context.

-----

**Input**

- **Collection summary**: `collection_summary.json` produced by the 3Dtrees
standardization tool in collection mode.
- **Metadata layers to extract**: one or more internal reference layers. The tool
reads the selected reference datasets from the Docker image.

-----

**Output**

The tool writes `additional_metadata.json` with:

- GADM source details and checked layers
- Collection centroid longitude/latitude in EPSG:4326
- Whether the centroid matched a GADM feature
- Selected administrative level and hierarchy
- Raw matched GADM fields for downstream metadata enrichment
- Optional WWF ecoregion name/id, realm, biome code/name, and forest-biome flag
]]></help>
<creator>
<person name="Kilian Gerberding" email="kilian.gerberding@geosense.uni-freiburg.de" url="https://orcid.org/0009-0002-5001-2571"/>
<organization name="3Dtrees-Team, University of Freiburg" url="https://github.com/3dTrees-earth"/>
</creator>
<citations>
<citation type="bibtex">
@misc{3dtrees_metadata, title = {3Dtrees: Metadata}, author = {3Dtrees Project}, year = {2026}}
</citation>
</citations>
</tool>
8 changes: 8 additions & 0 deletions tools/3dtrees_metadata/test-data/collection_summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"collection": {
"multipolygon_wkt": "MULTIPOLYGON(((7.84 47.98, 7.86 47.98, 7.86 48.00, 7.84 48.00, 7.84 47.98)))"
},
"n_tiles": 2,
"homogeneous_crs": true,
"homogeneous_attribute_names": true
}
35 changes: 35 additions & 0 deletions tools/3dtrees_metadata/test-data/gadm_fixture.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "FeatureCollection",
"name": "gadm_fixture",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"GID_0": "DEU",
"COUNTRY": "Germany",
"GID_1": "DEU.1_1",
"NAME_1": "Baden-Wuerttemberg",
"TYPE_1": "Land",
"ENGTYPE_1": "State"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[7.70, 47.80],
[8.00, 47.80],
[8.00, 48.20],
[7.70, 48.20],
[7.70, 47.80]
]
]
}
}
]
}
34 changes: 34 additions & 0 deletions tools/3dtrees_metadata/test-data/wwf_ecoregions_fixture.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"type": "FeatureCollection",
"name": "wwf_ecoregions_fixture",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"ECO_NAME": "Black Forest",
"ECO_ID": "PA0414",
"REALM": "PA",
"BIOME": 4,
"BIOME_DESC": "Temperate Broadleaf & Mixed Forests"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[7.70, 47.80],
[8.00, 47.80],
[8.00, 48.20],
[7.70, 48.20],
[7.70, 47.80]
]
]
}
}
]
}
4 changes: 2 additions & 2 deletions tools/3dtrees_raycloudtools/raycloudtools.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<tool id="3dtrees_raycloudtools" name="3Dtrees: RayCloudTools" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="25.1" license="BSD-3-Clause">
<description>Tree instance segmentation</description>
<macros>
<token name="@TOOL_VERSION@">1.1.1</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">1.2.0</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<requirements>
<container type="docker">
Expand Down
Binary file modified tools/3dtrees_raycloudtools/test-data/Example_Tree_RCT_mesh.ply
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Tree file. Optional per-tree attributes (e.g. 'height,crown_radius, ') followed by 'x,y,z,radius' and any additional per-segment attributes:
x,y,z,radius,parent_id,section_id
-0.0004,-0.0005,-0.0400,0.0525,-1,0, 0.0008,-0.0009,0.5044,0.0525,0,1, 0.0300,-0.0450,0.7800,0.0523,1,2, 0.0033,-0.0052,1.0377,0.0523,2,3, -0.0056,0.0493,1.2587,0.0384,3,4, 0.0203,-0.0530,1.2240,0.0356,3,5, -0.0260,0.1583,1.4181,0.0384,4,6, -0.0100,-0.0580,1.4800,0.0356,5,7, -0.0405,0.2458,1.5522,0.0384,6,8, -0.0133,-0.0633,1.7300,0.0356,7,9, -0.0558,0.3339,1.6914,0.0384,8,10, -0.0100,-0.0750,1.8750,0.0355,9,11, -0.0221,0.3834,1.8933,0.0319,10,12, -0.0650,0.4650,1.8400,0.0213,10,14, 0.0175,-0.1334,2.0886,0.0355,11,13, 0.0276,0.3805,2.0381,0.0319,12,15, -0.0950,0.5225,1.9500,0.0213,13,17, 0.0300,-0.1200,2.2040,0.0351,14,16, 0.0157,0.3912,2.1720,0.0319,15,18, -0.1050,0.6050,2.0400,0.0211,16,20, 0.0461,-0.1344,2.3103,0.0351,17,19, -0.0325,0.3050,2.3100,0.0316,18,21, -0.1200,0.6750,2.1250,0.0211,19,23, 0.0367,-0.2200,2.4633,0.0347,20,22, 0.0049,0.2169,2.5093,0.0313,21,24, -0.1633,0.7333,2.1900,0.0184,22,26, -0.1178,0.7124,2.2245,0.0103,22,30, 0.0550,-0.2675,2.5850,0.0267,23,25, 0.0640,-0.2840,2.5760,0.0222,23,28, 0.0450,0.1629,2.5958,0.0225,24,27, -0.0518,0.1240,2.6016,0.0214,24,32, -0.2225,0.8475,2.2725,0.0184,25,31, -0.1100,0.7225,2.3075,0.0103,26,36, 0.0750,-0.3200,2.7600,0.0267,27,29, 0.0520,-0.3640,2.7140,0.0222,28,34, 0.0250,0.2600,2.7400,0.0225,29,33, -0.0750,0.1250,2.7300,0.0214,30,38, -0.2650,0.9375,2.3500,0.0184,31,37, 0.1100,-0.3600,2.8850,0.0267,33,35, -0.0098,-0.4474,2.7674,0.0222,34,40, 0.0600,0.3567,2.8233,0.0225,35,39, -0.1075,0.1300,2.7900,0.0213,36,43, -0.2833,1.0000,2.4233,0.0152,37,42, -0.3100,0.9933,2.4167,0.0102,37,47, 0.1250,-0.4050,3.0050,0.0267,38,41, -0.0400,-0.5100,2.8120,0.0222,39,45, 0.0967,0.4467,2.8733,0.0191,40,44, 0.0497,0.4464,2.9199,0.0119,40,50, -0.1704,0.1585,2.8855,0.0213,41,49, -0.2948,1.0738,2.4693,0.0152,42,48, 0.1340,-0.4420,3.2000,0.0267,44,46, -0.1120,-0.6360,2.9080,0.0222,45,52, 0.0993,0.6170,2.8780,0.0191,46,51, 0.0800,0.4467,2.9733,0.0116,47,56, -0.2000,0.1500,2.9833,0.0201,48,55, -0.3100,1.1300,2.5450,0.0152,49,54, 0.1750,-0.4625,3.3275,0.0243,50,53, -0.1100,-0.7100,2.9833,0.0190,51,58, 0.2000,0.6350,2.9050,0.0180,52,57, 0.0900,0.4800,3.0500,0.0116,53,62, -0.2560,0.1200,3.1040,0.0201,54,61, -0.3287,1.1993,2.5983,0.0152,55,60, 0.1900,-0.4700,3.4467,0.0243,56,59, -0.1280,-0.7820,3.0440,0.0190,57,64, 0.2467,0.7000,2.9333,0.0180,58,63, 0.0833,0.5083,3.1149,0.0116,59,68, -0.2625,0.0650,3.1625,0.0189,60,67, -0.3500,1.2533,2.6300,0.0122,61,66, 0.2580,-0.4800,3.5500,0.0243,62,65, -0.1496,-0.8424,3.1172,0.0190,63,70, 0.3350,0.7950,2.9350,0.0178,64,69, 0.0575,0.5900,3.1525,0.0115,65,74, -0.2450,0.0000,3.2500,0.0182,66,73, -0.3833,1.3667,2.7500,0.0122,67,72, 0.2750,-0.4925,3.6600,0.0188,68,71, 0.3250,-0.4850,3.6100,0.0152,68,77, -0.1967,-0.9933,3.2467,0.0157,69,76, 0.4400,0.7833,2.9000,0.0174,70,75, 0.0900,0.5900,3.2100,0.0115,71,80, -0.2467,-0.0800,3.3333,0.0182,72,79, 0.2800,-0.5250,3.8425,0.0188,74,78, 0.4000,-0.4850,3.6600,0.0152,75,83, -0.2400,-1.0933,3.3033,0.0124,76,82, 0.4900,0.7500,2.8600,0.0174,77,81, -0.2300,-0.1800,3.3950,0.0181,79,85, 0.3033,-0.5533,3.9233,0.0154,80,84, 0.4600,-0.4900,3.7250,0.0120,81,87, 0.5050,0.7000,2.7900,0.0174,83,86, -0.2000,-0.2533,3.4767,0.0181,84,89, 0.3400,-0.5750,4.0200,0.0154,85,88, 0.4750,0.6700,2.7000,0.0169,87,90, -0.1250,-0.4350,3.5750,0.0181,88,92, 0.3550,-0.5975,4.1150,0.0119,89,91, 0.4000,0.6200,2.5833,0.0168,90,93, -0.1033,-0.6267,3.6833,0.0181,91,94, 0.3333,0.5367,2.5033,0.0168,93,95, 0.2625,0.4375,2.4475,0.0168,95,96
-0.0001,0.0000,0.0170,0.0496,-1,0, -0.0041,0.0072,0.3102,0.0495,0,1, -0.0197,-0.0208,0.5441,0.0495,1,2, 0.0289,-0.0430,0.7817,0.0494,2,3, 0.0022,-0.0065,1.0393,0.0494,3,4, 0.0051,0.0015,1.2568,0.0488,4,5, -0.0355,0.1312,1.3994,0.0358,5,6, -0.0101,-0.0525,1.5017,0.0332,5,7, -0.0500,0.2320,1.5410,0.0358,6,8, 0.0079,-0.0672,1.7355,0.0332,7,9, -0.0558,0.3157,1.6645,0.0358,8,10, -0.0094,-0.0712,1.8755,0.0332,9,11, -0.0546,0.4041,1.8211,0.0358,10,12, 0.0004,-0.1285,2.0667,0.0332,11,13, -0.0065,0.3776,1.9416,0.0299,12,14, -0.1022,0.5328,1.9717,0.0198,12,16, 0.0378,-0.1209,2.2022,0.0328,13,15, 0.0325,0.3806,2.0534,0.0299,14,17, -0.1429,0.5818,2.0170,0.0172,15,19, -0.1034,0.6093,2.0410,0.0099,15,22, 0.0205,-0.1726,2.3263,0.0325,16,18, 0.0152,0.3933,2.1812,0.0299,17,20, -0.1619,0.6444,2.0747,0.0172,18,23, -0.1169,0.6763,2.1220,0.0099,19,26, 0.0358,-0.2209,2.4633,0.0325,20,21, -0.0339,0.3043,2.3098,0.0295,21,24, -0.1719,0.7324,2.1603,0.0172,22,27, -0.1309,0.7083,2.1800,0.0099,23,30, 0.0378,-0.2939,2.5967,0.0324,24,25, 0.0050,0.2054,2.5183,0.0291,25,28, -0.2061,0.8030,2.2447,0.0172,26,31, -0.1394,0.7148,2.2265,0.0099,27,35, 0.0741,-0.3192,2.7585,0.0254,28,29, 0.0044,-0.4309,2.7325,0.0201,28,33, -0.0959,0.2711,2.6203,0.0212,29,32, -0.0667,0.1102,2.6278,0.0197,29,37, -0.2412,0.8838,2.2890,0.0172,30,36, -0.1087,0.7176,2.3004,0.0099,31,41, 0.1111,-0.3567,2.8820,0.0254,32,34, -0.0505,-0.5006,2.8197,0.0201,33,39, -0.0599,0.3073,2.6800,0.0212,34,38, -0.0759,0.1275,2.7308,0.0197,35,43, -0.2785,0.9464,2.3633,0.0172,36,42, 0.1311,-0.3979,3.0303,0.0254,38,40, -0.1134,-0.6227,2.8993,0.0201,39,45, 0.0088,0.3358,2.7843,0.0212,40,44, -0.1168,0.1469,2.7978,0.0197,41,48, -0.2986,1.0128,2.4297,0.0172,42,47, 0.1325,-0.4416,3.1988,0.0254,43,46, -0.1804,-0.6907,2.9590,0.0154,44,50, -0.1290,-0.7122,2.9810,0.0129,44,55, 0.0673,0.3832,2.8496,0.0212,45,49, -0.1692,0.1603,2.8724,0.0197,46,53, -0.3189,1.0668,2.4665,0.0143,47,52, 0.1746,-0.4620,3.3255,0.0231,48,51, -0.2332,-0.7333,3.0066,0.0154,49,56, -0.1234,-0.7687,3.0250,0.0129,50,62, 0.1111,0.4793,2.8910,0.0183,51,54, 0.0530,0.4640,2.9487,0.0108,51,60, -0.2119,0.1345,2.9852,0.0186,52,59, -0.3155,1.1296,2.5242,0.0143,53,58, 0.1881,-0.4689,3.4450,0.0231,54,57, -0.2685,-0.7976,3.0643,0.0132,55,63, -0.1319,-0.8022,3.0560,0.0128,56,69, 0.1035,0.6132,2.8785,0.0182,57,61, 0.0657,0.4271,3.0245,0.0108,58,67, -0.2557,0.1186,3.1072,0.0186,59,66, -0.3249,1.1838,2.5547,0.0116,60,65, 0.2561,-0.4790,3.5498,0.0231,61,64, -0.3055,-0.8886,3.1673,0.0119,62,70, -0.1599,-0.8372,3.0907,0.0128,63,77, 0.2021,0.6373,2.9090,0.0163,64,68, 0.1203,0.7096,2.9366,0.0081,64,75, 0.0876,0.4823,3.0470,0.0107,65,74, -0.2626,0.0635,3.1622,0.0174,66,73, -0.3464,1.2313,2.6100,0.0116,67,72, 0.2761,-0.4969,3.6687,0.0180,68,71, 0.3355,-0.4779,3.6277,0.0146,68,79, -0.3194,-0.9527,3.2475,0.0119,69,78, -0.1739,-0.8872,3.1695,0.0128,70,85, 0.2475,0.7008,2.9343,0.0163,71,76, 0.0959,0.4990,3.1015,0.0107,73,83, -0.2474,-0.0002,3.2480,0.0169,74,82, -0.3529,1.2758,2.6475,0.0116,75,81, 0.2811,-0.5260,3.8443,0.0180,76,80, 0.3971,-0.4827,3.6600,0.0145,77,87, -0.3149,-1.0117,3.2870,0.0119,78,86, 0.3316,0.7948,2.9320,0.0163,80,84, 0.0774,0.5173,3.1315,0.0107,81,91, -0.2519,-0.0817,3.3635,0.0169,82,90, -0.3809,1.3678,2.7503,0.0116,83,89, 0.3048,-0.5389,3.9220,0.0149,84,88, 0.4611,-0.4892,3.7255,0.0115,85,94, -0.2909,-1.0927,3.3260,0.0114,86,93, 0.4388,0.7848,2.8960,0.0161,87,92, 0.0574,0.5888,3.1540,0.0107,88,97, -0.2201,-0.2160,3.4470,0.0169,89,96, 0.3425,-0.5872,4.0420,0.0149,91,95, 0.5006,0.7518,2.8560,0.0161,94,98, 0.0866,0.5908,3.2080,0.0107,95,101, -0.1582,-0.3719,3.5537,0.0169,96,100, 0.3536,-0.5975,4.1153,0.0115,97,99, 0.5081,0.6998,2.7905,0.0161,98,102, -0.0839,-0.6092,3.6685,0.0169,100,103, 0.4781,0.6723,2.7020,0.0156,102,104, 0.4025,0.6241,2.5833,0.0156,104,105, 0.3626,0.5748,2.5310,0.0156,105,106, 0.3116,0.5063,2.4790,0.0156,106,107, 0.2598,0.4308,2.4513,0.0155,107,108
Loading
Loading