Skip to content

Commit daf3671

Browse files
committed
1 parent b38897f commit daf3671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download_ensembl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ generate_picard_refFlat picard ${SPECIES} ${VERSION} ${gtf_file}
181181

182182
# Generating get_gene_lengths file
183183
echo "Running get_gene_lengths for species ...."
184-
get_gene_lengths <(tail -n +6 ${gtf_file} ) > ./gene_lengths.csv
184+
get_gene_lengths ${gtf_file} > ./gene_lengths.csv
185185
# Construct transcript->gene mapping file for tximport
186186
awk '$3=="transcript" {print $14, $10}' ${gtf_file} | sed 's/"//g;s/;//g' > ./tx2gene.tsv

0 commit comments

Comments
 (0)