Skip to content

Commit

Permalink
Auto scale igv groups together
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cheshire committed Nov 11, 2023
1 parent 1575fd0 commit 81baaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/igv_files_to_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def igv_files_to_session(XMLOut, ListFile, Genome, GtfBed, PathPrefix=""):
)
elif extension in [".bw", ".bigwig", ".tdf", ".bedGraph", ".bedgraph"]:
XMLStr += (
'\t\t<Track altColor="0,0,178" autoScale="true" clazz="org.broad.igv.track.DataSourceTrack" color="%s" '
'\t\t<Track altColor="0,0,178" autoScale="true" autoscaleGroup="1" clazz="org.broad.igv.track.DataSourceTrack" color="%s" '
% (colour)
)
XMLStr += 'displayMode="COLLAPSED" featureVisibilityWindow="-1" fontSize="12" height="100" '
Expand Down

0 comments on commit 81baaf1

Please sign in to comment.