File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ void main(string[] args) {
7171 immutable uint n = args.length > 1 ? args[1 ].to! uint : 100 ;
7272
7373 static immutable (ubyte [72 * 3 + 71 ]) homoSapiensAlu = cast (immutable (ubyte [287 ]))" GGCCGGGCGCGGTGGCTCACGCCTGTAATCCCAGCACTTTGGGAGGCCGAGGCGGGCGGATCACCTGAGGTCAGGAGTTCGAGACCAGCCTGGCCAACATGGTGAAACCCCGTCTCTACTAAAAATACAAAAATTAGCCGGGCGTGGTGGCGCGCGCCTGTAATCCCAGCTACTCGGGAGGCTGAGGCAGGAGAATCGCTTGAACCCGGGAGGCGGAGGTTGCAGTGAGCCGAGATCGCGCCACTGCACTCCAGCCTGGGCGACAGAGCGAGACTCCGTCTCAAAAA" ;
74- write (" >ONE Homo sapiens alu\n " );
74+ writeln (" >ONE Homo sapiens alu" );
7575 repeatAndWrap(homoSapiensAlu, 2 * n);
7676
7777 static immutable AminoAcid[15 ] iubNucleotideInfo = [
@@ -91,7 +91,7 @@ void main(string[] args) {
9191 { l:' W' , p: 0.02 },
9292 { l:' Y' , p: 0.02 },
9393 ];
94- write (" >TWO IUB ambiguity codes\n " );
94+ writeln (" >TWO IUB ambiguity codes" );
9595 generateAndWrap(iubNucleotideInfo, 3 * n);
9696
9797 static immutable AminoAcid[4 ] homoSapienNucleotideInfo = [
@@ -100,6 +100,6 @@ void main(string[] args) {
100100 { l:' g' , p: 0.1975473066391 },
101101 { l:' t' , p: 0.3015094502008 },
102102 ];
103- write (" >THREE Homo sapiens frequency\n " );
103+ writeln (" >THREE Homo sapiens frequency" );
104104 generateAndWrap(homoSapienNucleotideInfo, 5 * n);
105105}
You can’t perform that action at this time.
0 commit comments