You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Al ejecutar el profile test sin clonar el repo, añadiendo el repositorio a la carpeta de nextflow, no lee bien el path del input. Además, pide que le pongas la etiqeta
carlos@ws130449:~/pipeline_test$ nextflow run martasevilla/mosaicism_nextflow -profile test,docker -r main
N E X T F L O W ~ version 21.10.5
Launching `martasevilla/mosaicism_nextflow` [tiny_goodall] - revision: 723eef7b4f [main]
------------------------------------------------------
,--./,-.
___ __ __ __ ___ /,-._.--~'
|\ | |__ __ / ` / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \`-._,-`-,
`._,._,'
nf-core/mosaicism v1.0dev
------------------------------------------------------
Core Nextflow options
revision : main
runName : tiny_goodall
containerEngine : docker
launchDir : /home/carlos/pipeline_test
workDir : /home/carlos/pipeline_test/work
projectDir : /home/carlos/.nextflow/assets/martasevilla/mosaicism_nextflow
userName : carlos
profile : test,docker
configFiles : /home/carlos/.nextflow/assets/martasevilla/mosaicism_nextflow/nextflow.config
Input/output options
input : ./testdata/samplesheet_test.csv
outdir : ./results
Reference genome options
fasta : https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta
fai : https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta.fai
Institutional config options
config_profile_name : Test profile
config_profile_description: Minimal test dataset to check pipeline function
Max job request options
max_cpus : 2
max_memory : 6.GB
max_time : 6.h
!! Only displaying parameters that differ from the pipeline defaults !!
------------------------------------------------------
If you use nf-core/mosaicism for your analysis please cite:
* The nf-core framework
https://doi.org/10.1038/s41587-020-0439-x
* Software dependencies
https://github.com/nf-core/mosaicism/blob/master/CITATIONS.md
------------------------------------------------------
No such file: /home/carlos/pipeline_test/testdata/samplesheet_test.csv
-- Check script '/home/carlos/.nextflow/assets/martasevilla/mosaicism_nextflow/./workflows/mosaicism.nf' at line: 15 or see '.nextflow.log' file for more details
Además, si no le dices el nombre de la rama, también da error:
nextflow run martasevilla/mosaicism_nextflow -profile test,docker
N E X T F L O W ~ version 21.10.5
Project `martasevilla/mosaicism_nextflow` currently is sticked on revision: main -- you need to specify explicitly a revision with the option `-r` to use it
Al ejecutar el profile test sin clonar el repo, añadiendo el repositorio a la carpeta de nextflow, no lee bien el path del input. Además, pide que le pongas la etiqeta
Además, si no le dices el nombre de la rama, también da error:
Aquí igual teneis alguna solución: nextflow-io/nextflow#1670
The text was updated successfully, but these errors were encountered: