Skip to content

Instantly share code, notes, and snippets.

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