We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e86d2 commit b917287Copy full SHA for b917287
concur.pl
@@ -1,5 +1,4 @@
1
#!/bin/perl -w
2
-print `date`;
3
# CONCUR: quick and robust calculation of codon usage from ribosome profiling data
4
# Copyright (C) 2020 Susanne Bornelöv
5
#
@@ -79,8 +78,6 @@
79
78
FinalCodonFrequency();
80
Validate() unless $noR;
81
82
83
-
84
sub GenomeToTranscript {
85
print "[Step 1/10] Mapping genomic reads to transcripts...\n";
86
mkdir "$tmp/genome_to_transcript";
0 commit comments