This issue is somewhat related to what is also discussed in other issues and may affect them, such as:
What is the idea of this issue? Is to remove complexity from the pipeline. Instead of having a workflow for single samples with --genome paramter, and another for multiple samples with --in_yaml, I want remove the parameters related to "single sample" analysis and make the inputs be always given using the YAML samplesheet, either for 1 or 1000 samples.
Therefore, since our focus are users with less familiarity with bioinformatics, it would also make sense to change the parameters to make them more intuitive:
--in_yaml to --input
--outdir to --output
This issue is somewhat related to what is also discussed in other issues and may affect them, such as:
What is the idea of this issue? Is to remove complexity from the pipeline. Instead of having a workflow for single samples with
--genomeparamter, and another for multiple samples with--in_yaml, I want remove the parameters related to "single sample" analysis and make the inputs be always given using the YAML samplesheet, either for 1 or 1000 samples.Therefore, since our focus are users with less familiarity with bioinformatics, it would also make sense to change the parameters to make them more intuitive:
--in_yamlto--input--outdirto--output