diff options
author | Peter Amstutz | 2020-07-03 20:45:17 +0000 |
---|---|---|
committer | Peter Amstutz | 2020-07-03 20:47:14 +0000 |
commit | 535b8017ddd27a9db683f6d29368258b5c48cf5a (patch) | |
tree | 521a3e446f0eb9cbdc6e8736a13706c8141f8351 /scripts/import.cwl | |
parent | 841af02eaa45c1b7395d5f4e4711de3c3661c146 (diff) | |
download | bh20-seq-resource-535b8017ddd27a9db683f6d29368258b5c48cf5a.tar.gz bh20-seq-resource-535b8017ddd27a9db683f6d29368258b5c48cf5a.tar.lz bh20-seq-resource-535b8017ddd27a9db683f6d29368258b5c48cf5a.zip |
Improving genbank import workflow
Diffstat (limited to 'scripts/import.cwl')
-rw-r--r-- | scripts/import.cwl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/import.cwl b/scripts/import.cwl index d84516b..4b4b8ca 100644 --- a/scripts/import.cwl +++ b/scripts/import.cwl @@ -12,7 +12,7 @@ inputs: type: File default: class: File - location: from_genbank_to_fasta_and_yaml.py + location: download_genbank_data/from_genbank_to_fasta_and_yaml.py inputBinding: {position: 2} dict: type: Directory |