Skip to content

Commit

Permalink
Update filter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjunlee21 authored Apr 14, 2022
1 parent b25186d commit 93e3bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PanChIP/filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ wait
echo $inputfiles | sed -e 's/ /.txt '$sedoutput'\//g' -e 's/^/'$sedlib'\/Experiment.txt '$sedoutput'\//' -e 's/$/.txt/' | xargs paste | awk 'BEGIN{print "'$(sed -e 's/ /\\t/g' -e 's/^/TR\\tExperiment\\t/' <<< $inputfiles)'"} {print}' > $output/primary.output.tsv
for file in $inputfiles
do
rm $output/$file.txt
# rm $output/$file.txt
done
rm -r $lib/$rep
rm -r $output/$rep
# rm -r $lib/$rep
# rm -r $output/$rep
mkdir -p $output/input.stat
for file in SUM SUMdivbyWC WC
do
Expand Down

0 comments on commit 93e3bc2

Please sign in to comment.