Last active
January 7, 2020 18:04
-
-
Save ionox0/fc8fb9bfea2ad778c840ac5ca6825d54 to your computer and use it in GitHub Desktop.
brass with singularity
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
singularity run -B /folder/with/tumor_normal/bams:/tmp /home/johnsoni/brass/quay_io-brass_v6.3.0.simg | |
brass.pl -c 2 -o myout -t /tmp/tumor.bam -n /tmp/normal.bam | |
# causes error - why is -d required? ask Peter... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment