maximilianh / cellBrowser

main repo: https://github.com/ucscGenomeBrowser/cellBrowser/ - Python pipeline and Javascript scatter plot library for single-cell datasets, http://cellbrowser.rtfd.org
https://github.com/ucscGenomeBrowser/cellBrowser/
GNU General Public License v3.0
104 stars 40 forks source link

duplicates in list of recent genes #65

Closed slowkow closed 4 years ago

slowkow commented 5 years ago

I selected IL6 a few times, and now my list of recent genes has the same gene (IL6) listed multiple times.

I love the idea to keep a list of recent genes! I think that's probably one of the most useful lists you can make. But it would be nice to de-duplicate it:

image

You can see the behavior on our page: https://immunogenomics.io/cellbrowser

maximilianh commented 5 years ago

Oops, there is code that is supposed to avoid exactly this, but apparently it's not working. Will fix.

On Wed, Jan 23, 2019 at 10:54 PM Kamil Slowikowski notifications@github.com wrote:

I selected IL6 a few times, and now my list of recent genes has the same gene (IL6) listed multiple times.

I love the idea to keep a list of recent genes! I think that's probably one of the most useful lists you can make. But it would be nice to de-duplicate it:

[image: image] https://user-images.githubusercontent.com/209714/51639536-24a18580-1f2f-11e9-8253-81bb95e2c94d.png

You can see the behavior on our page: https://immunogenomics.io/cellbrowser

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maximilianh/cellBrowser/issues/65, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS-TUPCVJv3qvETzbxnqYC8WjvRFJN1ks5vGNn8gaJpZM4aPtG6 .

maximilianh commented 5 years ago

Should be fixed now. Thanks for your report! I haven't released to pip yet, but will do that tonight (you're using github or pip to install?)

On Thu, Jan 24, 2019 at 12:07 AM Maximilian Haeussler maximilianh@gmail.com wrote:

Oops, there is code that is supposed to avoid exactly this, but apparently it's not working. Will fix.

On Wed, Jan 23, 2019 at 10:54 PM Kamil Slowikowski < notifications@github.com> wrote:

I selected IL6 a few times, and now my list of recent genes has the same gene (IL6) listed multiple times.

I love the idea to keep a list of recent genes! I think that's probably one of the most useful lists you can make. But it would be nice to de-duplicate it:

[image: image] https://user-images.githubusercontent.com/209714/51639536-24a18580-1f2f-11e9-8253-81bb95e2c94d.png

You can see the behavior on our page: https://immunogenomics.io/cellbrowser

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maximilianh/cellBrowser/issues/65, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS-TUPCVJv3qvETzbxnqYC8WjvRFJN1ks5vGNn8gaJpZM4aPtG6 .

slowkow commented 5 years ago

I think we're using github. No problem either way.

Thanks for the quick fix!

matthewspeir commented 5 years ago

FYI @maximilianh this issue is coming up again on a recent instance of the cell browser I have up here: https://genome-test.gi.ucsc.edu/~mspeir/cb_demo/?ds=oligodendrocyte_ms_GSE118257.

See: cellbrowserRecentGeneRepeats

matthewspeir commented 4 years ago

Well, whatever issue I was seeing last March seems to be fixed now on cells.ucsc.esu. Closing.