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) {
71
71
immutable uint n = args.length > 1 ? args[1 ].to! uint : 100 ;
72
72
73
73
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" );
75
75
repeatAndWrap(homoSapiensAlu, 2 * n);
76
76
77
77
static immutable AminoAcid[15 ] iubNucleotideInfo = [
@@ -91,7 +91,7 @@ void main(string[] args) {
91
91
{ l:' W' , p: 0.02 },
92
92
{ l:' Y' , p: 0.02 },
93
93
];
94
- write (" >TWO IUB ambiguity codes\n " );
94
+ writeln (" >TWO IUB ambiguity codes" );
95
95
generateAndWrap(iubNucleotideInfo, 3 * n);
96
96
97
97
static immutable AminoAcid[4 ] homoSapienNucleotideInfo = [
@@ -100,6 +100,6 @@ void main(string[] args) {
100
100
{ l:' g' , p: 0.1975473066391 },
101
101
{ l:' t' , p: 0.3015094502008 },
102
102
];
103
- write (" >THREE Homo sapiens frequency\n " );
103
+ writeln (" >THREE Homo sapiens frequency" );
104
104
generateAndWrap(homoSapienNucleotideInfo, 5 * n);
105
105
}
You can’t perform that action at this time.
0 commit comments