WatsonLab / MAGpy

Snakemake pipeline for downstream analysis of metagenome-assembled genomes (MAGs) (pronounced mag-pie)
62 stars 23 forks source link

Diamond summary report fix to avoid argument list length issues #12

Closed halexand closed 5 years ago

halexand commented 5 years ago

This is a potential fix in reference to #11 .

Instead of using cat to print the output of all the inputs this uses find and xargs to bypass the need to print all the files to the command line. It works with my large dataset as well as the snakemake test provided (but I am not sure that this is tested by the designed tests).