-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest_commands.sh
21 lines (16 loc) · 968 Bytes
/
test_commands.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
python3 mr_link_2_standalone.py \
--reference_bed example_files/reference_cohort \
--sumstats_exposure example_files/non_causal_exposure.txt \
--sumstats_outcome example_files/non_causal_outcome.txt \
--out example_of_a_non_causal_effect.txt
python3 mr_link_2_standalone.py \
--reference_bed example_files/reference_cohort \
--sumstats_exposure example_files/yes_causal_exposure.txt \
--sumstats_outcome example_files/yes_causal_outcome.txt \
--out example_of_a_causal_effect.txt
python3 mr_link_2_standalone.py \
--reference_bed example_files/reference_cohort \
--sumstats_exposure example_files/yes_causal_exposure.txt \
--sumstats_outcome example_files/yes_causal_outcome.txt \
--out example_of_a_causal_effect_regions_prespecified.txt\
--prespecified_regions 2:101532661-102532661,2:101532661-103480976