UseGalaxy.eu Workflow Testing
Based off of jmchilton's template , except running tests against UseGalaxy.eu
We are automatically running these workflows against UseGalaxy.eu
Workflow
Status
example1/wf3-shed-tools.ga
example2/wf4-shed-tools.ga
training/epigenetics/hicexplorer/hicexplorer.ga
blockclust/blockclust_workflow.ga
training/variant-analysis/microbial-variants/microbial_variant_calling.ga
training/sequence-analysis/quality-control/quality_control.ga
training/sequence-analysis/mapping/mapping.ga
training/chip-seq/formation_of_super-structures_on_xi/formation_of_super_structures_on_xi.ga
training/assembly/general-introduction/assembly-general-introduction.ga
training/assembly/unicycler-assembly/unicycler.ga
training/metagenomics/general-tutorial/amplicon.ga
training/transcriptomics/ref-based/ref_based.ga
GraphClust2/GC-lite.ga
sklearn/ard/ard.ga
sklearn/adaboost/adaboost.ga
training/variant-analysis/mapping-by-sequencing/mapping_by_sequencing.ga
training/proteomics/protein-id-sg-ps/protein-id-sg-ps.ga
training/proteomics/protein_quant_sil/protein_quant_sil.ga
training/statistics/machine_learning/classification/linear_SVC_classification.ga
training/statistics/machine_learning/regression/gradient_boosting_regression.ga
raceid3/raceid3_workflow.ga
An introduction to workflow testing and a tutorial can be found at the Galaxy Training Network .
Pretty-printing Worfklow JSON
You can use the command line tool jq
to pretty-print the workflow .ga files:
cat wf.ga | jq . -S > out.ga
or this webservice: https://jsonformatter.org/