Skip to content

Commit

Permalink
Merge pull request #71 from jasonbhn/bugfix_generate_annotations_ABC
Browse files Browse the repository at this point in the history
fixed typo filter-rareness -> filter-rare
  • Loading branch information
jasonbhn authored Jan 7, 2025
2 parents cedbeaf + ecf415e commit 9d39912
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/executable_scripts/generate_annotations_ABC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if [ "$pipeline" == "population" ]; then
--lifted-coord $liftover_bed \
--extract-genotype \
--infer-rareness \
--filter-rareness \
--filter-rare \
--filter-ethnicity \
--metadata $metadata \
--genotype-filters $filters \
Expand All @@ -158,7 +158,7 @@ if [ "$pipeline" == "population" ]; then
--lifted-coord $liftover_bed \
--extract-genotype \
--infer-rareness \
--no-filter-rareness \
--no-filter-rare \
--filter-ethnicity \
--metadata $metadata \
--genotype-filters $filters \
Expand All @@ -174,7 +174,7 @@ if [ "$pipeline" == "population" ]; then
--lifted-coord $liftover_bed \
--extract-genotype \
--infer-rareness \
--filter-rareness \
--filter-rare \
--no-filter-ethnicity \
--genotype-filters $filters \
--out-annotsv ${outdir}/intermediates/vep_input.tsv \
Expand All @@ -187,7 +187,7 @@ if [ "$pipeline" == "population" ]; then
--lifted-coord $liftover_bed \
--extract-genotype \
--infer-rareness \
--no-filter-rareness \
--no-filter-rare \
--no-filter-ethnicity \
--genotype-filters $filters \
--out-annotsv ${outdir}/intermediates/vep_input.tsv \
Expand All @@ -203,7 +203,7 @@ elif [ "$pipeline" == "smallset" ]; then
--vcf $input_vcf \
--extract-genotype \
--no-infer-rareness \
--no-filter-rareness \
--no-filter-rare \
--no-filter-ethnicity \
--genotype-filters ${filters} \
--out-annotsv ${outdir}/intermediates/vep_input.tsv \
Expand Down

0 comments on commit 9d39912

Please sign in to comment.