-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hi. I tried to run ensemble mode neusomatic.
Since there was no 'SomaticSeq.Wrapper.sh' on 'https://github.com/bioinform/somaticseq/blob/master/SomaticSeq.Wrapper.sh',
I ran 'somaticseq_parallel.py' using recommended command on 'https://github.com/bioinform/somaticseq/' and got 'Ensemble.sSNV.tsv'
However, when I tried to run 'preprocess.py' of NeuSomatic with Ensemble mode using 'Ensemble.sSNV.tsv' I got,
I faced this exception.
extract_ensemble The following features are missing from ensemble file: ['nBAM_Z_Ranksums_EndPos', 'tBAM_Z_Ranksums_MQ', 'nBAM_Z_Ranksums_MQ', 'nBAM_Z_Ranksums_BQ', 'tBAM_Z_Ranksums_EndPos', 'tBAM_Z_Ranksums_BQ']
File "preprocess.py", line 435, in
args.scan_alignments_binary)
File "preprocess.py", line 241, in preprocess
ensemble_bed = extract_ensemble(work, ensemble_tsv)
File "neusomatic/python/generate_dataset.py", line 1296, in extract_ensemble
raise Exception
Seems the issue is related to the 'Ensemble.sSNV.tsv' and the problem is that it does not have upper features including 'nBAM_Z_Ranksums_EndPos', ...
Is there any process did I do wrong? or How can I get an exact ensemble SNV file with whole features to run Neusomatic ensemble mode without any issue.
Thanks,
Ahn