Skip to content

Commit

Permalink
Merge pull request galaxyproject#209 from planemo-autoupdate/workflow…
Browse files Browse the repository at this point in the history
…s/data-fetching/parallel-accession-download

Updating workflows/data-fetching/parallel-accession-download from 0.1.4 to 0.1.5
  • Loading branch information
lldelisle authored Sep 12, 2023
2 parents ffdc8a0 + 4dcb799 commit 0108638
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.5] 2023-09-12

### Automatic update
- `toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/3.0.5+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/3.0.5+galaxy1`

## [0.1.4] 2023-02-17

### Automatic update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"format-version": "0.1",
"license": "MIT",
"release": "0.1.4",
"release": "0.1.5",
"name": "Parallel Accession Download",
"steps": {
"0": {
Expand Down Expand Up @@ -131,7 +131,7 @@
},
"3": {
"annotation": "",
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/3.0.5+galaxy0",
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/3.0.5+galaxy1",
"errors": null,
"id": 3,
"input_connections": {
Expand Down Expand Up @@ -187,15 +187,15 @@
"output_name": "output_collection_other"
}
},
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/3.0.5+galaxy0",
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/sra_tools/fasterq_dump/3.0.5+galaxy1",
"tool_shed_repository": {
"changeset_revision": "6ea73833cf67",
"changeset_revision": "4317d3cb6cba",
"name": "sra_tools",
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
"tool_state": "{\"__job_resource\": {\"__current_case__\": 0, \"__job_resource__select\": \"no\"}, \"adv\": {\"minlen\": null, \"split\": \"--split-3\", \"skip_technical\": true}, \"input\": {\"input_select\": \"accession_number\", \"__current_case__\": 0, \"accession\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
"tool_version": "3.0.5+galaxy0",
"tool_state": "{\"__job_resource\": {\"__current_case__\": 0, \"__job_resource__select\": \"no\"}, \"adv\": {\"seq_defline\": \"@$sn/$ri\", \"minlen\": null, \"split\": \"--split-3\", \"skip_technical\": true}, \"input\": {\"input_select\": \"accession_number\", \"__current_case__\": 0, \"accession\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
"tool_version": "3.0.5+galaxy1",
"type": "tool",
"uuid": "4d328e7b-df7d-4d3e-a60f-1ea12925f317",
"when": null,
Expand Down

0 comments on commit 0108638

Please sign in to comment.