You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3/Assembly-Hifi-only-VGP3.ga
+86-32Lines changed: 86 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
"format-version": "0.1",
17
17
"license": "CC-BY-4.0",
18
18
"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",
19
20
"report": {
20
21
"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"
21
22
},
@@ -459,7 +460,12 @@
459
460
"output_name": "output"
460
461
}
461
462
},
462
-
"inputs": [],
463
+
"inputs": [
464
+
{
465
+
"description": "runtime parameter for tool Cutadapt",
466
+
"name": "library"
467
+
}
468
+
],
463
469
"label": null,
464
470
"name": "Cutadapt",
465
471
"outputs": [
@@ -704,7 +710,12 @@
704
710
"output_name": "report"
705
711
}
706
712
},
707
-
"inputs": [],
713
+
"inputs": [
714
+
{
715
+
"description": "runtime parameter for tool MultiQC",
716
+
"name": "image_content_input"
717
+
}
718
+
],
708
719
"label": null,
709
720
"name": "MultiQC",
710
721
"outputs": [
@@ -1082,7 +1093,16 @@
1082
1093
"output_name": "out1"
1083
1094
}
1084
1095
},
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
+
],
1086
1106
"label": null,
1087
1107
"name": "Hifiasm",
1088
1108
"outputs": [
@@ -1243,7 +1263,12 @@
1243
1263
"output_name": "primary_contig_graph"
1244
1264
}
1245
1265
},
1246
-
"inputs": [],
1266
+
"inputs": [
1267
+
{
1268
+
"description": "runtime parameter for tool gfastats",
1269
+
"name": "mode_condition"
1270
+
}
1271
+
],
1247
1272
"label": null,
1248
1273
"name": "gfastats",
1249
1274
"outputs": [
@@ -1304,7 +1329,12 @@
1304
1329
"output_name": "primary_contig_graph"
1305
1330
}
1306
1331
},
1307
-
"inputs": [],
1332
+
"inputs": [
1333
+
{
1334
+
"description": "runtime parameter for tool gfastats",
1335
+
"name": "mode_condition"
1336
+
}
1337
+
],
1308
1338
"label": null,
1309
1339
"name": "gfastats",
1310
1340
"outputs": [
@@ -1365,7 +1395,12 @@
1365
1395
"output_name": "alternate_contig_graph"
1366
1396
}
1367
1397
},
1368
-
"inputs": [],
1398
+
"inputs": [
1399
+
{
1400
+
"description": "runtime parameter for tool gfastats",
1401
+
"name": "mode_condition"
1402
+
}
1403
+
],
1369
1404
"label": null,
1370
1405
"name": "gfastats",
1371
1406
"outputs": [
@@ -1426,7 +1461,12 @@
1426
1461
"output_name": "alternate_contig_graph"
1427
1462
}
1428
1463
},
1429
-
"inputs": [],
1464
+
"inputs": [
1465
+
{
1466
+
"description": "runtime parameter for tool gfastats",
1467
+
"name": "mode_condition"
1468
+
}
1469
+
],
1430
1470
"label": null,
1431
1471
"name": "gfastats",
1432
1472
"outputs": [
@@ -1487,7 +1527,12 @@
1487
1527
"output_name": "primary_contig_graph"
1488
1528
}
1489
1529
},
1490
-
"inputs": [],
1530
+
"inputs": [
1531
+
{
1532
+
"description": "runtime parameter for tool gfastats",
1533
+
"name": "mode_condition"
1534
+
}
1535
+
],
1491
1536
"label": null,
1492
1537
"name": "gfastats",
1493
1538
"outputs": [
@@ -1555,7 +1600,12 @@
1555
1600
"output_name": "alternate_contig_graph"
1556
1601
}
1557
1602
},
1558
-
"inputs": [],
1603
+
"inputs": [
1604
+
{
1605
+
"description": "runtime parameter for tool gfastats",
1606
+
"name": "mode_condition"
1607
+
}
1608
+
],
1559
1609
"label": null,
1560
1610
"name": "gfastats",
1561
1611
"outputs": [
@@ -2014,7 +2064,12 @@
2014
2064
"output_name": "output"
2015
2065
}
2016
2066
},
2017
-
"inputs": [],
2067
+
"inputs": [
2068
+
{
2069
+
"description": "runtime parameter for tool Merqury",
"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"
Copy file name to clipboardExpand all lines: workflows/VGP-assembly-v2/Assembly-Hifi-only-VGP3/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
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`
0 commit comments