-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mop_preprocess problem #59
Comments
Hi, can you send me the log of your first RUN please? |
Hey! Thank you for the response! I attached the log. I also tried to run minimap2 seperately and it worked.
I did not understand why it does not work in the other case. I also checked my fastq files and it's looking alright:
|
Hi, I cannot read the command line from your log. Can you send it to me please? The minimap and samtools used are in our docker image? I did not checked the M2 processor but hopefully soon I'll have one |
(base) didemdkn@Didems-MBP mop_preprocess % nextflow run mop_preprocess.nf -with-docker -bg -profile m1mac --fast5 " " --fastq "/Users/didemdkn/Downloads/strvs45fastq3/**/*.fastq" --reference "/Users/didemdkn/Downloads/Homo_sapiens.GRCh37.cdna.fa" --annotation "/Users/didemdkn/Downloads/Homo_sapiens.GRCh37.gtf" --output "/Users/didemdkn/Downloads/strvs45fastqpreprocess" --ref_type transcriptome --mapping minimap2 --counting nanocount --saveSpace YES > log240314_2.txt this is my command line. i checked it many times and it's looking ok to me but i couldn't find the problem :/ |
Hi. Just checking your minimap command line... I think you don't need the parameters for splicing since is cDNA, no? Try to choose the right parameters (they are stored in the *tools_opt.tsv file indicated in the params.config file |
Hi,
I need help with two problems I'm having with your tool on my M1 Mac. Here's what's going on:
Problem with Minimap2: I intended to use Minimap2. When i start the tool using minimap2, it gave me an error message:
It didn't tell me much, just that it couldn't read something it needed.
So, I quit and wanted to run it using bwa aligner.
Issue with BWA and Nanoplot: I switched to using BWA because Minimap2 wasn't working. With BWA, I got all my files like BAM and BAM.BAI. But then, it did not finish the run because of a problem. When I open the docker, after creating all other files (as bam, bam bai, fastqc, counts, cram etc), in the nanoplot step, it says it cannot be finished because of the error:
But I checked, and the index file is there, in the input folder itself.
I've already done the basecalling with another tool called Guppy and was just trying to use my fastq files with your tool.
Can you help me figure out what's wrong?
Thank you for making the tool.
It seems very useful. Hope I can run it!
The text was updated successfully, but these errors were encountered: