Mercurial > repos > iracooke > spectrast
comparison spectrast_filter.xml @ 11:cf953fb3f0c0 draft
Fix cheetah
author | iracooke |
---|---|
date | Wed, 20 May 2015 01:59:41 -0400 |
parents | 76301c798bd3 |
children | f6fd2798879a |
comparison
equal
deleted
inserted
replaced
10:76301c798bd3 | 11:cf953fb3f0c0 |
---|---|
10 <stdio> | 10 <stdio> |
11 <exit_code range="1:" level="fatal" description="Job Failed" /> | 11 <exit_code range="1:" level="fatal" description="Job Failed" /> |
12 </stdio> | 12 </stdio> |
13 | 13 |
14 <command> | 14 <command> |
15 spectrast_filter.rb | 15 spectrast_filter.rb --merge $merge |
16 | |
16 | 17 |
17 #for $splib_file in $splib_files: | 18 #for $splib_file in $splib_files: |
18 ${splib_file.extra_files_path/library.splib} | 19 ${splib_file.extra_files_path}/library.splib |
19 #end for | 20 #end for |
20 | 21 |
21 --merge $merge | |
22 | 22 |
23 --replicates $replicates | 23 --replicates $replicates |
24 | 24 |
25 -o 'library'; | 25 -o library; |
26 | 26 |
27 mkdir -p ${output.extra_files_path}; | 27 mkdir -p ${output.extra_files_path}; |
28 | 28 |
29 cp library.splib library.spidx library.pepidx ${output.extra_files_path}/; | 29 cp library.splib library.spidx library.pepidx ${output.extra_files_path}/; |
30 | 30 |