changeset 5:7d2a81d29ca4 draft

Uploaded
author devteam
date Wed, 12 Feb 2014 16:06:05 -0500
parents 0f07aec558b9
children 091154194ce8
files table_annovar.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/table_annovar.xml	Wed Feb 12 16:05:46 2014 -0500
+++ b/table_annovar.xml	Wed Feb 12 16:06:05 2014 -0500
@@ -3,6 +3,7 @@
 
     <requirements>
         <requirement type="package">annovar</requirement>
+        <requirement type="set_environment">SCRIPT_PATH</requirement>
     </requirements>
 
     <command>
@@ -39,7 +40,7 @@
         ; table_annovar.pl input.avinput ${__get_data_table_entry__('annovar_indexes', 'dbkey', $input.dbkey, 'path')} -protocol ${protocol} -operation ${operation} -nastring NA -buildver ${input.dbkey} --outfile output
 
         ## Process annotated table to remove "NA" strings from numerical columns and copy to output.
-        ; cat output.${input.dbkey}_multianno.txt | replace_NA.py > ${output}
+        ; cat output.${input.dbkey}_multianno.txt | \$SCRIPT_PATH/replace_NA.py > ${output}
     </command>
 
     <inputs>