Skip to content

Commit 9aa3dc3

Browse files
author
planemo-autoupdate
committed
Updating workflows/variant-calling/ploidy-aware-genotype-calling from 0.1.1 to 0.1.2
1 parent 2ea8f8f commit 9aa3dc3

File tree

2 files changed

+37
-38
lines changed

2 files changed

+37
-38
lines changed

workflows/variant-calling/ploidy-aware-genotype-calling/CHANGELOG.md

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

3+
## [0.1.2] - 2026-03-23
4+
5+
### Automatic update
6+
- `toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.1.0+galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.2.0+galaxy0`
7+
- `toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_build_gb/5.2+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_build_gb/5.4+galaxy0`
8+
- `toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.8` was updated to `toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.9`
9+
- `toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/5.2+galaxy1` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/5.4+galaxy0`
10+
- `toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/4.3+t.galaxy0` was updated to `toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/5.4.0c+galaxy0`
11+
312
## [0.1.1] 2026-03-12
413

514
- Rename workflow file to remove '+' character from filename.

workflows/variant-calling/ploidy-aware-genotype-calling/genotype-variant-calling-wgs-pe.ga

Lines changed: 28 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
{
5151
"child_steps": [
5252
4,
53-
8,
5453
7,
5554
10,
5655
6,
56+
8,
5757
9
5858
],
5959
"color": "blue",
@@ -86,7 +86,6 @@
8686
],
8787
"format-version": "0.1",
8888
"license": "MIT",
89-
"release": "0.1.1",
9089
"name": "Paired end variant and ploidy-aware genotype calling",
9190
"readme": "This workflow performs end-to-end germline variant and genotype calling on paired-end Illumina sequencing data from organisms of any given ploidy. Starting from raw FASTQ reads, the workflow handles quality control, read mapping, duplicate removal, variant and genotype calling with FreeBayes, and functional annotation of the resulting variants.",
9291
"report": {
@@ -203,7 +202,7 @@
203202
},
204203
"4": {
205204
"annotation": "Processing of FASTQ files",
206-
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.1.0+galaxy0",
205+
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.2.0+galaxy0",
207206
"errors": null,
208207
"id": 4,
209208
"input_connections": {
@@ -245,16 +244,16 @@
245244
"output_name": "report_json"
246245
}
247246
},
248-
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.1.0+galaxy0",
247+
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/1.2.0+galaxy0",
249248
"tool_shed_repository": {
250-
"changeset_revision": "ff33957bf802",
249+
"changeset_revision": "b2e9a56e5259",
251250
"name": "fastp",
252251
"owner": "iuc",
253252
"tool_shed": "toolshed.g2.bx.psu.edu"
254253
},
255254
"tool_state": "{\"duplicated_reads\": {\"handling_options\": {\"eval_dups\": \"--dont_eval_duplication\", \"__current_case__\": 0}}, \"filter_options\": {\"quality_filtering_options\": {\"disable_quality_filtering\": false, \"qualified_quality_phred\": null, \"unqualified_percent_limit\": null, \"n_base_limit\": null}, \"length_filtering_options\": {\"disable_length_filtering\": false, \"length_required\": null, \"length_limit\": null}, \"low_complexity_filter\": {\"enable_low_complexity_filter\": false, \"complexity_threshold\": null}}, \"output_options\": {\"report_html\": true, \"report_json\": true}, \"overrepresented_sequence_analysis\": {\"overrepresentation_analysis\": false, \"overrepresentation_sampling\": null}, \"read_mod_options\": {\"polyg_tail_trimming\": {\"trimming_select\": \"\", \"__current_case__\": 1, \"poly_g_min_len\": null}, \"polyx_tail_trimming\": {\"polyx_trimming_select\": \"\", \"__current_case__\": 1}, \"umi_processing\": {\"umi\": false, \"umi_loc\": null, \"umi_len\": null, \"umi_prefix\": null}, \"cutting_by_quality_options\": {\"cut_front_select\": {\"cut_front\": \"\", \"__current_case__\": 1}, \"cut_tail_select\": {\"cut_tail\": \"\", \"__current_case__\": 1}, \"cut_right_select\": {\"cut_right\": \"\", \"__current_case__\": 1}}, \"base_correction_options\": {\"correction\": false}}, \"single_paired\": {\"single_paired_selector\": \"paired_collection\", \"__current_case__\": 1, \"paired_input\": {\"__class__\": \"ConnectedValue\"}, \"merge_reads\": {\"merge\": \"\", \"__current_case__\": 1}, \"adapter_trimming_options\": {\"disable_adapter_trimming\": false, \"adapter_sequence1\": null, \"adapter_sequence2\": null, \"detect_adapter_for_pe\": false}, \"global_trimming_options\": {\"trim_front1\": null, \"trim_tail1\": null, \"trim_front2\": null, \"trim_tail2\": null}}, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
256255
"tool_uuid": null,
257-
"tool_version": "1.1.0+galaxy0",
256+
"tool_version": "1.2.0+galaxy0",
258257
"type": "tool",
259258
"uuid": "e1359474-a019-4a41-963b-ff2660bd36cc",
260259
"when": null,
@@ -268,7 +267,7 @@
268267
},
269268
"5": {
270269
"annotation": "Build SnpEff database from the given reference fasta file",
271-
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_build_gb/5.2+galaxy1",
270+
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_build_gb/5.4+galaxy0",
272271
"errors": null,
273272
"id": 5,
274273
"input_connections": {
@@ -300,16 +299,16 @@
300299
"top": 828.7082651499238
301300
},
302301
"post_job_actions": {},
303-
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_build_gb/5.2+galaxy1",
302+
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff_build_gb/5.4+galaxy0",
304303
"tool_shed_repository": {
305-
"changeset_revision": "3aae4f16ac9e",
304+
"changeset_revision": "908f2c5fedec",
306305
"name": "snpeff",
307306
"owner": "iuc",
308307
"tool_shed": "toolshed.g2.bx.psu.edu"
309308
},
310309
"tool_state": "{\"codon_table\": \"Standard\", \"genome_version\": \"snpeff_db\", \"input_type\": {\"input_type_selector\": \"gtf\", \"__current_case__\": 2, \"input\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"input_fasta\": {\"__class__\": \"ConnectedValue\"}}}, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
311310
"tool_uuid": null,
312-
"tool_version": "5.2+galaxy1",
311+
"tool_version": "5.4+galaxy0",
313312
"type": "tool",
314313
"uuid": "b717154e-57de-4980-ba7a-0fdd88765ff9",
315314
"when": null,
@@ -418,7 +417,7 @@
418417
},
419418
"8": {
420419
"annotation": "Generates statistics of BAM file",
421-
"content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.8",
420+
"content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.9",
422421
"errors": null,
423422
"id": 8,
424423
"input_connections": {
@@ -441,16 +440,16 @@
441440
"top": 133.89804204944727
442441
},
443442
"post_job_actions": {},
444-
"tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.8",
443+
"tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.9",
445444
"tool_shed_repository": {
446-
"changeset_revision": "57934e90e27c",
445+
"changeset_revision": "8fca6e1eac98",
447446
"name": "samtools_stats",
448447
"owner": "devteam",
449448
"tool_shed": "toolshed.g2.bx.psu.edu"
450449
},
451450
"tool_state": "{\"addref_cond\": {\"addref_select\": \"no\", \"__current_case__\": 0}, \"cond_region\": {\"select_region\": \"no\", \"__current_case__\": 0}, \"cov_threshold\": null, \"coverage_cond\": {\"coverage_select\": \"no\", \"__current_case__\": 0}, \"filter_by_flags\": {\"filter_flags\": \"nofilter\", \"__current_case__\": 1}, \"gc_depth\": null, \"input\": {\"__class__\": \"ConnectedValue\"}, \"insert_size\": null, \"most_inserts\": null, \"read_group\": null, \"read_length\": null, \"remove_dups\": false, \"remove_overlaps\": false, \"sparse\": false, \"split_output_cond\": {\"split_output_selector\": \"no\", \"__current_case__\": 0}, \"trim_quality\": null, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
452451
"tool_uuid": null,
453-
"tool_version": "2.0.8",
452+
"tool_version": "2.0.9",
454453
"type": "tool",
455454
"uuid": "a0216ddc-23e6-40e3-9088-f3934da46aa1",
456455
"when": null,
@@ -686,7 +685,7 @@
686685
},
687686
"13": {
688687
"annotation": "Annotates detected variants",
689-
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/5.2+galaxy1",
688+
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/5.4+galaxy0",
690689
"errors": null,
691690
"id": 13,
692691
"input_connections": {
@@ -738,16 +737,16 @@
738737
"output_name": "snpeff_output"
739738
}
740739
},
741-
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/5.2+galaxy1",
740+
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/5.4+galaxy0",
742741
"tool_shed_repository": {
743-
"changeset_revision": "3aae4f16ac9e",
742+
"changeset_revision": "908f2c5fedec",
744743
"name": "snpeff",
745744
"owner": "iuc",
746745
"tool_shed": "toolshed.g2.bx.psu.edu"
747746
},
748747
"tool_state": "{\"annotations\": [\"-formatEff\", \"-classic\"], \"chr\": null, \"csvStats\": false, \"filter\": {\"specificEffects\": \"no\", \"__current_case__\": 0}, \"filterOut\": [\"-no-downstream\", \"-no-intergenic\", \"-no-intron\", \"-no-utr\", \"-no-upstream\"], \"generate_gene_stats\": false, \"generate_stats\": true, \"input\": {\"__class__\": \"ConnectedValue\"}, \"inputFormat\": \"vcf\", \"intervals\": {\"__class__\": \"RuntimeValue\"}, \"noLog\": true, \"outputFormat\": \"vcf\", \"snpDb\": {\"genomeSrc\": \"custom\", \"__current_case__\": 3, \"snpeff_db\": {\"__class__\": \"ConnectedValue\"}, \"codon_table\": \"Standard\"}, \"spliceRegion\": {\"setSpliceRegions\": \"no\", \"__current_case__\": 0}, \"spliceSiteSize\": \"2\", \"transcripts\": {\"__class__\": \"RuntimeValue\"}, \"udLength\": \"0\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
749748
"tool_uuid": null,
750-
"tool_version": "5.2+galaxy1",
749+
"tool_version": "5.4+galaxy0",
751750
"type": "tool",
752751
"uuid": "74fc9ad6-3c2c-410d-9795-540d2ae7ba6d",
753752
"when": null,
@@ -766,7 +765,7 @@
766765
},
767766
"14": {
768767
"annotation": "Extracts required fields from the VCF file",
769-
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/4.3+t.galaxy0",
768+
"content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/5.4.0c+galaxy0",
770769
"errors": null,
771770
"id": 14,
772771
"input_connections": {
@@ -775,12 +774,7 @@
775774
"output_name": "snpeff_output"
776775
}
777776
},
778-
"inputs": [
779-
{
780-
"description": "runtime parameter for tool SnpSift Extract Fields",
781-
"name": "input"
782-
}
783-
],
777+
"inputs": [],
784778
"label": "Extract using SnpSift",
785779
"name": "SnpSift Extract Fields",
786780
"outputs": [
@@ -794,16 +788,16 @@
794788
"top": 644.9675784543903
795789
},
796790
"post_job_actions": {},
797-
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/4.3+t.galaxy0",
791+
"tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_extractFields/5.4.0c+galaxy0",
798792
"tool_shed_repository": {
799-
"changeset_revision": "5fab4f81391d",
793+
"changeset_revision": "0abc5513f795",
800794
"name": "snpsift",
801795
"owner": "iuc",
802796
"tool_shed": "toolshed.g2.bx.psu.edu"
803797
},
804-
"tool_state": "{\"empty_text\": \".\", \"extract\": \"CHROM POS FILTER REF ALT DP AF RO AO SRP SAP EFF[*].IMPACT EFF[*].FUNCLASS EFF[*].EFFECT EFF[*].GENE EFF[*].CODON EFF[*].AA EFF[*].TRID\", \"input\": {\"__class__\": \"RuntimeValue\"}, \"one_effect_per_line\": true, \"separator\": \",\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
798+
"tool_state": "{\"empty_text\": \".\", \"extract\": \"CHROM POS FILTER REF ALT DP AF RO AO SRP SAP EFF[*].IMPACT EFF[*].FUNCLASS EFF[*].EFFECT EFF[*].GENE EFF[*].CODON EFF[*].AA EFF[*].TRID\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"one_effect_per_line\": true, \"separator\": \",\", \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
805799
"tool_uuid": null,
806-
"tool_version": "4.3+t.galaxy0",
800+
"tool_version": "5.4.0c+galaxy0",
807801
"type": "tool",
808802
"uuid": "af27808a-495d-4397-b248-6eb6c5954ce6",
809803
"when": null,
@@ -820,12 +814,7 @@
820814
"output_name": "output"
821815
}
822816
},
823-
"inputs": [
824-
{
825-
"description": "runtime parameter for tool Collapse Collection",
826-
"name": "input_list"
827-
}
828-
],
817+
"inputs": [],
829818
"label": "Collapse",
830819
"name": "Collapse Collection",
831820
"outputs": [
@@ -854,7 +843,7 @@
854843
"owner": "nml",
855844
"tool_shed": "toolshed.g2.bx.psu.edu"
856845
},
857-
"tool_state": "{\"filename\": {\"add_name\": true, \"__current_case__\": 0, \"place_name\": \"same_multiple\"}, \"input_list\": {\"__class__\": \"RuntimeValue\"}, \"one_header\": true, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
846+
"tool_state": "{\"filename\": {\"add_name\": true, \"__current_case__\": 0, \"place_name\": \"same_multiple\"}, \"input_list\": {\"__class__\": \"ConnectedValue\"}, \"one_header\": true, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
858847
"tool_uuid": null,
859848
"tool_version": "5.1.0",
860849
"type": "tool",
@@ -874,6 +863,7 @@
874863
"Diploid",
875864
"FreeBayes"
876865
],
877-
"uuid": "0706c30f-3bfb-42d5-bc55-a50d24824101",
878-
"version": 1
866+
"uuid": "5f69b314-8149-4401-a35e-56735ca0b5a4",
867+
"version": 1,
868+
"release": "0.1.2"
879869
}

0 commit comments

Comments
 (0)