This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Author: Sean Davis <[email protected]> | |
# | |
# Uses named pipes (FIFO) to reduce storage needs | |
# to call varscan somatic | |
# Some details may need to be edited to meet particular needs | |
# call with the following parameters | |
# 1) The FASTA file containing the reference genome | |
# 2) The Normal bam file |