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

Improve documentation: Troubleshooting #156

Open
SusiJo opened this issue Aug 18, 2022 · 4 comments
Open

Improve documentation: Troubleshooting #156

SusiJo opened this issue Aug 18, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@SusiJo
Copy link
Collaborator

SusiJo commented Aug 18, 2022

Description of feature

Suggestion: Please add a troubleshooting section with common error messages that helps users to quickly understand what they're missing to get the pipeline running.

I suggest to make a collection of frequently occurring errors here where users can post their error messages and the solutions they have found.

@SusiJo SusiJo added the enhancement New feature or request label Aug 18, 2022
@SusiJo
Copy link
Collaborator Author

SusiJo commented Aug 18, 2022

Error message when using input_type salmon:

Exiting.
  Error: DESeq2.R could not find all of the specified quant.sf files!
  In addition: Warning message:
  In .local(x, row.names, optional, ...) : Arguments in '...' ignored
  Execution halted

--> Solution: Check for typos in your samplesheet.tsv and make sure the QBiC Codes match the folder names of the rnaseq output. In case of using a salmon_merged_gene_counts.tsv, the names of the samples should be also carefully checked, as they can follow a different naming convention than the salmon folders.
Example: salmon folder name: QXXXXX:_XXX-XX vs column name in salmon_merged_gene_counts.tsv QXXXXX_XXX.XX

@SusiJo
Copy link
Collaborator Author

SusiJo commented Aug 19, 2022

Error in deseq.R -r 2.0

Error in assay(if (opt$rlog) rld else vsd) <- limma::removeBatchEffect(assay(if (opt$rlog) rld else vsd),  : 
   could not find function "if<-"
 Execution halted

@SusiJo
Copy link
Collaborator Author

SusiJo commented Aug 19, 2022

Error when running pathway_analysis.R -r 2.0.1

Error in check.length("fill") : 
    'gpar' element 'fill' must not be length 0
  Calls: pheatmap ... rectGrob -> grob -> gpar -> validGP -> check.length

@WackerO
Copy link
Collaborator

WackerO commented Sep 1, 2022

Error in deseq.R -r 2.0

Error in assay(if (opt$rlog) rld else vsd) <- limma::removeBatchEffect(assay(if (opt$rlog) rld else vsd),  : 
   could not find function "if<-"
 Execution halted

This is fixed on dev

@WackerO WackerO added documentation Improvements or additions to documentation and removed enhancement New feature or request labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants