Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bolomics into doc-ju
  • Loading branch information
melpetera committed Jan 25, 2024
2 parents c3cb5e1 + 95bda99 commit ebfe322
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Workflow4Metabolomics Galaxy Documentation/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ website:
- text: "Encore autre chose"
href: galaxyW4M.qmd
- text: "Tool development"
href: tooldev.qmd
icon: "pencil-square"
- text: "I want to contribute"
href: contribute.qmd
icon: "pencil-square"
- text: "Tools"
Expand Down
48 changes: 48 additions & 0 deletions Workflow4Metabolomics Galaxy Documentation/tooldev.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "Tool development"
---

## Developing Galaxy tools in general

In case you are not familiar with Galaxy tool development, there is plenty of supports to help you beginning and improuving.

**TODO** A voir :
- [rediriger ici](https://github.com/jsaintvanne/workflow4metabolomics/blob/doc-ju/GUIDELINES.md#writing-a-tool) et compléter (mention des GTN)
- OU
- délocaliser le contenu ici et compléter (toujours mention des GTN)

Please note that W4M also hosts a GitHub repository aiming to gather tools and contributors from the metabolomics world.
[More information available in the Readme](https://github.com/workflow4metabolomics/tools-metabolomics)

## Developing tools compatible with W4M input/output datasets

Due to the diversity of tools needed to construct comprehensive metabolomic workflows, W4M chose to adopt common standards across its tools, in particular regarding data table formats.

### About the W4M 3-tables format

**TODO** topo sur le format 3 tableaux ? ou lien vers un endroit où ya le topo ?


## Developing tools in a W4M-approuved format

**TODO** blabla intro

### The tool being wrapped

**TODO** topo sur le user experience

**TODO** Ajout de la ref à [W4MRUtils](https://cran.r-project.org/web/packages/W4MRUtils/index.html) dans le cas de codes en R.


### The Galaxy XML wrapper

Among the possible variations for functional XML wrappers, W4M is willing to garantee [...]

**TODO** les reco W4M du XML

### Documenting the Galaxy tool

**TODO** Topo sur l'importance de la doc

**TODO** Lien vers le template-type

0 comments on commit ebfe322

Please sign in to comment.