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

can't check status #48

Open
SeanSierra-Patev opened this issue Apr 2, 2024 · 1 comment
Open

can't check status #48

SeanSierra-Patev opened this issue Apr 2, 2024 · 1 comment

Comments

@SeanSierra-Patev
Copy link

SeanSierra-Patev commented Apr 2, 2024

I'm having another issue, which I suspect may be the result of my limited experience with docker...

When I try and check the status of a submission, I get this

`docker exec -it seqsender bash seqsender-kickoff check_submission_status --submission_dir ./ --submission_name sub_1 --organism FLU

Error: Submission name: sub_1 for FLU production-data is not found in the submission log file.

Error: Either a submission has not been made or an entry has been moved.
`

but the submission log file does exist right where I'm pointing, and contains that submission name

cat submission_log.csv Submission_Name,Organism,Database,Submission_Position,Submission_Type,Submission_Date,Submission_Status,Submission_Directory,Config_File,Table2asn,GFF_File,Update_Date sub_1,FLU,BIOSAMPLE,1,Production,2024-04-02,pending;submitted,/data,/data/sub_1/config.yaml,False,,2024-04-02 sub_1,FLU,SRA,1,Production,2024-04-02,pending;submitted,/data,/data/sub_1/config.yaml,False,,2024-04-02 sub_1,FLU,GENBANK,1,Production,2024-04-02,---;---,/data,/data/sub_1/config.yaml,False,,2024-04-02

@dthoward96
Copy link
Collaborator

Hey @SeanSierra-Patev,

There seemed to have been a typo in the docker image that was causing that. I've update the docker image so that should resolve it. I also corrected your other issue with "isolate" and "strain" names per your email. Let me know if this resolves it for you.

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

2 participants