Mercurial > repos > greg > vsnp_statistics
diff vsnp_statistics.xml @ 18:076069733de7 draft
Uploaded
author | greg |
---|---|
date | Wed, 04 Aug 2021 13:27:17 +0000 |
parents | 44b07199be73 |
children | d4ef7003c539 |
line wrap: on
line diff
--- a/vsnp_statistics.xml Tue Aug 03 19:52:56 2021 +0000 +++ b/vsnp_statistics.xml Wed Aug 04 13:27:17 2021 +0000 @@ -23,11 +23,12 @@ ln -s '${read2}' '${read2_identifier}' && #end if #else: + #set identifier = re.sub('[^\s\w\-]', '_', str($input_type_cond.reads_collection.element_identifier)) #set read1 = $input_type_cond.reads_collection.forward - #set read1_identifier = re.sub('[^\s\w\-]', '_', str($read1.element_identifier)) + #set read1_identifier = $identifier + '_R1' ln -s '${read1}' '${read1_identifier}' && #set read2 = $input_type_cond.reads_collection.reverse - #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.element_identifier)) + #set read2_identifier = $identifier + '_R2' ln -s '${read2}' '${read2_identifier}' && #end if