Mercurial > repos > iuc > raven
diff raven.xml @ 1:7d17a2e43156 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
| author | iuc |
|---|---|
| date | Mon, 13 Sep 2021 19:41:52 +0000 |
| parents | 837fd4b0b3fb |
| children | fe48e5bca42d |
line wrap: on
line diff
--- a/raven.xml Wed Nov 18 19:38:09 2020 +0000 +++ b/raven.xml Mon Sep 13 19:41:52 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="raven" name="Raven" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> +<tool id="raven" name="Raven" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>De novo assembly of Oxford Nanopore Technologies data</description> <macros> <import>macros.xml</import> @@ -55,26 +55,29 @@ <tests> <test expect_num_outputs="2"> <param name="input_reads" ftype="fastq.gz" value="ERA476754.fastq.gz"/> - <output name="out_gfa" file="raven_gfa_assembly.txt"> + <output name="out_gfa"> <assert_contents> <has_n_lines n="2"/> + <has_text_matching expression="^S\tUtg52\t[ATCG]{30000,40000}\tLN:i:36[0-9]{3}\tRC:i:22\nS\tCtg54\t[ATCG]{9000,10000}\tLN:i:9361\tRC:i:4"/> </assert_contents> </output> - <output name="out_fasta" file="raven_assembly.fasta"> + <output name="out_fasta"> <assert_contents> <has_n_lines n="2"/> + <has_text_matching expression="^>Utg52 LN:i:36[0-9]{3} RC:i:22 XO:i:0\n[ATCG]{30000,40000}$"/> </assert_contents> </output> </test> - <test expect_num_outputs="1"> + <!-- <test expect_num_outputs="1"> <param name="input_reads" ftype="fastq.gz" value="ERA476754.fastq.gz"/> <param name="graphical_fragment_assembly" value="false"/> - <output name="out_fasta" file="raven_assembly.fasta"> + <output name="out_fasta"> <assert_contents> <has_n_lines n="2"/> + <has_text_matching expression="^>Utg52 LN:i:36[0-9]{3} RC:i:22 XO:i:0\n[ATCG]{30000,40000}$"/> </assert_contents> </output> - </test> + </test> --> </tests> <help><