comparison rapsodyn/extractseq.pl @ 6:1776b8ddd87e draft

Uploaded
author mcharles
date Mon, 29 Sep 2014 03:02:16 -0400
parents 442a7c88b886
children 3f7b0788a1c4
comparison
equal deleted inserted replaced
5:b0cbb9d21aa9 6:1776b8ddd87e
87 else { 87 else {
88 $descriptor.="?_?"; 88 $descriptor.="?_?";
89 } 89 }
90 $variant{"desc"}=$descriptor; 90 $variant{"desc"}=$descriptor;
91 91
92 print ">",$variant{"ref"},"_",$descriptor,"\n",$variant{"SEQ"},"\n"; 92 print ">",$variant{"ref"},"_",$descriptor,"_","\n",$variant{"SEQ"},"\n"; #MAJ : ajout du diese pour pas perturber blast
93 93
94 94
95 95
96 #print ">",$variant{"ref"},"_",$variant{"position"},"_",$variant{"depth"},"\n",$variant{"SEQ"},"\n"; 96 #print ">",$variant{"ref"},"_",$variant{"position"},"_",$variant{"depth"},"\n",$variant{"SEQ"},"\n";
97 97