minoda-lab / universc

UniverSC: a flexible cross-platform single-cell data processing pipeline

Home Page:https://genomec.gsc.riken.jp/gerg/UniverSC/UniverSC_app_release/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running test file or any other file : error: Invalid value for '--lanes <NUMS>.

shobhitagrawal1 opened this issue · comments

Dear Kai,
Great idea with the program, particularly relevant for me as I have several BD and 10X samples and need to be consistent with the pre-processing and need to compare the two platforms.

I am having difficulties running the script . I am getting this error running the test fastq (for this github repo) or any other 10x fastq files:

error: Invalid value for '--lanes ...': invalid digit found in string
my command :
bash launch_universc.sh -R1 /home/user/tinygex_S1_L001_R1_001.fastq.gz -R2 /home/user/tinygex_S1_L001_R2_001.fastq.gz -i tests11 -r /home/referencefiles/refdata-gex-GRCh38-2020-A -t 10x --localcores 48 -p

the installation seems to be ok, as i get the help menu (as expected) after setting up the necessary requirements regarding cellranger, path etc. (Probably has something with the bashscript detecting the Lane number in the sample file name and assigning it a type cellranger doesn't recognize?)

Second, would be possible to include the option of --include-introns in the bashscript for cellranger as I am guessing many users might be interested in that (in the worst case I edit the bash file, but I just did not want to mess up things in my trial runs).

system: unix
cellranger: v.6 from the 10X genomics

thanks for this tool, and looking forward to your response
shobhit

Thanks I am on it

I've corrected this issue here on the development version: eb3ae4e#diff-6e90ec0cd1b248b4f5f6616376e5ab40ca509fd1ed5982a78ab6b07bf36119c5R1779

It should be resolved in the upcoming v1.2.5 release of UniverSC which we are testing now.

In the meantime please try rolling back to UniverSC v1.2.3 which does not have this issue. This is problem is due to recent changes following the announcement that Nova Seq X will support 16 lane flowcells (when 1-9 are supported currently).

Closed by v1.2.5 as discussed in #8