Mercurial > repos > mcharles > rapsosnp
changeset 6:1776b8ddd87e draft
Uploaded
author | mcharles |
---|---|
date | Mon, 29 Sep 2014 03:02:16 -0400 |
parents | b0cbb9d21aa9 |
children | 3f7b0788a1c4 |
files | rapsodyn/extractseq.pl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rapsodyn/extractseq.pl Mon Sep 22 10:19:53 2014 -0400 +++ b/rapsodyn/extractseq.pl Mon Sep 29 03:02:16 2014 -0400 @@ -89,7 +89,7 @@ } $variant{"desc"}=$descriptor; - print ">",$variant{"ref"},"_",$descriptor,"\n",$variant{"SEQ"},"\n"; + print ">",$variant{"ref"},"_",$descriptor,"_","\n",$variant{"SEQ"},"\n"; #MAJ : ajout du diese pour pas perturber blast @@ -129,4 +129,4 @@ else { return $second; } -} \ No newline at end of file +}