# HG changeset patch # User iuc # Date 1650885641 0 # Node ID 589078edd230eb1fec0774689042ad72fb55bf8d # Parent 39edec572baebb3b7dd173de23f27d8942e25d58 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/merqury commit 726df1fe4e8d703f62e1b9062bab1627c94ce746" diff -r 39edec572bae -r 589078edd230 macros.xml --- a/macros.xml Thu Nov 11 16:38:42 2021 +0000 +++ b/macros.xml Mon Apr 25 11:20:41 2022 +0000 @@ -1,6 +1,6 @@ 1.3 - 1 + 2 merqury diff -r 39edec572bae -r 589078edd230 merqury.xml --- a/merqury.xml Thu Nov 11 16:38:42 2021 +0000 +++ b/merqury.xml Mon Apr 25 11:20:41 2022 +0000 @@ -17,7 +17,10 @@ #else && ln -s '$mode.assembly_options.assembly_01' assembly.fasta #end if - && merqury.sh read-db.meryl assembly.fasta ${label} + && merqury.sh read-db.meryl assembly.fasta ${label} + #if 'log' in $output_selector + &> $log_file + #end if && mv ${label}* output_files && find . -maxdepth 1 -name 'assembly_only*' -type f -print0 | xargs -0r mv -t output_files #else @@ -32,6 +35,9 @@ && ln -s '$mode.assembly_options.assembly_02' assembly_02.fasta #end if && merqury.sh read-db.meryl assembly_01.fasta assembly_02.fasta ${label} + #if 'log' in $output_selector + &> $log_file + #end if && mv ${label}* output_files && find . -maxdepth 1 -name 'assembly_only*' -type f -print0 | xargs -0r mv -t output_files #end if @@ -47,6 +53,9 @@ && ln -s '$mode.assembly_options.assembly_01' assembly.fasta #end if && merqury.sh read-db.meryl pat.meryl mat.meryl assembly.fasta ${label} + #if 'log' in $output_selector + &> $log_file + #end if && mv ${label}* output_files && find . -maxdepth 1 -name 'assembly_only*' -type f -print0 | xargs -0r mv -t output_files #else @@ -61,10 +70,14 @@ && ln -s '$mode.assembly_options.assembly_02' assembly_02.fasta #end if && merqury.sh read-db.meryl pat.meryl mat.meryl assembly_01.fasta assembly_02.fasta ${label} + #if 'log' in $output_selector + &> $log_file + #end if && mv ${label}* output_files && find . -maxdepth 1 -name 'assembly_only*' -type f -print0 | xargs -0r mv -t output_files #end if #end if + ]]> @@ -144,6 +157,7 @@ + @@ -171,6 +185,9 @@ "stats" in output_selector + + "log" in output_selector + @@ -300,6 +317,26 @@ + + + + + + + + + + + + + + + + + + + + attach_n -> read.table +Execution halted + +# Convert output_05.assembly_02.100_20000.phased_block.bed to sizes + Result saved as output_05.assembly_02.100_20000.phased_block.sizes + +# Plot output_05.assembly_02.100_20000.phased_block.bed +Rscript /home/laptop/miniconda3/envs/mulled-v1-df114ce4641e6c1c408ddc8230d91a93fc95c8ba1dfeff221f556e667abb43c0/share/merqury/plot/plot_block_N.R -b output_05.assembly_02.100_20000.phased_block.sizes -c output_05.assembly_02.contig.sizes -o output_05.assembly_02 +Loading required package: argparse +Loading required package: ggplot2 +Loading required package: scales +Error in read.table(dat, header = F) : no lines available in input +Calls: block_n -> attach_n -> read.table +Execution halted +