Issue with renaming METAL output
1
0
Entering edit mode
4.9 years ago
anamaria ▴ 220

Hi,

I am trying to run my metal script like this:

metal < metal_script

metal_script looks like this:

# Describe and process the input files
MARKER   rsid
ALLELE   alleleA alleleB
EFFECT   frequentist_add_beta_1
STDERR   frequentist_add_se_1
PVAL     frequentist_add_pvalue

PROCESS chr16_edic.txt
PROCESS chr16_gokind.txt

OUTFILE meta_chr16.txt
ANALYZE

the issue is that I'm not getting in output the meta_chr16.txt file, as I named in in the script, but rather this generic names: METAANALYSIS1.TBL

Does anyone know why is this?

Thanks Ana

metal • 2.0k views
ADD COMMENT
1
Entering edit mode
4.9 years ago
anamaria ▴ 220

it seems that it has to be specified as this:

OUTFILE META_CHR16_  .txt
ADD COMMENT

Login before adding your answer.

Traffic: 2025 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6