I am new to STpipeline, and I am trying to run the mentioned command
st_pipeline_run.py --expName test --ref-map path_to_reference --log-file log_file.txt --output-folder path_to_reference --ref-annotation Homo_sapiens.GRCh38.110.gtf path_to_SRRid/SRRid.fastq path_to_SRRid/SRRid_2.fastq
This is the error that I faced -
Error running the pipeline
expected str, bytes or os.PathLike object, not NoneType -
st_pipeline_run.py
path_to_SRRid/SRRid_1.fastq path_to_SRRid/
/SRRid_2.fastq --expName test
I am encountering the same error with only fastq files and exp name.
Any help regarding this would be highly appreciated. Thank you.