Skip to content

Commit

Permalink
Update process_collections.py
Browse files Browse the repository at this point in the history
Hotfix fstring error
  • Loading branch information
ctcncgr authored Aug 22, 2023
1 parent 03414d3 commit 5ef4b38
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} --force" # 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 5ef4b38

Please sign in to comment.