Closed tkosciol closed 7 years ago
@RNAer thanks so much for your quick comments! About log files, that's something I'm aware of. I'd like to keep all of the stdout as logs. Is there a way to do it in Snakemake other than piping to logs?
I am not aware of. last time I checked it seems not
On Wed, Jun 7, 2017 at 8:37 PM, Tomasz notifications@github.com wrote:
@RNAer https://github.com/rnaer thanks so much for your quick comments! About log files, that's something I'm aware of. I'd like to keep all of the stdout as logs. Is there a way to do it in Snakemake other than piping to logs?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/biocore/microprot/pull/46#issuecomment-306989386, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9CeJb9tS_2uR8PYF8EISpU-0fdpe7rks5sB2yKgaJpZM4NlwHv .
I addressed most of the comments, I hope.
But here's a fun problem I've got. If there is more than 1 input file (see /projects/microprot/benchmarking/snakemake_minimal_test/seq3.faa
) output names are correct, but contents of each file come just from the first one. I'm trying to debug this, but having another pair of eyes would help.
@sjanssen2 it now works fine with multiple inputs. I still haven't merged in MSA_hhblits
rule into search_x
, but I would call it a cosmetic improvement and have more time sensitive issues to deal with.
Please, test it out on a variety of inputs and let me know your thoughts.
@sjanssen2 @qiyunzhu @RNAer it's not pretty, but it's good for review. Please note, this is the first version of the pipeline. So what I'm going for here it's the fact that it's working and does the job.
upcoming for future PRs:
snakemake_helpers.write_db
functionality #48 also, write tests... I know there should be more tests, although I don't know if we can write unit tests for Snakemake itself.
@qiyunzhu comments addressed! I hope it's ready to merge.:)
@tkosciol Good job! I think it is ready to merge. Does @RNAer still request changes?
I think I addressed all of his requests.
Tomasz Kosciolek, PhD Postdoctoral Research Associate Rob Knight Lab University of California San Diego
On Jul 9, 2017, 3:26 PM -0700, Qiyun Zhu notifications@github.com, wrote:
@tkosciolhttps://github.com/tkosciol Good job! I think it is ready to merge. Does @RNAerhttps://github.com/rnaer still request changes?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/biocore/microprot/pull/46#issuecomment-313969651, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGZ0Vhebwy3k6XFMmyzSel7G7N8H5Sluks5sMVOMgaJpZM4NlwHv.
@tkosciol Merged!
addressing #5 and #22
There are some issues highlighted in the code that need addressing. It also needs cleaning from hard-coded paths which were included for testing.
extra.rules
need to be added to the main Snakefile for the final version.DO NOT MERGE, but I would appreciate comments on the code.