-
Notifications
You must be signed in to change notification settings - Fork 32
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
deAnalysis requires sample_id in sample_sheet - How to restart the run? #123
Comments
You can update your sample sheet and restart the workflow by adding |
HI @nrhorner
This resulted in the following error: Common reasons for this error are:
You can see which process is holding the lock file by using the following command:
-- Check '.nextflow.log' file for details I can indeed find this particular LOCK file, but it is empty and I do not know how to resume. Please help :) |
Sorry for the late reply. The lock file is from Nextflow nextflow-io/nextflow#3987 (comment) You should be able to delete this and resume the workflow |
Operating System
Ubuntu 22.04
Other Linux
No response
Workflow Version
v1.4.0
Workflow Execution
Command line (Cluster)
Other workflow execution
No response
EPI2ME Version
No response
CLI command run
./nextflow pull epi2me-labs/wf-transcriptomes
OUTPUT=~/output;
./nextflow run epi2me-labs/wf-transcriptomes
-profile singularity
--bam /merged_output
--de_analysis
--transcriptome_source precomputed
--ref_genome /genomes/Mus_musculus.GRCm38.dna.primary_assembly.fa.gz
--ref_annotation /genomes/Mus_musculus.GRCm38.98.gtf.gz
--ref_transcriptome Mus_musculus.GRCm38.cdna.all.fa.gz
--sample_sheet /sample_sheets/sample_sheet1.csv
--cdna_kit "SQK-PCS114"
--isoform_table_nrows 10000
--out_dir /analysis/outdir1 -w /analysis/workspace_dir1
--threads 64
Workflow Execution - CLI Execution Profile
None
What happened?
The pipeline ran successfully until the deAnalysis, where it stopped apparently because of a missing sample_id in the sample_sheet. In the read_me it is only stated theat barcode, alias and condition are required. However, I assume this error appears because Salmon requires a "sample_id" to run?
My question to this error is: Can I add a sample_id to the sample_sheet in the out_dir? Do I need to restart the entire thing after that or can the process continue from where it halted? How would I execute that?
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
yes
Other demo data information
No response
The text was updated successfully, but these errors were encountered: