[EMBOSS] Suggested change to seqretsplit

Kim Rutherford kmr at sanger.ac.uk
Wed Oct 29 13:37:32 UTC 2003


Hi.  Can I suggest this following change to seqretsplit.acd to allow
features to be retained (with the -feature flag) when using
seqretsplit:


*** seqretsplit.acd	2003/10/06 08:52:50	1.9
--- seqretsplit.acd	2003/10/29 13:19:58
***************
*** 9,16 ****
--- 9,22 ----
    type: "page"
  ]
  
+   boolean: feature  [
+     default: "N"
+     information: "Use feature information"
+   ]
+ 
    seqall: sequence  [
      parameter: "Y"
+     features: "$(feature)"
      type: "gapany"
    ]
  
***************
*** 35,40 ****
--- 41,47 ----
    seqoutall: outseq  [
      parameter: "Y"
      ossingle: "Y"
+     features: "$(feature)"
    ]
  
  endsection: output



It seems to work fine for me.

Kim.



More information about the EMBOSS mailing list