Skip to content

Commit 56df42a

Browse files
authored
Merge pull request #1140 from mvdbeek/fix_genotype_aware_variant_calling_workflow
Fix genotype aware variant calling workflow
2 parents 5bdcdc1 + 2ee7c32 commit 56df42a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

scripts/workflow_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_dockstore_details(trsID):
6767
else:
6868
print("No 'id' field found in the top-level data.")
6969
else:
70-
print(f"Failed to retrieve details. Status code: {response.status_code}")
70+
print(f"Failed to retrieve details for {trsID} from {url_details}. Status code: {response.status_code}")
7171
return details, categories, collections
7272

7373

workflows/variant-calling/ploidy-aware-genotype-calling/.dockstore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ workflows:
33
- name: main
44
subclass: Galaxy
55
publish: true
6-
primaryDescriptorPath: /generic-genotype+variant-calling-wgs-pe.ga
6+
primaryDescriptorPath: /genotype-variant-calling-wgs-pe.ga
77
testParameterFiles:
8-
- /generic-genotype+variant-calling-wgs-pe-test.yml
8+
- /genotype-variant-calling-wgs-pe-test.yml
99
authors:
1010
- name: Saim Momin
1111
orcid: 0009-0003-9935-828X
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.1] 2026-03-12
4+
5+
- Rename workflow file to remove '+' character from filename.
6+
37
## [0.1] 2026-02-18
48

59
First release.

workflows/variant-calling/ploidy-aware-genotype-calling/generic-genotype+variant-calling-wgs-pe-test.yml renamed to workflows/variant-calling/ploidy-aware-genotype-calling/genotype-variant-calling-wgs-pe-test.yml

File renamed without changes.

workflows/variant-calling/ploidy-aware-genotype-calling/generic-genotype+variant-calling-wgs-pe.ga renamed to workflows/variant-calling/ploidy-aware-genotype-calling/genotype-variant-calling-wgs-pe.ga

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
],
8787
"format-version": "0.1",
8888
"license": "MIT",
89-
"release": "0.1",
89+
"release": "0.1.1",
9090
"name": "Paired end variant and ploidy-aware genotype calling",
9191
"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.",
9292
"report": {

0 commit comments

Comments
 (0)