Skip to content

Commit 896cd98

Browse files
author
Arnold Kuzniar
committed
Update shebang for portability.
1 parent ca09143 commit 896cd98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

parsers/parse_evidence.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#
33
# This script parses the MaxQuant 'evidence.txt' result file.
44
# Both duplex and triplex SILAC experiments are supported.

parsers/parse_fasta.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#
33
# This script reads a sequence library file with UniProtKB-formatted FASTA headers
44
# (see http://www.uniprot.org/help/fasta-headers) and writes a tab-delimited file.

parsers/parse_proteinGroups.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22
#
33
# This script parses the MaxQuant 'proteinGroups.txt' file or its post-processed version.
44
# Both duplex and triplex SILAC experiments are supported.

0 commit comments

Comments
 (0)