Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions chemicaltoolbox/data_source/get_pdb/get_pdb.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<tool id="get_pdb" name="Get PDB file" version="0.1.0">
<tool id="get_pdb" name="Get PDB file" version="0.1.0" profile="@PROFILE">
Comment thread
SaimMomin12 marked this conversation as resolved.
Outdated
<description>from Protein Data Bank</description>
<macros>
<token name="@PROFILE@">25.0</token>
</macros>
<requirements>
<requirement type="package" version="1.20.1">wget</requirement>
<requirement type="package" version="1.25.0">wget</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
wget https://files.rcsb.org/download/${pdb_id}.pdb -O '$output'
Expand Down
Loading