Deleted make_blast_db.py because it wasn't being used, and combined blast_options.py and option_handling.py into a single file.
Also, the pipeline now saves whatever the input data path is (rather than parsing it for the filename, and saving that).
So for example, if in pipeline.run we set data="/path/to/contig.fa", in the last column of the pipeline csv, we are now saving "/path/to/contig.fa" instead of just "contig.fa".
Deleted
make_blast_db.py
because it wasn't being used, and combinedblast_options.py
andoption_handling.py
into a single file.Also, the pipeline now saves whatever the input data path is (rather than parsing it for the filename, and saving that).
So for example, if in
pipeline.run
we setdata="/path/to/contig.fa"
, in the last column of the pipeline csv, we are now saving"/path/to/contig.fa"
instead of just"contig.fa"
.