-
Notifications
You must be signed in to change notification settings - Fork 150
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
BigWig Error: sort: cannot create temporary file in '': Read-only file system #132
Comments
Hi there, this error have been fixed by add "-T '.' " after sort command in "main.nf". sort -T '.' -k1,1 -k2,2n |
Hi @yjthu ! Nice fix 😃 This has come up before: and is probably because the Please feel free to submit a PR to the repo with a fix if you like 👍 |
Fixed in #135 |
NB that while this is fixed, the release version is still 1.1.0 and so running |
Hi @brucemoran ! If you haven't already figured it out the easy fix until the next release would be to just export the variable below before you run the command for the pipeline: |
Yes edited in the I thought releases would have been used to deal with issues like this, shows how little I know about the Github machine! Thanks for a great pipeline, appreciate your reply and work. |
Hmm, that is weird. That seems to have done the trick on all occasions except for this one! Yep, releases do normally incorporate bug fixes like this and other pipeline updates but the frequency with which you release depends quite heavily on having the time to do it all! 😅 That's why I tend to release less often but with bigger changes. You're very welcome 👍 |
Hi , the error is as follow:
Error executing process > 'BigWig (group1_R1)'
Caused by:
Process
BigWig (group1_R1)
terminated with an error exit status (2)Command executed:
SCALE_FACTOR=$(grep 'mapped (' group1_R1.mLb.clN.sorted.bam.flagstat | awk '{print 1000000/$1}')
echo $SCALE_FACTOR > group1_R1.mLb.clN.scale_factor.txt
genomeCoverageBed -ibam group1_R1.mLb.clN.sorted.bam -bg -scale $SCALE_FACTOR -pc | sort -k1,1 -k2,2n > group1_R1.mLb.clN.bedGraph
bedGraphToBigWig group1_R1.mLb.clN.bedGraph genome.fa.sizes group1_R1.mLb.clN.bigWig
find * -type f -name "*.bigWig" -exec echo -e "bwa/mergedLibrary/bigwig/"{}"\t0,0,178" ; > group1_R1.mLb.clN.bigWig.igv.txt
Command exit status:
2
Command output:
(empty)
Command error:
sort: cannot create temporary file in '': Read-only file system
The text was updated successfully, but these errors were encountered: