Skip to content

Commit b917287

Browse files
author
Susanne Bornelov
committed
Minor change
1 parent 40e86d2 commit b917287

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

concur.pl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/perl -w
2-
print `date`;
32
# CONCUR: quick and robust calculation of codon usage from ribosome profiling data
43
# Copyright (C) 2020 Susanne Bornelöv
54
#
@@ -79,8 +78,6 @@
7978
FinalCodonFrequency();
8079
Validate() unless $noR;
8180

82-
print `date`;
83-
8481
sub GenomeToTranscript {
8582
print "[Step 1/10] Mapping genomic reads to transcripts...\n";
8683
mkdir "$tmp/genome_to_transcript";

0 commit comments

Comments
 (0)