Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2m2tools docker env #26

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
Binary file not shown.
11 changes: 11 additions & 0 deletions tools/gcms2isocor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### dev notes

## repo

https://github.com/p2m2/p2m2tools

## planemo

planemo l --report_level error
planemo t --docker

10 changes: 6 additions & 4 deletions tools/gcms2isocor/gcms2isocor.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<tool id="gcms2isocor" name="Conversion GCMS PostRun Analysis to IsoCor" version="0.1.0" profile="20.09">
<requirements>
<requirement type="package" version="8.0.121">openjdk</requirement>
<tool id="gcms2isocor" name="Conversion GCMS PostRun Analysis to IsoCor" version="1.0.0">
<requirements>
<container type="docker">inraep2m2/p2m2tools:0.1.5</container>
</requirements>
<command detect_errors="exit_code"><![CDATA[
java -jar '$__tool_directory__/P2M2WorkflowsTools-assembly-0.1.jar'
p2m2tools fr.inrae.metabolomics.p2m2.command.GCMS2IsocorCommand
#for $input in $input_gcms_files
#if $input
$input
Expand Down Expand Up @@ -33,5 +33,7 @@

Example: the name “ProlineC2C5_TMS_m0” is for the GC-MS fragment m/z 142 (integrated peak) containing the C2-C3-C4-C5 carbon skeleton of proline and 1 TMS derivative. m0 refers to the carbon isotopologue
monitored (m0 for m/z = 142, m1 for m/z = 143, m2 for m/z = 144, m3 for m/z = 145, m4 for m/z = 146).

Questions, suggestions or bugs report, please submit an issue at https://github.com/p2m2/p2m2tools/issues/new?labels=bug&title=[GCMS2IsocorCommand].
]]></help>
</tool>
Binary file not shown.
17 changes: 6 additions & 11 deletions tools/openlabcds2csv/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
### generation avec planemo
### dev notes

```
cp ../../target/scala-2.13/P2M2WorkflowsTools-assembly-*.jar .
```
## repo

dans openlabcds2csv.xml balise <command>
https://github.com/p2m2/p2m2tools

`openlabcds2csv` doit etre remplacer par `java -jar '$__tool_directory__/P2M2WorkflowsTools-assembly-xxxx.jar'`
## planemo

planemo l
planemo t
planemo l --report_level error
planemo t --docker

### todo

paquet bioconda
12 changes: 7 additions & 5 deletions tools/openlabcds2csv/openlabcds2csv.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<tool id="openlabcds2csv" name="Converting multiple OpenLabCDS Text Files to a CSV summary file" version="0.1.0" profile="20.09">
<requirements>
<requirement type="package" version="8.0.121">openjdk</requirement>
<tool id="openlabcds2csv" name="Converting multiple OpenLabCDS Text Files to a CSV summary file" version="1.0.0">
<requirements>
<container type="docker">inraep2m2/p2m2tools:0.1.5</container>
</requirements>
<command detect_errors="exit_code"><![CDATA[
java -cp '$__tool_directory__/P2M2WorkflowsTools-assembly-0.1.4.jar' fr.inrae.metabolomics.p2m2.OpenLabCDS2CsvCommand
p2m2tools fr.inrae.metabolomics.p2m2.command.OpenLabCDS2CsvCommand
#for $input in $input_openlabscds_files
#if $input
$input
Expand Down Expand Up @@ -35,6 +35,8 @@
</tests>
<help><![CDATA[
Get multiple "Internal Standard Report" from the OpenLabCDS software where are describe a list of compound in format row (columns : RetTime Type ISTD Area Amt/Area Amount Grp Name)
The converter creates a summary that contains a header (a list of compounds) and a list of "Sample name" with associated values ​​for a target column (RetTime,Type,ISTD,Area,Amt/Area,Amount,Grp,Name)
The converter creates a summary that contains a header (a list of compounds) and a list of "Sample name" with associated values ​​for a target column (RetTime,Type,ISTD,Area,Amt/Area,Amount,Grp,Name).

Questions, suggestions or bugs report, please submit an issue at https://github.com/p2m2/p2m2tools/issues/new?labels=bug&title=[OpenLabCDS2CsvCommand].
]]></help>
</tool>