Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Activity
  • Jan 31 2019 22:37

    bebatut on gh-pages

    Update on: Thu Jan 31 22:36:58 … (compare)

  • Jan 31 2019 22:00

    erasche on master

    Reports fix. Clear up issue in Galaxy docker… More reports fixes... and 1 more (compare)

  • Jan 31 2019 22:00
    erasche closed #1237
  • Jan 31 2019 22:00
    erasche commented #1237
  • Jan 31 2019 21:33
    jmchilton synchronize #1237
  • Jan 31 2019 21:01
    erasche labeled #1239
  • Jan 31 2019 21:01
    erasche opened #1239
  • Jan 31 2019 21:00
    natefoo opened #1238
  • Jan 31 2019 20:56
    jmchilton opened #1237
  • Jan 31 2019 20:17

    bebatut on gh-pages

    Update on: Thu Jan 31 20:17:17 … (compare)

  • Jan 31 2019 19:44

    erasche on master

    fix typos Merge pull request #1236 from g… (compare)

  • Jan 31 2019 19:44
    erasche closed #1236
  • Jan 31 2019 19:44
    martenson opened #1236
  • Jan 31 2019 19:44

    martenson on martenson-patch-2

    fix typos (compare)

  • Jan 31 2019 19:23

    bebatut on gh-pages

    Update on: Thu Jan 31 19:23:39 … (compare)

  • Jan 31 2019 19:06

    Slugger70 on master

    import some notes fix username and 1 more (compare)

  • Jan 31 2019 19:06
    Slugger70 closed #1234
  • Jan 31 2019 19:04
    erasche review_requested #1234
  • Jan 31 2019 19:03
    erasche synchronize #1234
  • Jan 31 2019 19:03
    erasche unlabeled #1234
Daniel Blankenberg
@blankenberg
remove enable: false
Nick Stoler
@NickSto
Ohhh okay thanks
Nick Stoler
@NickSto
By the way, kudos to everyone who put together the Makefile and instructions on running the site locally. I followed the instructions here verbatim and it just worked.
https://galaxyproject.github.io/training-material/topics/contributing/tutorials/running-jekyll/tutorial.html#installation-of-the-requirements
Martin Cech
@martenson
Nick Stoler
@NickSto
Ahh I see
Nicolas Descostes
@descostesn
Hi, I cannot find back how to display the author comments on the training slides, what is the shortcut again? thx
just found it, thanks!
Helena Rasche
@erasche
you can use ? to find the shortcut keys :)
ah ok, perfect!
Nicolas Descostes
@descostesn
it is 'p', it is written on the second slide :P
Bérénice Batut
@bebatut
Hi all, a quick reminder: we have a cofest today and 2 calls. The first one is in 30 min. Hope to see you around :s:
mile
Bérénice Batut
@bebatut
The second call is starting in 5 min :smile:
Delphine Lariviere
@Delphine-L
Is it still on hangout?
Helena Rasche
@erasche
yep
Delphine Lariviere
@Delphine-L
you all froze and disappeared
Bérénice Batut
@bebatut
we will be back soon
some power issues
Delphine Lariviere
@Delphine-L
ok :)
Saskia Hiltemann
@shiltemann
try joining again now?
Bérénice Batut
@bebatut
are you around?
Delphine Lariviere
@Delphine-L
yes trying sorry
Jennifer Hillman-Jackson
@jennaj
Hi all -- are there plans to create a tutorial using the new trinity tool suite tools the IUC just published?
Asking to help with this Ghelp Q ie make sure all resources are included in the post: https://help.galaxyproject.org/t/what-to-do-with-trinity-output-files/2497
Bérénice Batut
@bebatut
Hi. I think @abretaud is working on that galaxyproject/training-material#1351
Jennifer Hillman-Jackson
@jennaj
Super, checking it out now, thx!
Jim Hu
@jimhu-tamu
Hi, I was planning on using the Tn-Seq tutorial https://galaxyproject.github.io/training-material/topics/genome-annotation/tutorials/tnseq/tutorial.html but the wrong datasets are linked both in Zenodo and the shared data libraries. Looks like reads for E. coli assembly, not Tn-Seq
Helena Rasche
@erasche
@jimhu-tamu the data in the tutorial looks correct:
image.png
The tutorial page points to the wrong DOI, so the wrong data is auto-loaded in the data library (it's an automatic process)
we can fix that easily, but if you just use those URLs it should be fine
Helena Rasche
@erasche
https://github.com/usegalaxy-eu/shared-data (which controls data in the usegalaxy.* libraries) now updates monthly with latest data from GTN :tada: If y'all think it should be more frequent let me know
Nicola Soranzo
@nsoranzo
Fantastic!
Bérénice Batut
@bebatut
:tada:
Saskia Hiltemann
@shiltemann
awesome!
Nick Stoler
@NickSto
Hey, FYI I'm using make serve to run the site locally, and it's auto-updating whenever I edit a file, but it's taking about 100 seconds longer to finish every time. Is this just another symptom of #1602?
It started at 142 seconds and now it's up to 12 minutes.
Björn Grüning
@bgruening
@NickSto this is know. We need to upgrade to jekyll-4 but this is blocked currently
maybe over Xmas
just restart the entire thing and it gets faster again
Nick Stoler
@NickSto
Okay cool, just wondering if this was just something on my system.
Björn Grüning
@bgruening
No, it's unfortunately hitting all of us
Nick Stoler
@NickSto
Man, yeah, it does make it hard to troubleshoot.
Björn Grüning
@bgruening
? @NickSto just restart the make serve
once in a while
Nick Stoler
@NickSto
Thanks, I'm doing that now. It still takes 2 minutes per restart, which is better than before, but it's good to hear Jekyll 4 is on its way!
Bérénice Batut
@bebatut
You can also add FLAGS:=--incremental after make serve to make it rebuilding faster
Nick Stoler
@NickSto
Oh wow, thanks! It's so much faster with that!