Mercurial > repos > greg > ideas
comparison ideas.xml @ 51:0071020c99c4 draft
Uploaded
author | greg |
---|---|
date | Wed, 23 Aug 2017 14:23:04 -0400 |
parents | 14ac679f3c4c |
children | 16d0d585412c |
comparison
equal
deleted
inserted
replaced
50:14ac679f3c4c | 51:0071020c99c4 |
---|---|
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.file_path | 131 #set $file_path=$i.filepath |
132 #set $file_name_with_ext="${file_path##*/}" | 132 #set $file_name_with_ext="${file_path##*/}" |
133 #set $file_name="${file_name_with_ext%%.*}" | 133 #set $file_name="${file_name_with_ext%%.*}" |
134 #if $input_name_positions == "cell_first": | 134 #if $input_name_positions == "cell_first": |
135 #set $cell_type_name="${file_name%-*}" | 135 #set $cell_type_name="${file_name%-*}" |
136 #set $epigenetic_factor_name="${file_name#*-}" | 136 #set $epigenetic_factor_name="${file_name#*-}" |