Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zoom exclusions file needed for tests #22

Merged
merged 1 commit into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion tests/perl_tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ setup() {

@test "[atlas-experiment-metadata] Run condense_sdrf.pl" {

run condense_sdrf.pl -z -x $PWD/config/zooma_exclusions.yml -e E-MTAB-9898 -fi $PWD/tests/E-MTAB-9898/E-MTAB-9898.idf.txt -o $PWD
run condense_sdrf.pl -z -x $PWD/tests/zooma_exclusions_for_testing.yml -e E-MTAB-9898 -fi $PWD/tests/E-MTAB-9898/E-MTAB-9898.idf.txt -o $PWD
echo "output = ${output}"
[ "$status" -eq 0 ]
}
59 changes: 59 additions & 0 deletions tests/zooma_exclusions_for_testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
# This file contains property types, values, and type-value pairs to be
# excluded from being mapped with Zooma.

# Property types (exclude all values with this property type).
types_to_exclude:
- age
- age at diagnosis
- individual
- exercise
- physical activity
- replicate
- genotype
- clinical history
- clinical information
- biosource provider
- dose
- block
- body weight
- last follow up
- mass
- mitotic rate
- passage
- RNA interference
- sampling time point
- time
- tumor mass
- tumor size
- body mass index
- temperature
- gestational age
- survival time
- technical replicate
- initial time point
- sample lot number
- single cell identifier
- single cell quality
- submitted single cell quality

# Property values (always exclude this value regardless of property type).
values_to_exclude:
- unknown
- not available
- not specified
- positive
- negative
- unrelated
- unclassified

# Property type-value pairs.
type_value_pairs_to_exclude:
growth condition:
- cold
phenotype:
- resistant
phenotype:
- susceptible
phenotype:
- tolerant