Skip to content
Closed
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions workflows/microbiome/taxonomic-binning-evaluation/.dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1.2
workflows:
- name: main
subclass: Galaxy
publish: true
primaryDescriptorPath: /FAIRyMAGs-taxonomic-binning-evaluation.ga
testParameterFiles:
- /FAIRyMAGs-taxonomic-binning-evaluation-tests.yml
authors:
- name: Santino Faack
orcid: 0009-0004-0382-2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [1.0] - 2025-07-31

- First release
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
- doc: Test outline for FAIRyMAGs-taxonomic-binning-evaluation
job:
Biobox File:
class: Collection
collection_type: list
elements:
- class: File
identifier: marine_pooled_gsb_trimmed
location: https://zenodo.org/records/16740696/files/Biobox_File(s)_marine_pooled_gsb_trimmed.tabular
Assemblies:
class: Collection
collection_type: list
elements:
- class: File
identifier: marine_pooled_gsa_trimmed
location: https://zenodo.org/records/16740696/files/Assemblyies_marine_pooled_gsa_trimmed.fasta
Reads:
class: Collection
collection_type: list:paired
elements:
- class: Collection
type: paired
identifier: _trimmed
elements:
- class: File
identifier: forward
location: https://zenodo.org/records/16740696/files/Reads_forward.fastqsanger
Copy link
Member

@mvdbeek mvdbeek Aug 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is 3GB, that is far too large. I would suggest making this a megabyte or less.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was the first test data which did run. I will minimize it but it will take time since only 1 tool need specific reads it seems to work. I will pick some and try it with it to see if it works better and faster

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mvdbeek i did change the file size now and i hope the current size is fine for it!

The i did test the WFs locally on the .EU serve via planemo and all test where fine i hope that there will no problem in github this time and if so could you help me to reolve them? Thank you in advance for this!!

- class: File
identifier: reverse
location: https://zenodo.org/records/16740696/files/Reads_reverse.fastqsanger
outputs:
AMBER HTML Report:
asserts:
- that: has_text
text: AMBER Assessment of Metagenome BinnERs
AMBER Result Table:
asserts:
- has_n_columns:
n: 41
- has_n_lines:
n: 58
AMBER Genome Metric:
asserts:
- has_n_columns:
n: 16
- has_n_lines:
n: 6691
AMBER Bin Metric:
asserts:
- has_n_columns:
n: 20
- has_n_lines:
n: 9805
Loading
Loading