# HG changeset patch # User pieter.lukasse@wur.nl # Date 1422625048 -3600 # Node ID 34c4e7e0f23b1fc6fc60bf523a1f4843f05a5077 # Parent 17acaf080e76954554107698b33c32d5849d8ea0 type fix diff -r 17acaf080e76 -r 34c4e7e0f23b napq.xml --- a/napq.xml Fri Jan 30 14:32:06 2015 +0100 +++ b/napq.xml Fri Jan 30 14:37:28 2015 +0100 @@ -84,7 +84,16 @@ ## start comment - apml + ## iterate over the selected files and store their names in the config file + #for $i, $s in enumerate( $identificationFileList ) + ${s.identificationsFile} + ## also print out the datatype in the next line, based on previously configured datatype + #if isinstance( $s.identificationsFile.datatype, $__app__.datatypes_registry.get_datatype_by_extension('apml').__class__): + apml + #else: + mzid + #end if + #end for ## end comment