Skip to content

Commit ea46468

Browse files
author
planemo-autoupdate
committed
Updating workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3 from 0.3.5 to 0.3.6
1 parent 8d805de commit ea46468

File tree

2 files changed

+91
-32
lines changed

2 files changed

+91
-32
lines changed

workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3/Assembly-Hifi-only-VGP3.ga

Lines changed: 86 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"format-version": "0.1",
1717
"license": "CC-BY-4.0",
1818
"name": "Genome Assembly from Hifi reads - VGP3",
19+
"readme": "## Contiging Solo:\n\nGenerate assembly based on PacBio Hifi Reads.\n\n\n### Inputs\n\n1. Species Name [text]\n2. Assembly Name [text]\n3. Hifi long reads [fastq collection]\n4. K-mer database [meryldb]\n5. Genome profile summary generated by Genomescope [txt]\n6. Bits for Hifiasm bloom filter [integer]\n7. Homozygous Read Coverage. Optional, use if you think the estimation from Genomescope is inaccurate [integer]\n8. Genomescope Model Parameters generated by Genomescope [tabular]\n9. Database for Compleasm lineage (recommended: latest)\n10. Compleasm lineage (recommended: vertebrata)\n11. Name of primary assembly\n12. Name of alternate assembly\n\n\n### Outputs\n\n1. Primary assembly\n2. Alternate assembly\n3. QC: Bandage image for the raw unitigs\n4. QC: Compleasm report for both assemblies\n5. QC: Merqury report for both assemblies\n6. QC: Assembly statistics for both assemblies\n7. QC: Nx and Size plots for both assemblies\n",
1920
"report": {
2021
"markdown": "Species:\n\n```galaxy\nhistory_dataset_embedded(output=\"Species Name for report\")\n```\n\n\nAssembly:\n\n```galaxy\nhistory_dataset_embedded(output=\"Assembly Name for report\")\n```\n\n\n## Raw unitig graph\n\n```galaxy\nhistory_dataset_as_image(output=\"raw unitig graph image\")\n```\n\n## Merqury results\n\n### Merqury QV\n\n```galaxy\nhistory_dataset_as_table(output=\"merqury_qv\")\n```\n\n### Merqury completeness\n\n```galaxy\nhistory_dataset_as_table(output=\"merqury_stats\")\n```\n\n### Merqury plots\n\n\n\n```galaxy\nhistory_dataset_as_image(output=N)\n```\n\n\nhap1 spectra-cn:\n\n```galaxy\nhistory_dataset_as_image(output=\"output_merqury.assembly_01.spectra-cn.fl\")\n```\n\n\n## Compleasm results \n\nDatabase:\n\n```galaxy\nhistory_dataset_embedded(output=\"Lineage for report\")\n```\n\nPrimary Assembly\n\n\n```galaxy\nhistory_dataset_embedded(output=\"Compleasm on Primary Assembly contigs: Summary\")\n```\n\n\nAlternate Assembly\n\n\n```galaxy\nhistory_dataset_embedded(output=\"Compleasm on Alternate Assembly contigs: Summary\")\n```\n\n\n\n## Assembly statistics\n\n\n```galaxy\nhistory_dataset_as_table(output=\"clean_stats\")\n```\n\n\n## Nx and Size plots\n\n\n\r\n```galaxy\nhistory_dataset_as_image(output=\"Nx and Size plots\")\n```\r\n\n\n\n\n"
2122
},
@@ -459,7 +460,12 @@
459460
"output_name": "output"
460461
}
461462
},
462-
"inputs": [],
463+
"inputs": [
464+
{
465+
"description": "runtime parameter for tool Cutadapt",
466+
"name": "library"
467+
}
468+
],
463469
"label": null,
464470
"name": "Cutadapt",
465471
"outputs": [
@@ -704,7 +710,12 @@
704710
"output_name": "report"
705711
}
706712
},
707-
"inputs": [],
713+
"inputs": [
714+
{
715+
"description": "runtime parameter for tool MultiQC",
716+
"name": "image_content_input"
717+
}
718+
],
708719
"label": null,
709720
"name": "MultiQC",
710721
"outputs": [
@@ -1082,7 +1093,16 @@
10821093
"output_name": "out1"
10831094
}
10841095
},
1085-
"inputs": [],
1096+
"inputs": [
1097+
{
1098+
"description": "runtime parameter for tool Hifiasm",
1099+
"name": "assembly_options"
1100+
},
1101+
{
1102+
"description": "runtime parameter for tool Hifiasm",
1103+
"name": "mode"
1104+
}
1105+
],
10861106
"label": null,
10871107
"name": "Hifiasm",
10881108
"outputs": [
@@ -1243,7 +1263,12 @@
12431263
"output_name": "primary_contig_graph"
12441264
}
12451265
},
1246-
"inputs": [],
1266+
"inputs": [
1267+
{
1268+
"description": "runtime parameter for tool gfastats",
1269+
"name": "mode_condition"
1270+
}
1271+
],
12471272
"label": null,
12481273
"name": "gfastats",
12491274
"outputs": [
@@ -1304,7 +1329,12 @@
13041329
"output_name": "primary_contig_graph"
13051330
}
13061331
},
1307-
"inputs": [],
1332+
"inputs": [
1333+
{
1334+
"description": "runtime parameter for tool gfastats",
1335+
"name": "mode_condition"
1336+
}
1337+
],
13081338
"label": null,
13091339
"name": "gfastats",
13101340
"outputs": [
@@ -1365,7 +1395,12 @@
13651395
"output_name": "alternate_contig_graph"
13661396
}
13671397
},
1368-
"inputs": [],
1398+
"inputs": [
1399+
{
1400+
"description": "runtime parameter for tool gfastats",
1401+
"name": "mode_condition"
1402+
}
1403+
],
13691404
"label": null,
13701405
"name": "gfastats",
13711406
"outputs": [
@@ -1426,7 +1461,12 @@
14261461
"output_name": "alternate_contig_graph"
14271462
}
14281463
},
1429-
"inputs": [],
1464+
"inputs": [
1465+
{
1466+
"description": "runtime parameter for tool gfastats",
1467+
"name": "mode_condition"
1468+
}
1469+
],
14301470
"label": null,
14311471
"name": "gfastats",
14321472
"outputs": [
@@ -1487,7 +1527,12 @@
14871527
"output_name": "primary_contig_graph"
14881528
}
14891529
},
1490-
"inputs": [],
1530+
"inputs": [
1531+
{
1532+
"description": "runtime parameter for tool gfastats",
1533+
"name": "mode_condition"
1534+
}
1535+
],
14911536
"label": null,
14921537
"name": "gfastats",
14931538
"outputs": [
@@ -1555,7 +1600,12 @@
15551600
"output_name": "alternate_contig_graph"
15561601
}
15571602
},
1558-
"inputs": [],
1603+
"inputs": [
1604+
{
1605+
"description": "runtime parameter for tool gfastats",
1606+
"name": "mode_condition"
1607+
}
1608+
],
15591609
"label": null,
15601610
"name": "gfastats",
15611611
"outputs": [
@@ -2014,7 +2064,12 @@
20142064
"output_name": "output"
20152065
}
20162066
},
2017-
"inputs": [],
2067+
"inputs": [
2068+
{
2069+
"description": "runtime parameter for tool Merqury",
2070+
"name": "mode"
2071+
}
2072+
],
20182073
"label": null,
20192074
"name": "Merqury",
20202075
"outputs": [
@@ -2482,7 +2537,7 @@
24822537
},
24832538
"2": {
24842539
"annotation": "",
2485-
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy2",
2540+
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy3",
24862541
"errors": null,
24872542
"id": 2,
24882543
"input_connections": {
@@ -2511,16 +2566,16 @@
25112566
"output_name": "outfile"
25122567
}
25132568
},
2514-
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy2",
2569+
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy3",
25152570
"tool_shed_repository": {
2516-
"changeset_revision": "c41d78ae5fee",
2571+
"changeset_revision": "ab83aa685821",
25172572
"name": "text_processing",
25182573
"owner": "bgruening",
25192574
"tool_shed": "toolshed.g2.bx.psu.edu"
25202575
},
25212576
"tool_state": "{\"code\": \"{total += $2; $3 = total}1\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"variables\": [], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
25222577
"tool_uuid": null,
2523-
"tool_version": "9.5+galaxy2",
2578+
"tool_version": "9.5+galaxy3",
25242579
"type": "tool",
25252580
"uuid": "69c7b2e7-5c82-49ec-8301-737e5ec1739b",
25262581
"when": null,
@@ -2764,7 +2819,7 @@
27642819
}
27652820
},
27662821
"tags": [],
2767-
"uuid": "879e7496-7b30-4db9-b417-a2daa1307973"
2822+
"uuid": "4b9ee802-7620-4025-ba31-83fa6fc12926"
27682823
},
27692824
"tool_id": null,
27702825
"type": "subworkflow",
@@ -2871,7 +2926,7 @@
28712926
},
28722927
"2": {
28732928
"annotation": "",
2874-
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy2",
2929+
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy3",
28752930
"errors": null,
28762931
"id": 2,
28772932
"input_connections": {
@@ -2900,16 +2955,16 @@
29002955
"output_name": "outfile"
29012956
}
29022957
},
2903-
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy2",
2958+
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_awk_tool/9.5+galaxy3",
29042959
"tool_shed_repository": {
2905-
"changeset_revision": "c41d78ae5fee",
2960+
"changeset_revision": "ab83aa685821",
29062961
"name": "text_processing",
29072962
"owner": "bgruening",
29082963
"tool_shed": "toolshed.g2.bx.psu.edu"
29092964
},
29102965
"tool_state": "{\"code\": \"{total += $2; $3 = total}1\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"variables\": [], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
29112966
"tool_uuid": null,
2912-
"tool_version": "9.5+galaxy2",
2967+
"tool_version": "9.5+galaxy3",
29132968
"type": "tool",
29142969
"uuid": "69c7b2e7-5c82-49ec-8301-737e5ec1739b",
29152970
"when": null,
@@ -3153,7 +3208,7 @@
31533208
}
31543209
},
31553210
"tags": [],
3156-
"uuid": "4267d71d-1601-4a61-9ea1-d078897c527a"
3211+
"uuid": "c2c58c38-ff20-4945-be81-f10e4627bbaf"
31573212
},
31583213
"tool_id": null,
31593214
"type": "subworkflow",
@@ -3713,7 +3768,7 @@
37133768
},
37143769
"6": {
37153770
"annotation": "",
3716-
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy2",
3771+
"content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy3",
37173772
"errors": null,
37183773
"id": 6,
37193774
"input_connections": {
@@ -3746,16 +3801,16 @@
37463801
"output_name": "out_file1"
37473802
}
37483803
},
3749-
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy2",
3804+
"tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy3",
37503805
"tool_shed_repository": {
3751-
"changeset_revision": "c41d78ae5fee",
3806+
"changeset_revision": "ab83aa685821",
37523807
"name": "text_processing",
37533808
"owner": "bgruening",
37543809
"tool_shed": "toolshed.g2.bx.psu.edu"
37553810
},
37563811
"tool_state": "{\"inputs\": {\"__class__\": \"ConnectedValue\"}, \"queries\": [{\"__index__\": 0, \"inputs2\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
37573812
"tool_uuid": null,
3758-
"tool_version": "9.5+galaxy2",
3813+
"tool_version": "9.5+galaxy3",
37593814
"type": "tool",
37603815
"uuid": "edbf8363-cf44-4536-b45c-60d54088e0fb",
37613816
"when": null,
@@ -3965,7 +4020,7 @@
39654020
}
39664021
},
39674022
"tags": [],
3968-
"uuid": "1e2a1d82-f312-4583-8176-86129a80c1fe"
4023+
"uuid": "af88dea0-4bce-4b53-9a07-92ba64f5f187"
39694024
},
39704025
"tool_id": null,
39714026
"type": "subworkflow",
@@ -4026,7 +4081,7 @@
40264081
"owner": "bgruening",
40274082
"tool_shed": "toolshed.g2.bx.psu.edu"
40284083
},
4029-
"tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"label_options\": {\"label\": \"true\", \"__current_case__\": 0, \"label_indexes\": false}, \"pointsize\": \"20\", \"resize\": \"60\", \"title\": \"Merqury plots\", \"width\": \"2\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
4084+
"tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"label_options\": {\"label\": \"true\", \"__current_case__\": 0, \"label_indexes\": false}, \"pointsize\": \"20\", \"resize\": \"60\", \"title\": \"Merqury plots\", \"width\": \"2\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
40304085
"tool_uuid": null,
40314086
"tool_version": "7.1.2-2+galaxy1",
40324087
"type": "tool",
@@ -4154,7 +4209,7 @@
41544209
"owner": "bgruening",
41554210
"tool_shed": "toolshed.g2.bx.psu.edu"
41564211
},
4157-
"tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"label_options\": {\"label\": \"true\", \"__current_case__\": 0, \"label_indexes\": false}, \"pointsize\": \"20\", \"resize\": \"60\", \"title\": \"\", \"width\": \"2\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
4212+
"tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"label_options\": {\"label\": \"true\", \"__current_case__\": 0, \"label_indexes\": false}, \"pointsize\": \"20\", \"resize\": \"60\", \"title\": \"\", \"width\": \"2\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
41584213
"tool_uuid": null,
41594214
"tool_version": "7.1.2-2+galaxy1",
41604215
"type": "tool",
@@ -4225,8 +4280,7 @@
42254280
"VGP",
42264281
"Reviewed"
42274282
],
4228-
"uuid": "4e7b37ab-0d8c-4a20-87de-784d43b6e65d",
4229-
"version": 10,
4230-
"release": "0.3.5",
4231-
"readme": "## Contiging Solo:\n\nGenerate assembly based on PacBio Hifi Reads.\n\n\n### Inputs\n\n1. Species Name [text]\n2. Assembly Name [text]\n3. Hifi long reads [fastq collection]\n4. K-mer database [meryldb]\n5. Genome profile summary generated by Genomescope [txt]\n6. Bits for Hifiasm bloom filter [integer]\n7. Homozygous Read Coverage. Optional, use if you think the estimation from Genomescope is inaccurate [integer]\n8. Genomescope Model Parameters generated by Genomescope [tabular]\n9. Database for Compleasm lineage (recommended: latest)\n10. Compleasm lineage (recommended: vertebrata)\n11. Name of primary assembly\n12. Name of alternate assembly\n\n\n### Outputs\n\n1. Primary assembly\n2. Alternate assembly\n3. QC: Bandage image for the raw unitigs\n4. QC: Compleasm report for both assemblies\n5. QC: Merqury report for both assemblies\n6. QC: Assembly statistics for both assemblies\n7. QC: Nx and Size plots for both assemblies\n"
4232-
}
4283+
"uuid": "63a7bc1e-5db8-4f9a-a02f-146bf3e3a6bf",
4284+
"version": 1,
4285+
"release": "0.3.6"
4286+
}

workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.3.6] - 2026-03-16
4+
5+
### Automatic update
6+
- `toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy2` was updated to `toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cat/9.5+galaxy3`
7+
38
## [0.3.5] - 2026-03-12
49

510
### Changed

0 commit comments

Comments
 (0)