Skip to content

Commit cee98a2

Browse files
committed
commenting out debug prints
1 parent ee33386 commit cee98a2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

microBioRust/src/embl.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,13 @@ where
733733
} else {
734734
//println!("record sta {:?} sto {:?} cod {:?} stra {:?} record.seq length {:?}", &sta, &sto, &cod, &stra, &record.sequence.len());
735735
//println!(
736-
// "sliced sta {:?} sliced sto {:?} record.id {:?}",
737-
// sta, sto, &record.id
738-
//);
736+
// "sliced sta {:?} sliced sto {:?} record.id {:?}",
737+
// sta, sto, &record.id
738+
//);
739739
//println!(
740-
"iterable count is {:?} reverse strand codon start one",
741-
&iterablecount
742-
//);
740+
// "iterable count is {:?} reverse strand codon start one",
741+
// &iterablecount
742+
//);
743743
//println!("this is the sequence len {:?}", &record.sequence.len());
744744
if sto < record.sequence.len() {
745745
sliced_sequence = &record.sequence[sta..sto + 1];
@@ -1095,9 +1095,9 @@ pub fn format_translation(translation: &str) -> String {
10951095
&cleaned_translation[i..valid_end]
10961096
));
10971097
//println!(
1098-
// "cleaned translation leng is {:?}",
1098+
// "cleaned translation leng is {:?}",
10991099
// &cleaned_translation[i..valid_end].len()
1100-
//);
1100+
//);
11011101
if cleaned_translation[i..valid_end].len() < 59 {
11021102
formatted.push('\"');
11031103
} else {

0 commit comments

Comments
 (0)