# HG changeset patch # User greg # Date 1503575850 14400 # Node ID e29e083ebef7376189e77fc51b3c19000841a0f0 # Parent 19112fe6e5bd0e600be9a58b1e32bd3f154acef3 Uploaded diff -r 19112fe6e5bd -r e29e083ebef7 ideas.xml --- a/ideas.xml Thu Aug 24 07:54:16 2017 -0400 +++ b/ideas.xml Thu Aug 24 07:57:30 2017 -0400 @@ -9,27 +9,29 @@ r-optparse file1.txt +&& cut -d' ' $prep_input_config -f1,2 > file1.txt && ls tmp/*.bed.gz > file2.txt && paste <(cat file1.txt) <(cat file2.txt) > $prep_output_config ############################################## @@ -64,10 +66,10 @@ ############################################## && ideas '$prep_output_config' -#if str($input_type) == "datasets": +#if str($input_type) == 'datasets': #set specify_genomic_window_cond = $input_type_cond.specify_genomic_window_cond #set specify_genomic_window = $specify_genomic_window_cond.specify_genomic_window - #if str($specify_genomic_window) == "yes": + #if str($specify_genomic_window) == 'yes': '$specify_genomic_window_cond.bed_input' #else: $tmp_dir/*.bed @@ -76,29 +78,29 @@ $tmp_dir/*.bed #end if $hp -#if str($log2) != "0.0": +#if str($log2) != '0.0': -log2 $log2 #end if -#if str($max_states) != "0.0": +#if str($max_states) != '0.0': -G $max_states #end if -#if str($initial_states) != "0": +#if str($initial_states) != '0': -C $initial_states #end if -#if str($max_position_classes) != "0": +#if str($max_position_classes) != '0': -P $max_position_classes #end if -#if str($max_cell_type_clusters) != "0": +#if str($max_cell_type_clusters) != '0': -K $max_cell_type_clusters #end if -#if str($prior_concentration) != "0.0": +#if str($prior_concentration) != '0.0': -A $prior_concentration #end if -sample $burnin_num $mcmc_num -#if str($minerr) != "0.0": +#if str($minerr) != '0.0': -minerr $minerr #end if -#if str($maxerr) != "0.0": +#if str($maxerr) != '0.0': -maxerr $maxerr #end if -thread \${GALAXY_SLOTS:-4} @@ -109,28 +111,9 @@ && mv ./*.state $output_state ]]> - +#end for ]]> @@ -139,36 +122,18 @@ - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + +