Skip to content

Commit

Permalink
$workdir/merged.bed -> "$workdir"/merged.bed
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikHamp authored Dec 17, 2018
1 parent 2b99bb8 commit e4256a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compareBed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ fi
Rscript --vanilla $path/merge.R $min $max $workdir $data

#5. add fasta sequences to bed and create fasta file
bedtools getfasta -fi $fasta -bed $workdir/merged.bed -bedOut > $output
bedtools getfasta -fi $fasta -bed "$workdir"/merged.bed -bedOut > $output
bedtools getfasta -name -fi $fasta -bed "$output" -fo "$output".fasta

#6 clean up
Expand Down

0 comments on commit e4256a9

Please sign in to comment.