Mercurial > repos > iuc > jvarkit_wgscoverageplotter
comparison jvarkit_wgscoverageplotter.xml @ 3:ac048a34cac3 draft default tip
"planemo upload for repository https://github.com/galaxyproject/iuc/tree/master/tools/jvarkit commit 7224953c0b42f43a91dc76ee1015f355a311b391"
author | iuc |
---|---|
date | Fri, 12 Feb 2021 12:55:56 +0000 |
parents | 859e0611960c |
children |
comparison
equal
deleted
inserted
replaced
2:70efe7b19018 | 3:ac048a34cac3 |
---|---|
23 #end if | 23 #end if |
24 samtools view -H '$alignment_file' |grep -E '^(@HD|@SQ)' >reference.dict && | 24 samtools view -H '$alignment_file' |grep -E '^(@HD|@SQ)' >reference.dict && |
25 cat reference.dict && | 25 cat reference.dict && |
26 ln -s '$alignment_file' '$alignment_name' && | 26 ln -s '$alignment_file' '$alignment_name' && |
27 ln -s '${alignment_file.metadata.bam_index}' '${alignment_name}.bai' && | 27 ln -s '${alignment_file.metadata.bam_index}' '${alignment_name}.bai' && |
28 wgscoverageplotter.sh | 28 wgscoverageplotter.py |
29 --reference reference.fasta | 29 --reference reference.fasta |
30 --dimension '$dimension' | 30 --dimension '$dimension' |
31 --output plot.svg | 31 --output plot.svg |
32 $adv.disable_paired_overlap | 32 $adv.disable_paired_overlap |
33 #if $include_regex | 33 #if $include_regex |