Entering edit mode
10.1 years ago
eford.dna
•
0
Second BEDOPS sort-bed question of the morning.
I'm getting the below error when trying to sort a bed file with sort-bed:
[ethanf@cpebrazor mClevels]$ sort-bed --tempdir /home/ethanf/temp test.bed > test_sorted.bed
Unable to access --tempdir
[ethanf@cpebrazor mClevels]$ sort-bed --tempdir $PWD test.bed > test_sorted.bed
Unable to access --tempdir
[ethanf@cpebrazor mClevels]$ sort-bed test.bed > test_sorted.bed
[ethanf@cpebrazor mClevels]$ export TMPDIR=/home/ethanf/temp
[ethanf@cpebrazor mClevels]$ sort-bed test.bed > test_sorted.bed
[ethanf@cpebrazor mClevels]$
Could it be a permissions problem? I have full access to the directories I tried.
opps. O.k. I'm a little stupid. Thanks!!
Hi,dear Alex. I met a same problem, and when I wrote as .
the error is saying
--sort-tmpdir bad substitution
, but if I change to--sort-tmpdir=/nird/projects/nird/NS9769K/GWAS_Summstats/
, another error will be cannot find 'convert2bed', could you help me ... many thanks