Skip to content

Commit

Permalink
initial cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomnl committed Jun 11, 2024
1 parent e3b1749 commit 7fb1c9b
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 177 deletions.
15 changes: 0 additions & 15 deletions bioblend/install_dep.py

This file was deleted.

Empty file removed conda_testing/DESCRIPTION
Empty file.
4 changes: 0 additions & 4 deletions conda_testing/build.sh

This file was deleted.

84 changes: 0 additions & 84 deletions conda_testing/meta.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tools/msPurity/combineAnnotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<param name="metfrag_resultPth" value="combineAnnotations_input_metfrag.tsv" />
<param name="sirius_csi_resultPth" value="combineAnnotations_input_sirus_csifingerid.tsv" />
<param name="compoundDbTypeCond|compoundDbPth" value="metab_compound_subset.sqlite" />
<param name="beams_resultPth" value="combineAnnotations_input_beams.tsv" />
<param name="ms1_lookup_resultPth" value="combineAnnotations_input_beams.tsv" />
<param name="compoundDbTypeCond|compoundDbPth" value="metab_compound_subset.sqlite" />
<output name="combined_annotations_tsv" file="combineAnnotations_combined_annotations.tsv" ftype="tsv" />
<output name="combined_annotations_sqlite" file="combineAnnotations_combined_annotations.sqlite" ftype="sqlite" compare="sim_size"/>
Expand Down
4 changes: 1 addition & 3 deletions tools/msPurity/flagRemove.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,8 @@
</outputs>
<tests>
<test>
<param name="blank_flag.blank_flag" value="update" />

<param name="xset_path" value="flagRemove_input.RData"/>

<param name="blank_flag.blank_flag" value="update" />
<conditional name="blank_flag">
<param name="blank_flag" value="update"/>
<param name="blank_class" value="KO" />
Expand Down
6 changes: 3 additions & 3 deletions tools/msPurity/macros.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">1.16.2</token>
<token name="@GALAXY_TOOL_VERSION@">1</token>
<token name="@TOOL_VERSION@">1.28.0</token>
<token name="@GALAXY_TOOL_VERSION@">2</token>

<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@" >bioconductor-mspurity</requirement>
<requirement type="package" version="1.46.0" >bioconductor-camera</requirement>
<requirement type="package" version="3.12.0" >bioconductor-xcms</requirement>
<requirement type="package" version="1.16.0" >bioconductor-mspuritydata</requirement>
<requirement type="package" version="1.18.0" >bioconductor-mspuritydata</requirement>
<requirement type="package" version="1.6.6">r-optparse</requirement>
<requirement type="package" version="1.3.1">r-rpostgres</requirement>
<requirement type="package" version="0.10.21">r-rmysql</requirement>
Expand Down
67 changes: 0 additions & 67 deletions tools/utils/submit_to_mogi.xml

This file was deleted.

0 comments on commit 7fb1c9b

Please sign in to comment.