-
Notifications
You must be signed in to change notification settings - Fork 150
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
Error fromIndex = -1 #313
Comments
This thread looks like it discusses the issue: https://nfcore.slack.com/archives/CFP55NZ5G/p1669741955467179?thread_ts=1669721950.821779&cid=CFP55NZ5G |
Thanks, that 's it! |
Edit: It looks like sample names must include replicate numbers even if there are no replicates and they must follow a specific format: an underscore followed by at least a number or a letter and number. For example, sample1_1 or sample1_R1 or sample1_REP1 but not sample1. Original question: I am having a similar error but I cannot access the referenced slack thread. Can you share what the issue and solution are here if possible? Thanks in advance |
Essentially, you will need to rename your samples to add the replicate using a _ followed by a number
I will open an issue since this is probably not the clearest way of doing it for improving this in the next iteration of the pipeline |
Description of the bug
Hello,
I just ran one of my test samples that works on v1.2.2, but not on v2 of the pipeline.
The pipeline works perfectly but after MACS step it throws an error :
the .nextflow.log contains this error:
Thanks
Command used and terminal output
$ ./nextflow-21.10.4-all run workflow/main.nf --input design.csv --genome GRCh38 -profile singularity,mesolr --single_end --outdir 'result' --read_length 75
Relevant files
design.csv
nextflow.log
System information
nextflow-21.10.4-all
HPC
slurm
Singularity
nf-core/chipseq-2.0.0
java version "1.8.0_112", Java(TM) SE Runtime Environment (build 1.8.0_112-b15), Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
The text was updated successfully, but these errors were encountered: