You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll want to host the output files from SPEAQeasy from this example, such that others can run the downstream analyses and that we can then point users to the output files in the SPEAQeasy docs. Depending on the size of the files (except the BAM files) we might want to host the output files on GitHub through git-lfs (say 5Gb or less). If it's more, then maybe AWS is the better option. Anyway, version control here the code for processing the data. We can always initially ignore the output files using .gitignore before deciding where to host them.
The text was updated successfully, but these errors were encountered:
As an update, the outputs are ready at /dcl01/lieber/ajaffe/lab/SPEAQeasy-example/pipeline_outputs/ but currently ignored by git. The next step is then determining how to host them as you mentioned.
We'll want to host the output files from SPEAQeasy from this example, such that others can run the downstream analyses and that we can then point users to the output files in the SPEAQeasy docs. Depending on the size of the files (except the BAM files) we might want to host the output files on GitHub through git-lfs (say 5Gb or less). If it's more, then maybe AWS is the better option. Anyway, version control here the code for processing the data. We can always initially ignore the output files using
.gitignore
before deciding where to host them.The text was updated successfully, but these errors were encountered: