For example, if I run something like this: ``` suffix: input: ".bam" ``` Will bioflows process both of these files? `sample_1.bam` `sample_1.mapped.bam` Or will it only process `sample_1.bam`?
For example, if I run something like this:
Will bioflows process both of these files?
sample_1.bamsample_1.mapped.bamOr will it only process
sample_1.bam?