Skip to content
Snippets Groups Projects
Commit 7c94d80b authored by Daniel Barrell's avatar Daniel Barrell
Browse files

Now handles all component_type contigs which are not gaps

parent 29f8c453
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ MAP: while(<MAPPER>){
else{
print "About to process an agp line for ".$acc_to_name{$acc}."\n";
}
if($type eq "F" or $type eq "O" or $type eq "A"){
if($type =~ /[ADFGOPW]/){
if($strand eq "+"){
$strand = 1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment