Skip to content

Commit

Permalink
Merge pull request #5 from dbmi-bgm/fix_preprocess_name
Browse files Browse the repository at this point in the history
.
  • Loading branch information
B3rse authored Aug 22, 2022
2 parents 66cde7d + 32e48a6 commit 94142c9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions cwl/preprocess_liftover.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ requirements:

hints:
- class: DockerRequirement
dockerPull: ACCOUNT/granite_preprocess_liftover:VERSION
dockerPull: ACCOUNT/granite:VERSION

baseCommand: [python3, /usr/local/bin/preprocess_liftover.py]

inputs:
- id: vcf
type: File
inputBinding:
prefix: -i
prefix: -i
doc: expect a path to the input uncompressed or gzip-compressed vcf

- id: sample_names
Expand All @@ -26,7 +26,7 @@ inputs:
prefix: -s
doc: list of sample IDs

- id: output_vcf
- id: output_vcf
type: string
default: "output.vcf"
inputBinding:
Expand All @@ -41,4 +41,3 @@ outputs:

doc: |
run preprocess_liftover.py to validate input VCF file for the liftover step

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# Script to validate input VCF file for the liftover step.
# It runs the following steps:
# 1. Check if sample identifiers in the VCF matches provided sample names
# 2. Exlcude non standard chromosomes i.e GL000225.1
# 1. Check if sample identifiers in the VCF match provided sample names
# 2. Exclude non standard chromosomes i.e GL000225.1
# 3. If the VCF is not 'chr' based, add the prefix
#
##################################################################################
Expand Down

0 comments on commit 94142c9

Please sign in to comment.