changeset 6:d5a5d145cfce draft

Uploaded
author greg
date Fri, 10 Mar 2023 18:02:00 +0000
parents c318e520dca1
children c5555f1c8f49
files draw_features.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/draw_features.xml	Thu Mar 02 16:11:22 2023 +0000
+++ b/draw_features.xml	Fri Mar 10 18:02:00 2023 +0000
@@ -17,9 +17,8 @@
 mkdir output_dir &&
 
 #for $i in $feature_hits:
-    #set file_name = $i.file_name
     #set identifier = re.sub('[^\s\w\-\\.]', '_', str($i.element_identifier))
-    cat '$i' | awk '$7 != "."' | awk '{OFS="\t";locus=$7"\t"$8"\t"$9; if($5 > s[locus]){s[locus]=$5;id = sprintf("%.3f", $5); b[locus] = $1"\t"$2"\t"$3"\t"$4"\t"id"\t"$6}} END{for(i in b){print b[i]}}' | sort  -k 1,1 -k2,2n > 'feature_hits_dir/$identifier' &&
+    ln -s $i 'feature_hits_dir/$identifier' &&
 #end for
 
 python '$__tool_directory__/draw_features.py'
@@ -60,7 +59,7 @@
             <output_collection name="features_bed" type="list" count="1">
                 <element name="amr_cds.bed" ftype="bed">
                     <assert_contents>
-                        <has_size value="129" delta="10"/>
+                        <has_size value="610" delta="10"/>
                     </assert_contents>
                 </element>
             </output_collection>