Mercurial > repos > galaxyp > feature_alignment
comparison feature_alignment.xml @ 8:4fd8df131c3c draft
Uploaded
author | galaxyp |
---|---|
date | Thu, 21 May 2015 12:47:52 -0400 |
parents | 6ed38421e503 |
children | 9ad7babdbedd |
comparison
equal
deleted
inserted
replaced
7:6ed38421e503 | 8:4fd8df131c3c |
---|---|
11 <command> | 11 <command> |
12 <![CDATA[ | 12 <![CDATA[ |
13 feature_alignment.py | 13 feature_alignment.py |
14 --in #echo '" "'.join([ str($file) for $file in $inputs ]) # | 14 --in #echo '" "'.join([ str($file) for $file in $inputs ]) # |
15 --file_format $oformat | 15 --file_format $oformat |
16 #if str($out) == "openswath": | 16 #if str($oformat) == "openswath": |
17 --out $out | 17 --out $out |
18 #end if | 18 #end if |
19 --out_matrix out_matrix.tsv | 19 --out_matrix out_matrix.tsv |
20 --out_ids $out_ids | 20 --out_ids $out_ids |
21 --fdr_cutoff $fdr_cutoff | 21 --fdr_cutoff $fdr_cutoff |