comparison preprocessing.xml @ 4:d7af39b1fb6c draft

Uploaded
author nikos
date Tue, 04 Nov 2014 14:58:34 -0500
parents 83dfe38f6a09
children
comparison
equal deleted inserted replaced
3:0fe1fd5354e0 4:d7af39b1fb6c
9 <command interpreter="bash"> 9 <command interpreter="bash">
10 preprocessing.sh 10 preprocessing.sh
11 11
12 ## check if paired-end 12 ## check if paired-end
13 #if str( $library.type ) == "paired" 13 #if str( $library.type ) == "paired"
14 -2 $LIbrary.input2 14 -2 $library.input2
15 #end if 15 #end if
16 16
17 ## Inputs 17 ## Inputs
18 -1 $library.input1 18 -1 $library.input1
19 19