Skip to content

Commit

Permalink
Update make_output_list_fcts.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
valscherz authored Oct 20, 2019
1 parent 53891e0 commit c1b5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/0_preprocessing/make_output_list_fcts.rules
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def phyloseq_output_list():
output = basic_plots_list()
output.append(phyloseq)
if config["filtered_phyloseq_output"] == True:
output.append(phyloseq)
output.append(phyloseq_filt)
if config["transposed_tables"] == True:
output.append(transposed_output)
return(output)
Expand Down

0 comments on commit c1b5e34

Please sign in to comment.