Skip to content
Snippets Groups Projects
Commit dc63885e authored by Nikos Pappas's avatar Nikos Pappas
Browse files

output to log files

parent 94fe8f4d
No related merge requests found
......@@ -191,7 +191,7 @@ rule hmmsearch:
"-o {output.hmm_out_txt} "
"--tblout {output.hmm_tblout_tsv} "
"{input.all_pvogs_profiles} "
"{input.proteins_fasta}"
"{input.proteins_fasta} 2>{log}"
rule refseqs_to_pvogs:
input:
......@@ -226,5 +226,5 @@ rule create_features_tables:
"python workflow/scripts/subset_scores.py "
"-s {input.filtered_master_tsv} "
"-i {input.interactions_tsv} "
"-o {output.features_tsv}"
"-o {output.features_tsv} &>{log}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment