Hello, I wonder if it is possible to specify the filenames for forward, reverse and barcode files when importing as an EMP format. Currently, in the tutorial, you can provide a directory name as the input_path. But it seems it only accepts the fixed filename within that directory, i.e. forward.fastq.gz, reverse.fastq.gz, barcods.fastq.gz. Is it possible to import the files without having to rename the sequences.
I am not a big fan of renaming files because it could easily loose track.
Hi @wangj50 --- unfortunately for now, some formats (like the EMP formats) have strict naming requirements. One option for you, so that you don't have to rename your files, is to create hard links:
Because you are linking, the data isn't duplicated on disk, it just adds new references to the same inode (kind of like a desktop shortcut for an application, for example):