Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add batch command to overlay tracks #118

Closed
jrobinso opened this issue Mar 17, 2015 · 4 comments
Closed

Add batch command to overlay tracks #118

jrobinso opened this issue Mar 17, 2015 · 4 comments
Assignees
Labels
enhancement Indicates new feature requests
Milestone

Comments

@jrobinso
Copy link
Contributor

I am trying to take snapshots of the tracks loaded to IGV using command line. I am able to take them but I would like to overlay some tracks before taking the snapshots using command line igv. However, I am not able to find how to do it. Is there any option to overlay tracks via command line (or batch file)?

@CiaranOMara
Copy link

@jrobinso, I have this exact issue. Is there a batch command to overlay tracks?

@jrobinso
Copy link
Contributor Author

Hi, no there is not. Batch commands are documented here: https://github.com/igvteam/igv/wiki/Batch-commands. I'm not sure why this was closed, will reopen but no ETA on when this could get done.

@jrobinso jrobinso reopened this Dec 19, 2021
@jrobinso jrobinso added the enhancement Indicates new feature requests label Dec 31, 2021
@jrobinso jrobinso added this to the 2.12.0 milestone Dec 31, 2021
@malcook
Copy link

malcook commented Jan 4, 2022

GroupOverlayBy <sampleAttribute> would be great

ancillary to #1083 would be GroupAutoscaleBy <sampleAttribute>

@jrobinso jrobinso self-assigned this Jan 15, 2022
@jrobinso
Copy link
Contributor Author

This is implemented, and will be in the next release sometime next week. An example script follows. Tracks to overlay can be specified byURL encoded track name, or by url or absolute file path of track file.

genome hg19
goto chr1
load https://www.encodeproject.org/files/ENCFF543IHG/@@download/ENCFF543IHG.bigWig
setColor 150,0,0 ENCFF543IHG.bigWig
load https://www.encodeproject.org/files/ENCFF039BJP/@@download/ENCFF039BJP.bigWig
setColor 0,150,0 ENCFF039BJP.bigWig
load https://www.encodeproject.org/files/ENCFF060LLG/@@download/ENCFF060LLG.bigWig
setColor 0,0,150 ENCFF060LLG.bigWig
overlay ENCODE%20Merged ENCFF543IHG.bigWig ENCFF039BJP.bigWig ENCFF060LLG.bigWig
snapshot merged.png
separate ENCODE%20Merged
snapshot separate.png
overlay ENCODE%20Merged%202 https://www.encodeproject.org/files/ENCFF543IHG/@@download/ENCFF543IHG.bigWig https://www.encodeproject.org/files/ENCFF039BJP/@@download/ENCFF039BJP.bigWig https://www.encodeproject.org/files/ENCFF060LLG/@@download/ENCFF060LLG.bigWig
snapshot merged_by_url.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

3 participants