edwardslab-wustl / dxm

Deconvolution of Methylation Sequencing Data
GNU General Public License v3.0
2 stars 2 forks source link

Failed to set argument `-f/--fracs` in `dxm_solveMethylation` #1

Closed nshen7 closed 3 years ago

nshen7 commented 3 years ago

Hello @jfong1123 ,

I'm analyzing a bisulfite sequencing data with DXM, but I encountered an error while using the -f/--fracs argument in the function dxm_solveMethylation. Here is the test code with the example data incorporated in DXM package:

/home/nshen7/.local/bin/dxm_solveMethylation \ -f 1 \ -i /arc/project/st-kdkortha-1/nshen7/software/dxm/example_data/sampleInput.bed \ -o data/test/testSample

And following is the error output :

usage: dxm_solveMethylation [-h] -i INFILE [-o OUTPREF] [-c MAXCOVERAGE] [-m MAXSUBPOP] [-f {0,1,2}] [-u USERSUPPLIEDFRACFILE] [-b BINFILE] [-q FREQFILE] dxm_solveMethylation: error: argument -f/--fracs: invalid choice: '1' (choose from 0, 1, 2)

Could you take a look into it?

Many thanks in advance!

Ning

jredwards417 commented 3 years ago

Apologies for not seeing this sooner! This should be all fixed in the version I just uploaded. Please let me know if you run into other issues.

A few notes in case it is useful: