# HG changeset patch # User iuc # Date 1617056201 0 # Node ID 2c9f2a24f7a46f964352bc75e7293d5354c6ad2c # Parent 29ec7b3a458b02eb499b7334c515ca3e22f7e775 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/migmap commit 35f97047b98a6444509bee371394188c1967265c" diff -r 29ec7b3a458b -r 2c9f2a24f7a4 migmap.xml --- a/migmap.xml Fri Nov 20 14:26:40 2020 +0000 +++ b/migmap.xml Mon Mar 29 22:16:41 2021 +0000 @@ -1,4 +1,4 @@ - + mapper for full-length T- and B-cell repertoire sequencing @@ -16,9 +16,14 @@ #if $input.is_of_type('fasta') : ln -s '$input' in.fa && -#else +#else if $input.is_of_type('fasta.gz') : + ln -s '$input' in.fa.gz && +#else if $input.is_of_type('fastq') : ln -s '$input' in.fq && +#else if $input.is_of_type('fastq.gz') : + ln -s '$input' in.fq.gz #end if + migmap $allow_incomplete $allow_no_cdr3 @@ -91,6 +96,16 @@ + + + + + + + + + + diff -r 29ec7b3a458b -r 2c9f2a24f7a4 test-data/test_stop_codon.fq.gz Binary file test-data/test_stop_codon.fq.gz has changed