comparison fastqe.xml @ 5:89d299153577 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqe commit c4004b4ce3c5c26e5e9e3b611af9c3ebb25928ae"
author iuc
date Fri, 03 Sep 2021 16:11:16 +0000
parents ecb38e2798cd
children d77a9c2a242d
comparison
equal deleted inserted replaced
4:ecb38e2798cd 5:89d299153577
15 #set identifier+=".gz" 15 #set identifier+=".gz"
16 #end if 16 #end if
17 ln -s $i 'inputs/$identifier' && 17 ln -s $i 'inputs/$identifier' &&
18 #end for 18 #end for
19 19
20 echo "<html><head><title>FASTQE Report 🤔</title></head><body><h1>FASTQE Report 🤔</h1>" > '$output' && 20 echo "<html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"><title>FASTQE Report 🤔</title></head><body><h1>FASTQE Report 🤔</h1>" > '$output' &&
21 21
22 fastqe 22 fastqe
23 $bin 23 $bin
24 ${" ".join(str($tpe).split(","))} 24 ${" ".join(str($tpe).split(","))}
25 --long $long 25 --long $long