Mercurial > repos > greg > vsnp_statistics
diff vsnp_statistics.xml @ 14:ce1f889b3340 draft
Uploaded
author | greg |
---|---|
date | Mon, 02 Aug 2021 21:13:19 +0000 |
parents | 1becb6606626 |
children | 44b07199be73 |
line wrap: on
line diff
--- a/vsnp_statistics.xml Mon Aug 02 16:46:34 2021 +0000 +++ b/vsnp_statistics.xml Mon Aug 02 21:13:19 2021 +0000 @@ -26,10 +26,10 @@ #end if #else: #set read1 = $input_type_cond.reads_collection['forward'] - #set read1_identifier = re.sub('[^\s\w\-]', '_', str($read1.name)) + #set read1_identifier = re.sub('[^\s\w\-]', '_', str($read1.element_identifier)) ln -s '${read1}' '${read1_identifier}' && #set read2 = $input_type_cond.reads_collection['reverse'] - #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.name)) + #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.element_identifier)) ln -s '${read2}' '${read2_identifier}' && #end if