Skip to content

Commit

Permalink
update bamtools biotools
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Thang committed Oct 31, 2023
1 parent 244c02b commit e0a888a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions tool_collections/bamtools/bamtools/bamtools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="biotools"/>
<command detect_errors="exit_code">
<![CDATA[
##set up input files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="biotools"/>
<command detect_errors="exit_code">
<![CDATA[
cp '$script_file' '$out_file2' &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="biotools"/>
<command>
<![CDATA[
ln -s '${input_bam}' 'localbam.bam' &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="biotools"/>
<command>
<![CDATA[
ln -s '${input_bam}' 'localbam.bam' &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="biotools"/>
<command>
<![CDATA[
ln -s '${input_bam}' 'localbam.bam' &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements" />
<expand macro="biotools"/>
<command>
<![CDATA[
#import re
Expand Down
7 changes: 6 additions & 1 deletion tool_collections/bamtools/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@
<requirement type="package" version="1.4.1">samtools</requirement>
</requirements>
</xml>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">bamtools</xref>
</xrefs>
</xml>
<xml name="citations">
<citations>
<citation type="doi">10.1093/bioinformatics/btr174</citation>
</citations>
</xml>
</macros>
</macros>

0 comments on commit e0a888a

Please sign in to comment.