Skip to content

Add executable workflows? #59

@magnuspalmblad

Description

@magnuspalmblad

Would it make sense to add one or more executable workflows, perhaps in different workflow languages (KNIME, CWL, NextFlow, Snakemake)?

I am thinking something like this, using our favorite examples (this is executable from the Anaconda Prompt on Windows):

python download_files.py
echo 'APCI, METHODS:"atmospheric pressure chemical ionization" AND FIRST_PDATE:[20220101 TO 20221231]' > queries\workflow_query.csv
echo 'HILIC, METHODS:"hydrophilic interaction liquid chromatography" AND FIRST_PDATE:[20220101 TO 20221231]' >> queries\workflow_query.csv
python search_query.py -i queries\workflow_query.csv
python make_table.py -i results -t folder
python visualize_multiplot.py -i tables -o QUERY

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions