Skip to content

Commit

Permalink
Develop (#44)
Browse files Browse the repository at this point in the history
* Develop backup (#34)

* udpate Readme and plugin gpg https://github.com/jodersky/sbt-gpg

* downgrade gpg to 0.2.1. 0.2.2 not available !

* remove tagret directory fro repo

* remove tagret directory fro repo

* update Readme

* fix jar publication

* covered code for commands

* update readme with badge

* remove script

* change galaxy recipe directory

* remove temp file

* minor fix for resume

* add planemo test

* add planemo test

* add planemo test

* add planemo test

* add planemo test

* planemo test only master/main/develop

* lint planemo + conda test version

* lint planemo + conda test version

* lint planemo + conda test version

* update fix meta.yml

* remove conda recipe

* clean repo

* add sbt-release (#16)

* Sbt release (#18)

* add sbt-release

* valid pom generation

* Dockerfile (#20)

* target directory for assembly

* add dockerized task

* add dockerfile

* update gitignore

* use directory docker

* update docker management

* fix outputdir assembly

* update docker config

* remove debug config

* Dockerfile (#22)

* target directory for assembly

* add dockerized task

* add dockerfile

* update gitignore

* use directory docker

* update docker management

* fix outputdir assembly

* update docker config

* remove debug config

* remove coverage enable

* fix dockerfile implementation to run process inside galaxy tools

* Uplc tqd to isocor 24 (#26)

* update Readme

* add MassLynx parser / tests

* replace strip with trim

* increase coverage. manage bad line def inside array compound

* fix coverage

* fix coverage

* add command/output object and tests

* save notes

* add galaxy config tools - gcms2isocor openlabcds2csv masslynx2isocor (#27)

* add galaxy config tools - gcms2isocor openlabcds2csv masslynx2isocor

* fix doc/name bin

* downgrade profile galaxy version

* fx test masslynx

* inverse sample/metabolite in the input isocor file. (#35)

* fix (#36)

* fix

* save

* fix coverage

* fix typo. increase test precision

* increase limit coverage test to 97% !

* fix masslynx2isocor. 0.1.7

* add 0.1.7 jar

* update circleci config with planemo conf (#38)

* update circleci config with planemo conf

* install planemo

* fix option planemo

* remove docker exemple from planemo test

* add jar

* decrease coverage mandatory

* test artefacts

* up

* coverage

* update with lint

* update

* Isotopic mass configuration 39 (#40)

* features: new method getNumberElementFromFormula to manage isotopic metabolites

* save dev

* update 0.1.8

* update galaxy tool masslynx2isocor

* fix: repair/read formula from isocor Metabolites.dat. close #39

* update galaxy tool masslynx2isocor

* fix label masslynx2Isocor (#43)

* remove readme empty
  • Loading branch information
ofilangi authored May 3, 2022
1 parent ed58b36 commit faff219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy/masslynx2isocor/masslynx2isocor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<param type="data" name="input_corr_metabolites" multiple="false" format="tabular" />
</inputs>
<outputs>
<data name="output_isocor_13C" format="tabular" />
<data name="output_isocor_15N" format="tabular" />
<data name="output_isocor_13C" format="tabular" label="Input Data IsoCor : 13C" />
<data name="output_isocor_15N" format="tabular" label="Input Data IsoCor : 15N" />
</outputs>
<tests>
<test>
Expand Down
Empty file removed project/README.md
Empty file.

0 comments on commit faff219

Please sign in to comment.