Skip to content

Commit

Permalink
only grab _mergecg.bed files
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbed committed Sep 30, 2021
1 parent 9cb1d1d commit 63b7e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/slidingWindow.pl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
my %samples = ();

#~ my @files = `ls $indir|grep .bed.gz\$ |head -2`;
my @files = `ls $indir|grep .bed.gz\$`;
my @files = `ls $indir|grep _mergecg.bed.gz\$`;
chomp(@files);
for(my $i=0;$i<=$#files;$i++){
my $f = $files[$i];
Expand Down

0 comments on commit 63b7e8e

Please sign in to comment.