Open ImagoXV opened 1 month ago
Personal database: you should document somewhere the exact format required by your pipeline. You should also set up basic tests to check if the database provided by the user is ok before running with it.
Yes that's a excellent point. It will need some work
Notably, Taxonomy is extracted from the fasta file. It is relevant for Silva or GreenGenes, but needs a lot of conditions if a regular fasta file is loaded At this point the only real test and homogeneization is the automatic transformation from a multiple line to a single line fasta file
I've made a list of suggestions after reading your recent commits.
Thank you very much Fred, I'll dive into it
List of needed features and modifications
Additional fixes or changes:
script.sh
,/opt/
with a variable (easier to modify),[[ ${DEBUG} == "TRUE" ]] && { code ;}
env
variables forparallel
?dplyr::mget()
) to make it easier to understand the origin of each function and the role of each package