You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# define env variables for GENEPATTERN_USERNAME and GENEPATTERN_PASSWORD
# export GENEPATTERN_USERNAME=ted
# export GENEPATTERN_PASSWORD=
#
python generate-module.py --name gatk.CalculateContamination --instructions "Write the wrapper script in Python. Make sure it can handle both tumor-only mode and matched normal mode. Optional tool arguments, optional Common arguments and Advanced arguments should not be GenePattern parameters. \"--arguments_file\" should be an optional parameter so that the additional arguments can be passed in. " --description "Given pileup data from GetPileupSummaries, calculates the fraction of reads coming from cross-sample contamination.." --language Python --documentation-url https://gatk.broadinstitute.org/hc/en-us/articles/360036888972-CalculateContamination --repository-url https://github.com/broadinstitute/gatk --base-image "broadinstitute/gatk:4.1.4.1" --gp-user $GENEPATTERN_USERNAME --gp-password $GENEPATTERN_PASSWORD \