Skip to content

Perl or Python one-liners #6

@jasonwalker80

Description

@jasonwalker80

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions