How to write a bash script for your reproducible data analysis pipeline (CC247)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 17

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 11 месяцев назад +1

    Very interesting. I tend to simply just run curl in the Mac terminal rather than a script. But I only upload these occationally.

  • @leonelemiliolereboursnadal6966
    @leonelemiliolereboursnadal6966 2 года назад +3

    Thanks again!! you are the best man!, 🙌🙌

  • @musicspinner
    @musicspinner 2 года назад +2

    Great stuff. Looking forward to seeing snakemake in action. 👍🏽

    • @Riffomonas
      @Riffomonas  2 года назад

      Thursday! Thanks for watching 🤓

  • @mdeeaonetwothree5162
    @mdeeaonetwothree5162 5 месяцев назад

    This tutorial uses the Windows based Visual Studio to demonstrate Snakemake. It gives some great tips on reproducibility and gives good examples on interpreting and fixing error messages as part of a small project. Shows how to test rules individually. Does not demonstrate parallelisation. The creation of the DAG was interesting.

    • @Riffomonas
      @Riffomonas  5 месяцев назад

      Thanks for watching!

  • @metameles5846
    @metameles5846 2 года назад +3

    -O lets you overwrite an existing file. Have a good day.

    • @tomaszkrukowski1393
      @tomaszkrukowski1393 2 года назад +1

      wget -N prevents the same files from being downloaded again if they have not changed (by checking timestamping)

  • @markrandall7631
    @markrandall7631 2 месяца назад +1

    I have been trying this and some URL exit without the URL in single quotes and some need single quote URL to exit. Gone to encapsulating all URL in single quotes.

    • @Riffomonas
      @Riffomonas  2 месяца назад

      yeah bash can sometimes do different things with single vs double quotes. a backslash can be useful for escaping quotes if you need to have quotes in quotes

    • @markrandall7631
      @markrandall7631 2 месяца назад

      @@Riffomonas this was without the URL in any quotes, like your script.

  • @qwerty11111122
    @qwerty11111122 2 года назад +2

    dollar outside curly braces?

    • @Riffomonas
      @Riffomonas  2 года назад +2

      Yeah I couldn’t think fast enough 😂

    • @qwerty11111122
      @qwerty11111122 2 года назад +1

      @@Riffomonas I feel that

  • @dubhsith5993
    @dubhsith5993 2 года назад +1

    Odd that someone would load Tidyverse and then use bash to script the download of files :)

    • @Riffomonas
      @Riffomonas  2 года назад +1

      🤷‍♂️there’s pedagogy baked into everything. Thanks for watching!