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

profile test no funciona sin descargar el repositorio #16

Closed
yocra3 opened this issue Oct 6, 2022 · 1 comment
Closed

profile test no funciona sin descargar el repositorio #16

yocra3 opened this issue Oct 6, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@yocra3
Copy link
Collaborator

yocra3 commented Oct 6, 2022

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  

Aquí igual teneis alguna solución: nextflow-io/nextflow#1670

@yocra3 yocra3 added the bug Something isn't working label Oct 6, 2022
@yocra3
Copy link
Collaborator Author

yocra3 commented Oct 20, 2022

Este issue se resuevle con el PR #18

@yocra3 yocra3 closed this as completed Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant