Skip to content

Commit

Permalink
Update Oct 19, 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Pundhir committed Oct 19, 2016
1 parent 04103e6 commit f28c804
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/commonNFR.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
commonNFR.pl: determine common Nucleosome Free Regions (NFR) between two replicates
Expand Down
2 changes: 1 addition & 1 deletion bin/confusion2performance.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
confusion2performance.pl: given a confusion matrix, evaluate the performance measures
Expand Down
2 changes: 1 addition & 1 deletion bin/estimateSizeFactor.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
estimateSizeFactor.pl: estimate size factor for normalization across samples
Expand Down
2 changes: 1 addition & 1 deletion bin/findNFRAll.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
findNFRAll.pl: determine Nucleosome Free Regions (NFR) using ChIP-seq data for histone marks
Expand Down
2 changes: 1 addition & 1 deletion bin/mergeBed.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
mergeBed.pl: pick coordinate in BED format by selecting the highest scoring among all the overlapping coordinates
Expand Down
2 changes: 1 addition & 1 deletion bin/nfr2ucsc.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
nfr2ucsc.pl: create UCSC track file for input NFR regions
Expand Down
2 changes: 1 addition & 1 deletion bin/validateBlockbuster.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl

=copyright_info
validateBlockbuster.pl: validate block groups in blockbuster output file
Expand Down

1 comment on commit f28c804

@spundhir
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To accomodate for different installation path for per #!/usr/bin/perl is now changed to #!/usr/bin/env perl

Please sign in to comment.