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

conda cannot install bowtie1.3.0-2 #333

Closed
ylang0825 opened this issue Apr 2, 2024 · 0 comments
Closed

conda cannot install bowtie1.3.0-2 #333

ylang0825 opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ylang0825
Copy link

Description of the bug

Hello, I met a problem asking for help.
It seems that conda cannot install bowtie1.3.0-2, so the program stopped. I searched bowtie packages through 'conda search bowtie' and found that only bowtie1.3.0 is available and bowtie1.3.0-2 does not exist. I installed bowtie1.3.0 but did not solve this problem. I also searched bowtie in many other conda channels, but did not find anything name bowtie1.3.0-2. I even renamed bowtie as bowtie1.3.0-2 but did not prevented the pipeline from installing bowtie1.3.0-2 online.
Thanks for your advice!

Command used and terminal output

nextflow run nf-core/smrnaseq --input ./samplesheet2.csv --outdir ./results --genome GRCh38 -profile conda --mirtrace_species hsa --three_prime_adapter AAGTCGGAGGCCAAGCGGTCTTAGGAAGACAA -r dev

Creating env using conda: bowtie=1.3.0-2 bioconda::samtools=1.13 [cache /home/lang/work/conda/env-15daa4098f37a607b35089adcaff6190]
WARN: Access to undefined parameter `fasta` -- Initialise it to a default value eg. `params.fasta = some_value`
ERROR ~ Error executing process > 'NFCORE_SMRNASEQ:MIRNA_QUANT:BOWTIE_MAP_MATURE (1)'

Caused by:
  Failed to create Conda environment
  command: conda create --mkdir --yes --quiet --prefix /home/lang/work/conda/env-15daa4098f37a607b35089adcaff6190 bowtie=1.3.0-2 bioconda::samtools=1.13
  status : 1
  message:
    Channels:
     - defaults
     - bioconda
    Platform: linux-64
    Collecting package metadata (repodata.json): ...working... done
    Solving environment: ...working... failed
    
    PackagesNotFoundError: The following packages are not available from current channels:
    
      - bioconda::samtools==1.13
      - bowtie=1.3.0-2*
    
    Current channels:
    
      - defaults
      - https://conda.anaconda.org/bioconda
    
    To search for alternate channels that may provide the conda package you're
    looking for, navigate to
    
        https://anaconda.org
    
    and use the search bar at the top of the page.



 -- Check '.nextflow.log' file for details

Relevant files

No response

System information

No response

@ylang0825 ylang0825 added the bug Something isn't working label Apr 2, 2024
@christopher-mohr christopher-mohr mentioned this issue Apr 2, 2024
11 tasks
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