-
Notifications
You must be signed in to change notification settings - Fork 14
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
ERROR: Exception: [Errno 2] No such file or directory: '/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/trinity.Trinity.fasta' #298
Comments
it looks like it is having a hard time finding the temp file. One way to
get around this would be to go ahead and set the temp file yourself.
so add this to the command
…--temp-dir <path to an existing temp file you want the files to go into>
On Mon, Nov 16, 2020 at 2:56 AM liugang9988 ***@***.***> wrote:
Hi,
I am doing the aTRAM, but after running the atram.py, it reported the
error like below, could you please help take a loot what is going on? Thank
you very much
2020-11-16 02:16:33 INFO :
################################################################################
2020-11-16 02:16:33 INFO : aTRAM version: v2.3.4
2020-11-16 02:16:33 INFO : Python version: 3.6.3 |Anaconda, Inc.|
(default, Oct 13 2017, 12:02:49) [GCC 7.2.0]
2020-11-16 02:16:33 INFO : aTRAM/atram.py --blast-db=/lib/lib_des-1S
--query=UCE_sub/uce-5k-probes.fasta --assembler=trinity
--output-prefix=des-1S/output_nucleotide/des-1S --log-file des-1S/Test.log
-i 5 --cpus 10
2020-11-16 02:16:33 INFO : aTRAM blast DB = "/lib/lib_des-1S", query =
"uce-5k-probes.fasta", iteration 1
2020-11-16 02:16:33 INFO : Blasting query against shards: iteration 1
2020-11-16 02:16:44 INFO : All 9 blast results completed
2020-11-16 02:16:44 INFO : 1 blast hits in iteration 1
2020-11-16 02:16:44 INFO : Writing assembler input files: iteration 1
2020-11-16 02:16:44 INFO : Assembling shards with trinity: iteration 1
2020-11-16 02:16:45 ERROR: Exception: Command 'Trinity --seqType fa
--max_memory 38G --CPU 10 --output
'/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/trinity'
--full_cleanup --no_bowtie --left
'/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/paired_1.fasta'
--right
'/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/paired_2.fasta''
returned non-zero exit status 1.
2020-11-16 02:16:45 ERROR: Exception: [Errno 2] No such file or directory:
'/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/trinity.Trinity.fasta'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#298>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2AZ3XGFTLPYUXLQENY2Q3SQDLL5ANCNFSM4TW2MUDA>
.
|
I tried adding --temp-dir, but the same errors were reported, although spade, velvet were used. Could you explain a little bit more about the debugging issue posted here?, https://github.com/juliema/aTRAM/blob/master/doc/troubleshooting.md#Debugging-assembler-issues I tried to follow the steps, but it seemed nothing was generated in the output directory. This thing bothered me a long time. Thanks. |
Catch TimeoutExpired error for subprocesses #298
Hi everyone, Cheers |
One thing to try is the |
Hi everyone, I had the same issue, atram.py has issues finding temporary files. I only have a single installation of velvetg/velveth and Trinity which I installed via conda and so are in In case it helps, here's my system information (output of Any other suggestions? Thanks very much! |
@SidG13 Your actions to fix this seem on target but the setup is not something I've personally seen before. Could you provide me with the specific error you're getting and the atram parameters you're using? I'll look into this. |
@rafelafrance I also had the same issue. The difference from others was that I used Abyss rather than Trinity as the assembler, and it reported the similar error: My command was: However, with the fasta files created by atram in the temporary directory, I can get the assemble by Abyss-pe, and the command was The version of softwares I used were: Could you give me some suggestions, please? Thanks for your help. |
Hi,
I am doing the aTRAM, but after running the atram.py, it reported the error like below, could you please help take a loot what is going on? Thank you very much
2020-11-16 02:16:33 INFO : ################################################################################
2020-11-16 02:16:33 INFO : aTRAM version: v2.3.4
2020-11-16 02:16:33 INFO : Python version: 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) [GCC 7.2.0]
2020-11-16 02:16:33 INFO : aTRAM/atram.py --blast-db=/lib/lib_des-1S --query=UCE_sub/uce-5k-probes.fasta --assembler=trinity --output-prefix=des-1S/output_nucleotide/des-1S --log-file des-1S/Test.log -i 5 --cpus 10
2020-11-16 02:16:33 INFO : aTRAM blast DB = "/lib/lib_des-1S", query = "uce-5k-probes.fasta", iteration 1
2020-11-16 02:16:33 INFO : Blasting query against shards: iteration 1
2020-11-16 02:16:44 INFO : All 9 blast results completed
2020-11-16 02:16:44 INFO : 1 blast hits in iteration 1
2020-11-16 02:16:44 INFO : Writing assembler input files: iteration 1
2020-11-16 02:16:44 INFO : Assembling shards with trinity: iteration 1
2020-11-16 02:16:45 ERROR: Exception: Command 'Trinity --seqType fa --max_memory 38G --CPU 10 --output '/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/trinity' --full_cleanup --no_bowtie --left '/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/paired_1.fasta' --right '/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/paired_2.fasta'' returned non-zero exit status 1.
2020-11-16 02:16:45 ERROR: Exception: [Errno 2] No such file or directory: '/tmp/atram_bku5sgqt/lib_des-1S_uce-5k-probes.fasta_01_owavb3if/trinity.Trinity.fasta'
The text was updated successfully, but these errors were encountered: