Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created June 1, 2013 09:34
Show Gist options
  • Save andrawaag/5689808 to your computer and use it in GitHub Desktop.
Save andrawaag/5689808 to your computer and use it in GitHub Desktop.
open EXPRESSIONFILE, "N:/FHML_BIGCAT/Bioinformatics/Programming/GeneExpression.txt";
while ($line = <EXPRESSIONFILE>){
@fields = split('\t', $line);
print $fields[9]."\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment