diff --git a/scripts/process_collections.py b/scripts/process_collections.py index d37c30e..893d06a 100644 --- a/scripts/process_collections.py +++ b/scripts/process_collections.py @@ -183,7 +183,7 @@ def process_collections(self, cmds_only, mode): "bam_url", None ) if bam_url: - cmd += f";jbrowse add-track -n {'x'.join(parent) BAM} -a {parent[1]} --indexFile {bam_url}.bai {bam_url}" # add BAM alignment track for genome_alignments + cmd += f";jbrowse add-track -n {'x'.join(parent) BAM} -a {parent[1]} --indexFile {bam_url}.bai {bam_url} --force" # add BAM alignment track for genome_alignments elif mode == "blast": # for blast continue # Not blastable at the moment # MORE CANONICAL TYPES HERE