-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
@ahwagner here is an example of a one liner in the tutorial for evaluating the a GTF format file:
perl -ne 'if ($_ =~ /(gene_id\s\"ENSG\w+\")/){print "$1\n"}' genes_chr22_ERCC92.gtf | sort | uniq | wc -l
The tutorial describes the Perl one-liner usage. Did we decide if we were going to switch out all perl references for python equivalents?
Metadata
Metadata
Assignees
Labels
No labels