Question: Obtaining names of dataset from paired dataset collection in the xml
0
johnathanwong4 • 10 wrote:
With single data and list collection, I can use element_identifier in the xml to obtain the name of the data such as "ABC_1.fastq.gz". However this is not the case with paired dataset or list of paired datasets. With the latter, if you were to simply attach ".element_identifier", the code would fail. Alternatively if you try ".forward.element_identifier", it returns "forward". Is there a way to have it return "ABC_1.fastq.gz" for example if I have that as the forward read of my dataset?