File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# Prcoess scans
4
- python amimspy process-scans --input ../tests/data/testData1.mzML ../tests/data/testData2.mzML \
4
+ amimspy process-scans --input ../tests/data/testData1.mzML ../tests/data/testData2.mzML \
5
5
--metascans ../tests/data/testData1.txt ../tests/data/testData2.txt --output ../tests/results/peaklists \
6
6
--failed-wells ../tests/results/failed_wells.txt --processed_scans ../tests/results/processed_scans.txt \
7
7
--snr-threshold 3 --min-scans 2 --min-fraction 0.5 --ppm 20 --metalist ../tests/data/SampleMetadata.txt
8
8
9
9
# hdf5 peaklist to txt
10
- python amimspy hdf5-pls-to-txt --input ../tests/results/peaklists.hdf5 --output ../tests/results
10
+ amimspy hdf5-pls-to-txt --input ../tests/results/peaklists.hdf5 --output ../tests/results
11
11
12
12
# Prcoess samples
13
- python amimspy process-samples --input ../tests/results/peaklists.hdf5 --output ../tests/results/peakmatrix.hdf5 \
13
+ amimspy process-samples --input ../tests/results/peaklists.hdf5 --output ../tests/results/peakmatrix.hdf5 \
14
14
--ppm 20 --min-fraction 0.5
15
15
16
16
# hdf5 peak matrix to txt
17
- python amimspy hdf5-pm-to-txt --input ../tests/results/peakmatrix.hdf5 --output ../tests/results/peakmatrix.txt \
17
+ amimspy hdf5-pm-to-txt --input ../tests/results/peakmatrix.hdf5 --output ../tests/results/peakmatrix.txt \
18
18
--attribute_name intensity --representation-samples columns --comprehensive
You can’t perform that action at this time.
0 commit comments