greenelab / 2022-microberna

A pipeline to generate a compendia of bacterial and archaeal RNA-seq data
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

[MRG] update readme to reflect some of the project goals, start reference transcriptome pipelines #1

Closed taylorreiter closed 2 years ago

taylorreiter commented 2 years ago

This is the first pull request for the microberna repo. I wanted to have an endpoint that demonstrated the pipeline(s) was producing the correct outputs, so it became a bit of a monster, and for that I am sorry! Please feel free to pay forward the favor.

This PR introduces 35 new files into the repository. I outline these files below, and highlight those that need less review or are less review intensive.

Files that probably need more intense review:

Files that probably don't need that much review:

Also maybe interesting information, for many of the rules in the snakefiles, I've used variants in previous projects: https://github.com/taylorreiter/2021-metapangenome-example https://github.com/taylorreiter/2021-orpheum-sim https://github.com/taylorreiter/2021-cami-annot https://github.com/taylorreiter/2021-bsub

taylorreiter commented 2 years ago

There might be a bug in the tiny_example Snakefile

Yup, there totally is, it's the same bug that I created it to fix because locally I have tiny_example2.snakefile and didnt backport the changes to fix the error...thank you for highlighting this! I'll fix it.