error while using awk script to extract information about intron length from gff file
1
0
Entering edit mode
7.2 years ago
Bioinfonext ▴ 460

I am using this script to extract intron length information but showing some error.

Script: https://github.com/nathanweeks/scripts/blob/master/intron-length.awk

GFF File: (Rs.1.0.Gene)

http://radish-genome.org/Data_resource/

Error: awk intron-length.awk TYPE=CDS Rs_1.0.Gene.LFY.gff

awk: cmd. line:1: intron-length.awk

awk: cmd. line:1: ^ syntax error

RNA-Seq • 1.7k views
ADD COMMENT
1
Entering edit mode
7.2 years ago
gangireddy ▴ 160

make intron-length.awk into executable file

chmod +x intron-length.awk

then run the command as

./intron-length.awk TYPE=CDS Radish_V123_Gene.LFY.gff
ADD COMMENT

Login before adding your answer.

Traffic: 1963 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6