# HG changeset patch
# User recetox
# Date 1624024440 0
# Node ID c2213632ca7174a3a547d939588840e764350ba0
# Parent bb4ffaeba411dc7b6c2b0c05f923b76ab3fc6205
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit accce68183c78552905b4446a8cab581911275ef"
diff -r bb4ffaeba411 -r c2213632ca71 aplcms_hybrid.xml
--- a/aplcms_hybrid.xml Wed Oct 07 16:07:23 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +0,0 @@
-
-
- aplcms_macros.xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This is the Hybrid version of apLCMS which is incorporating the knowledge of known metabolites and historically
- detected features on the same machinery to help detect and quantify lower-intensity peaks.
-
- CAUTION: To use such knowledge, especially historical data, you must keep using (1) the same chromatography
- system (otherwise the retention time will not match), and (2) the same type of samples with similar extraction
- technique, such as human serum.
-
- @GENERAL_HELP@
-
-
-
-
diff -r bb4ffaeba411 -r c2213632ca71 aplcms_macros.xml
--- a/aplcms_macros.xml Wed Oct 07 16:07:23 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,145 +0,0 @@
-
- 6.6.6
-
-
-
- recetox/aplcms:6.6.6-recetox1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- apLCMS is a software which generates a feature table from a batch of LC/MS spectra. The m/z and retention time
- tolerance levels are estimated from the data. A run-filter is used to detect peaks and remove noise.
- Non-parametric statistical methods are used to find-tune peak selection and grouping. After retention time
- correction, a feature table is generated by aligning peaks across spectra. For further information on apLCMS
- please refer to http://web1.sph.emory.edu/apLCMS.
-
-
-
-
- 10.1093/bioinformatics/btp291
- 10.1186/1471-2105-11-559
- 10.1021/pr301053d
- 10.1093/bioinformatics/btu430
-
-
-
diff -r bb4ffaeba411 -r c2213632ca71 recetox_aplcms_hybrid.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/recetox_aplcms_hybrid.xml Fri Jun 18 13:54:00 2021 +0000
@@ -0,0 +1,94 @@
+
+ generate a feature table from LC/MS spectra
+
+ recetox_aplcms_macros.xml
+
+
+
+
+
+
+
+
+ #for $infile in $files
+ ln -s '${infile}' '${infile.element_identifier}'
+ #end for
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is the Hybrid version of apLCMS which is incorporating the knowledge of known metabolites and historically
+ detected features on the same machinery to help detect and quantify lower-intensity peaks.
+
+ CAUTION: To use such knowledge, especially historical data, you must keep using (1) the same chromatography
+ system (otherwise the retention time will not match), and (2) the same type of samples with similar extraction
+ technique, such as human serum.
+
+ @GENERAL_HELP@
+
+
+
+
diff -r bb4ffaeba411 -r c2213632ca71 recetox_aplcms_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/recetox_aplcms_macros.xml Fri Jun 18 13:54:00 2021 +0000
@@ -0,0 +1,159 @@
+
+ 0.9.3
+
+
+
+ R_SCRIPT_PATH
+ R
+ r-arrow
+ r-recetox-aplcms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ apLCMS is a software which generates a feature table from a batch of LC/MS spectra. The m/z and retention time
+ tolerance levels are estimated from the data. A run-filter is used to detect peaks and remove noise.
+ Non-parametric statistical methods are used to find-tune peak selection and grouping. After retention time
+ correction, a feature table is generated by aligning peaks across spectra. For further information on apLCMS
+ please refer to https://mypage.cuhk.edu.cn/academics/yutianwei/apLCMS/.
+
+
+
+
+ 10.1093/bioinformatics/btp291
+ 10.1186/1471-2105-11-559
+ 10.1021/pr301053d
+ 10.1093/bioinformatics/btu430
+
+
+
diff -r bb4ffaeba411 -r c2213632ca71 test-data/hybrid_recovered_feature_sample_table.parquet
Binary file test-data/hybrid_recovered_feature_sample_table.parquet has changed
diff -r bb4ffaeba411 -r c2213632ca71 test-data/known_table.h5
Binary file test-data/known_table.h5 has changed
diff -r bb4ffaeba411 -r c2213632ca71 test-data/known_table.parquet
Binary file test-data/known_table.parquet has changed
diff -r bb4ffaeba411 -r c2213632ca71 test-data/peaks_hybrid.h5
Binary file test-data/peaks_hybrid.h5 has changed
diff -r bb4ffaeba411 -r c2213632ca71 test-data/peaks_unsupervised.h5
Binary file test-data/peaks_unsupervised.h5 has changed
diff -r bb4ffaeba411 -r c2213632ca71 test-data/unsupervised_recovered_feature_sample_table.parquet
Binary file test-data/unsupervised_recovered_feature_sample_table.parquet has changed