Skip to content
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

## How to continue the uncompleted tasks? #315

Open
laiqiang0728 opened this issue Jul 5, 2022 · 5 comments
Open

## How to continue the uncompleted tasks? #315

laiqiang0728 opened this issue Jul 5, 2022 · 5 comments

Comments

@laiqiang0728
Copy link

laiqiang0728 commented Jul 5, 2022

Hi,

I'm running a task to assmemble thousands of genes, and it has token about a week. But our servers is offline due to a sudden and irresistible event, so my task was interrupted, and the previous task have completed 70%. I really want to know if aTRAM has any command that can continue the unfinshed task, otherwise I would cost much more time to start all over again.

Looking forward to your kindly reply.

@juliema
Copy link
Owner

juliema commented Jul 6, 2022 via email

@danielyao12
Copy link

Hi @laiqiang0728,

I try to use the aTRAM to assemble orhologs, but I got error that

ERROR: Exception: [Errno 2] No such file or directory: /data/backbone_tree/dqgg_analysis/atram_analysis/dqgg0001_temp/atram_ngyw_1fc/DQGG0001_3380ogs_polyneura_header_ILEX2_2.fasta_01_w3hepd6w/output.fasta-unitigs.fa'

The command I used was :
/data/software/aTRAM/atram.py --cpus 10 -p \\ --temp-dir=/data/backbone_tree/dqgg_analysis/atram_analysis/dqgg0001_temp --keep-temp-dir \\ --path=~/anaconda3/envs/atram-env/bin \\ --blast-db=dqgg0001_output/DQGG0001 \\ -Q=3380ogs_polyneura_header.fa \\ --assembler=abyss \\ --output-prefix=dqgg0001_output/DQGG0001_atram.
Could you please show me the command you used?
Thank you very much for your time!

@laiqiang0728
Copy link
Author

Hi,@danielyao12

I had a similar ERROR once, I used the Trinity as the assembly tools, so the ERROR noted that “Exception: [Errno 2] No such file or directory: /path..../***.trinity.fasta”. I eventually found the problem was that the Trinity had not been installed correctly. So may be your ERROR also caused by the assembly tools.

And the command I used was : /path/atram.py -b=/path/atram_db/prefix -Q=/path/querysequences(.fasta) -o=/outpath --assembler=trinity -T 1200 --log-file /path/.atram.log --log-level info

Hope it's helpful for you!

@laiqiang0728
Copy link
Author

totally agree. We have a script that can determine how far your job went and set up a new job. This is unofficial so it is not live yet. Will send soon.

On Tue, Jul 5, 2022 at 7:03 AM laiqiang0728 @.> wrote: Hi, I'm running a task to assmemble thousands genes, and it has token about a week. But our servers is offline due to a sudden and irresistible event, so my task was interrupted, and the previous task have completed 70%. I really want to know if aTRAM has any command that can continue the unfinshed task, otherwise I would cost much more time to start all over again. Looking forward to your kindly reply. — Reply to this email directly, view it on GitHub <#315>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AZ3RDMLHYD3WC5UA6STTVSQ6DTANCNFSM52WKZOGA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thanks for your quick reply, and I'm looking forward to the new script.

@juliema
Copy link
Owner

juliema commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants