Skip to content

Commit

Permalink
add force
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcncgr committed Aug 22, 2023
1 parent 1df9b25 commit 03414d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03414d3

Please sign in to comment.