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

Replacing tab with spaces #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Arun-George-Zachariah
Copy link

Changes are done for the below error

Error log:

[info] BackgroundConfigAsyncJobExecutionActor [26437789RNAseq.StarGenerateReferences:NA:1]: Status change from WaitingForReturnCodeFile to Done
[error] WorkflowManagerActor Workflow 26437789-89fc-4174-bba0-98e08f16191f failed (during ExecutingWorkflowState): Job RNAseq.gtfToCallingIntervals:NA:1 exited with return code -1 which has not been declared as a valid return code. See 'continueOnReturnCode' runtime attribute for more details.
Check the content of stderr for potential additional information: /mydata/gatk-workflows/cromwell-executions/RNAseq/26437789-89fc-4174-bba0-98e08f16191f/call-gtfToCallingIntervals/execution/stderr.
 Could not retrieve content: gatk-workflows/cromwell-executions/RNAseq/26437789-89fc-4174-bba0-98e08f16191f/call-gtfToCallingIntervals/execution/stderr
[info] WorkflowManagerActor WorkflowActor-26437789-89fc-4174-bba0-98e08f16191f is in a terminal state: WorkflowFailedState
[info] SingleWorkflowRunnerActor workflow finished with status 'Failed'.

Error logged in stderr.background:

/cromwell-executions/RNAseq/26437789-89fc-4174-bba0-98e08f16191f/call-gtfToCallingIntervals/execution/script: line 45: warning: here-document at line 19 delimited by end-of-file (wanted `RCODE')
/cromwell-executions/RNAseq/26437789-89fc-4174-bba0-98e08f16191f/call-gtfToCallingIntervals/execution/script: line 46: syntax error: unexpected end of file

@jaavedm
Copy link

jaavedm commented Feb 21, 2021

I am also getting call-gtfToCallingIntervals/execution/script: line 46: syntax error: unexpected end of file error. I made the fix that @Arun-George-Zachariah recommended and the workflow is no longer failing.

@Arun-George-Zachariah
Copy link
Author

Thanks, @jaavedm for validating and reconfirming.

@Arun-George-Zachariah
Copy link
Author

Arun-George-Zachariah commented Feb 21, 2021

ReadGroup was added to the workflow to resolve the error The input .bam file contains reads with no platform information that occurs while using BaseRecalibrator

Reference to the error: https://gatk.broadinstitute.org/hc/en-us/community/posts/360056321912-A-USER-ERROR-has-occurred-when-use-the-BaseRecalibrator

@Admin, could you kindly review the need/impact of having ReadGroup?

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

Successfully merging this pull request may close these issues.

2 participants