Skip to content
Snippets Groups Projects
Commit 95009ed9 authored by Andy Yates's avatar Andy Yates
Browse files

Note better than diag as otherwise we get whingy warnings all the time

parent f1294c0f
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ $serializer->print_Seq($slice);
$fh_Serializer->seek(0,0);
$Serializer_output = <$fh_Serializer>;
diag $Serializer_output;
note $Serializer_output;
is ($Serializer_output,">It's a FASTA header\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATGAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAAAAAAAAAAAAAACGCGCGCGCGGGA\n", "Serializer custom header should override correctly.");
$fh_Serializer->close;
......
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