Closed markjbaker closed 1 year ago
Since CRAM files are a type of file containing sequencing data, I suspect what you want to do is create a genomics_sample03 csv and populate the data_file1 column with the path to the CRAM files. When you run the nda-tools, you can submit both the csv and the cram files
vtcmd -b /path/to/genomics_sample03.csv -l /path/to/folder/with/cram_data
It looks like there are a couple of open Help Desk tickets related to this submission. The data curator will be reaching out shortly on those tickets with more details on what needs to be done to complete the submission
My lab is considering a switch to the command line tool for large submissions, so I'm validating a few datatypes as part of a pilot. I started with a .cram we use for testing, which I've verified is not corrupted and readable using
pysam
. Input/traceback are below:After the initial
UnicodeDecodeError
, vtcmd set a second status bar at 0% and has been hanging for about 10 minutes.ps
shows a status of S+, i.e. interruptible sleep. I feel the program should exit on failure, not enter sleep and hang in the terminal. Are CRAMs not supported by the validation tool?