Mercurial > repos > greg > ideas
comparison ideas.xml @ 52:16d0d585412c draft
Uploaded
author | greg |
---|---|
date | Wed, 23 Aug 2017 14:25:55 -0400 |
parents | 0071020c99c4 |
children | 7d5b11f4d00d |
comparison
equal
deleted
inserted
replaced
51:0071020c99c4 | 52:16d0d585412c |
---|---|
126 #if $input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor == "extract": | 126 #if $input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor == "extract": |
127 #!/bin/bash | 127 #!/bin/bash |
128 #set $cell_type_epigenetic_factor_cond=$input_type_cond.cell_type_epigenetic_factor_cond | 128 #set $cell_type_epigenetic_factor_cond=$input_type_cond.cell_type_epigenetic_factor_cond |
129 #set $input_name_positions=$cell_type_epigenetic_factor_cond.input_name_positions | 129 #set $input_name_positions=$cell_type_epigenetic_factor_cond.input_name_positions |
130 #for $i in $cell_type_epigenetic_factor_cond.input: | 130 #for $i in $cell_type_epigenetic_factor_cond.input: |
131 #set $file_path=$i.filepath | 131 #set $file_name_with_ext="${i##*/}" |
132 #set $file_name_with_ext="${file_path##*/}" | |
133 #set $file_name="${file_name_with_ext%%.*}" | 132 #set $file_name="${file_name_with_ext%%.*}" |
134 #if $input_name_positions == "cell_first": | 133 #if $input_name_positions == "cell_first": |
135 #set $cell_type_name="${file_name%-*}" | 134 #set $cell_type_name="${file_name%-*}" |
136 #set $epigenetic_factor_name="${file_name#*-}" | 135 #set $epigenetic_factor_name="${file_name#*-}" |
137 #else: | 136 #else: |