I would like to ask if it's possible to check the file name of an input dataset. I have this problem in BOWTIE wherein if there are paired reads, it will ask two inputs. I want to remove the possibility of using the same file as an input for the first set of reads and second set of reads.
example scenario of my problem:
First set of reads: reads1.fq
Second set of reads: reads1.fq
Thank you!