generated from tom-tan/cwl-template-for-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yonezawa-sora
committed
May 27, 2024
1 parent
d672e82
commit 47c5560
Showing
4 changed files
with
81 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/usr/bin/env cwl-runner | ||
# Generated from: awk '{ print }' blastp_result.txt > blastp_result_id.txt | ||
class: CommandLineTool | ||
cwlVersion: v1.0 | ||
baseCommand: awk | ||
arguments: | ||
- $(inputs.'{) | ||
- $(inputs.print) | ||
- $(inputs.}') | ||
- $(inputs.blastp_result_txt) | ||
inputs: | ||
- id: '{ | ||
type: Any | ||
default: '{ | ||
- id: print | ||
type: Any | ||
default: print | ||
- id: }' | ||
type: Any | ||
default: }' | ||
- id: blastp_result_txt | ||
type: File | ||
default: | ||
class: File | ||
location: blastp_result.txt | ||
outputs: | ||
- id: all-for-debugging | ||
type: | ||
type: array | ||
items: [File, Directory] | ||
outputBinding: | ||
glob: "*" | ||
- id: out | ||
type: stdout | ||
stdout: blastp_result_id.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/usr/bin/env cwl-runner | ||
# Generated from: awk '{ print }' blastp_result.txt > blastp_result_id.txt | ||
class: CommandLineTool | ||
cwlVersion: v1.0 | ||
baseCommand: awk | ||
arguments: # argumentsを追加 | ||
- valueFrom: '{ print $2 }' | ||
position: 1 | ||
inputs: | ||
- id: blastp_result | ||
type: File | ||
default: | ||
class: File | ||
location: ./blastp_result.txt | ||
inputBinding: | ||
position: 2 # positionを追加 | ||
outputs: | ||
- id: all-for-debugging | ||
type: | ||
type: array | ||
items: [File, Directory] | ||
outputBinding: | ||
glob: "*" | ||
- id: out | ||
type: stdout | ||
stdout: blastp_result_id.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
sp|O18836|GDF8_BOVIN | ||
sp|Q5RZV4|GDF8_BOSIN | ||
sp|Q5USW1|GDF8_BOSGA | ||
sp|Q6X5V1|GDF8_BUBBU | ||
sp|Q5USW0|GDF8_TAUDE | ||
sp|O18831|GDF8_PIG | ||
sp|Q9GM97|GDF8_HORSE | ||
sp|Q5USV5|GDF8_ANTAM | ||
sp|A1C2U3|GDF8_PONPY | ||
sp|A1C2V0|GDF8_PANTR | ||
sp|A1C2U7|GDF8_PANPA | ||
sp|A1C2U6|GDF8_MACMU | ||
sp|Q95J86|GDF8_MACFA | ||
sp|A1C2V5|GDF8_GORGO | ||
sp|Q8HY52|GDF8_LEPCA | ||
sp|O14793|GDF8_HUMAN | ||
sp|O18828|GDF8_PAPHA | ||
sp|Q6UKZ8|GDF8_CANLF | ||
sp|Q5USV7|GDF8_AEPME | ||
sp|O18830|GDF8_SHEEP |