Skip to content

Commit

Permalink
Add --cloudbiolinux argument (#3691)
Browse files Browse the repository at this point in the history
Fixes #3689
  • Loading branch information
amizeranschi committed Jan 23, 2023
1 parent 8eb78b7 commit 9cb1fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bcbio_setup_genome.py
Expand Up @@ -229,6 +229,8 @@ def error(self, message):
help="Add ERCC spike-ins.")
parser.add_argument("--mirbase", help="species in mirbase for smallRNAseq data.")
parser.add_argument("--srna_gtf", help="gtf to use for smallRNAseq data.")
parser.add_argument("--cloudbiolinux", help="Specify a cloudbiolinux git commit hash or tag to install",
default="master")
required = parser.add_argument_group('required named arguments')
required.add_argument("--buildversion", required=True,
help=("String describing build of genome used. Examples: "
Expand Down

0 comments on commit 9cb1fed

Please sign in to comment.