mgarber / scriptureV2

Paired end intrinsic support
GNU Lesser General Public License v3.0
5 stars 4 forks source link

TranscriptionRead in AlignmentModel? #1

Open engreitz opened 11 years ago

engreitz commented 11 years ago

Why does the first constructor in the AlignmentModel have this message: System.out.println("Entered the WRONG Alignment model ");

As far as I can tell, the only difference is that the second constructor has a TranscriptionRead parameter, which is irrelevant for DNA sequencing.

sabahkadri commented 11 years ago

Ooops. That's my fault. I had put in a debug statement I forgot to remove. Please remove it. On Mar 7, 2013 7:32 PM, "engreitz" notifications@github.com wrote:

Why does the first constructor in the AlignmentModel have this message: System.out.println("Entered the WRONG Alignment model ");

As far as I can tell, the only difference is that the second constructor has a TranscriptionRead parameter, which is irrelevant for DNA sequencing.

— Reply to this email directly or view it on GitHubhttps://github.com/mgarber/scriptureV2/issues/1 .

sabahkadri commented 11 years ago

The latest commits by me fixed these.