-
Notifications
You must be signed in to change notification settings - Fork 24
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
Samplesheet (see Sample file format ) or a list of all sample BAM/FASTA(gz)/FASTQ(gz) files (wildcard * accepted). #134
Comments
Does wildcard not work? like |
slamdunk all -r hg19.fa -b Hg.bed -o output -rl 100 -ss data/*.fq.gz |
Hy . |
Is the process itself also stuck or still running? What does |
Now I again run the command and top => %CPU -> 1466. I use 16 threads, and I have 16 .fq files which is 20 GB. Could you guide me how much time it takes to run on all 16 files? |
Hi - do you have 20GB per file or in total? |
20 GB total 16 files.. Thank you. |
Hellow. |
Hi - that indeed sounds unreasonably slow. What command did you use, what's your memory size and did you make sure that NextGenMap is running with 16 cores (e.g. with Worst case I can run it myself if you are willing to supply the dataset to me, to check what's going on |
OH sorry now I think I see what's going on. it seems to be running with only 1 core per process. What happens if you do |
So Can you guide me please how can now increase the threads in the running process? |
Yes try ` |
Yes I applied the same command on the last file but it is still slow .. |
What does the CPU utilization in |
Hy
I have 20 GB of data that is store in subdirectories like A1 folder then A1 has two subfolders A1-1 and A1-2 then so on...I want to add all the files as input and I cand understand how ti use sample sheet for that.
thanks
The text was updated successfully, but these errors were encountered: