Mercurial > repos > melissacline > ucsc_xena_platform
comparison xena_import.xml @ 48:d717d0c4c8f1
fix import bug
author | jingchunzhu |
---|---|
date | Sun, 09 Aug 2015 22:39:09 -0700 |
parents | 02b0824c7d60 |
children | 8da6920a39ac |
comparison
equal
deleted
inserted
replaced
47:b19e848f9886 | 48:d717d0c4c8f1 |
---|---|
20 --label "${label}" | 20 --label "${label}" |
21 #else | 21 #else |
22 --label "${xenaInputData.name}" | 22 --label "${xenaInputData.name}" |
23 #end if | 23 #end if |
24 | 24 |
25 #if $format.withProbeMap.probeMap =="select" | 25 #if $format.metadataType == "genomicMatrix" and $format.withProbeMap.probeMap =="select" |
26 --probeMap "${format.withProbeMap.probeMapFile}" | 26 --probeMap "${format.withProbeMap.probeMapFile}" |
27 #end if | 27 #end if |
28 | 28 |
29 #if $colNormalization: | 29 #if $colNormalization: |
30 --colNormalization 1 | 30 --colNormalization 1 |