Coder Social home page Coder Social logo

dmriqc_flow's People

Contributors

arnaudbore avatar chrls98 avatar guillaumeth avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmriqc_flow's Issues

Bug verifying nextflow version

I tried running this today. I updated nextlfow (nextflow self-update) and ran this locally and got:

WARN: Nextflow version 22.04.5 does not match workflow required version: 21.1+ -- Execution will continue, but things may break!
This workflow requires Nextflow version 21.0 or greater -- You are running version 22.04.5

I saw after that you suggest using 21.1. But currently, message says 21.0 or greater, so I simply updated without checking the github or readme. Message should be "but not higher than"., or add a check;

if( !nextflow.version.matches('22.0+') ) {
    error "This workflow requires Nextflow version 21.*. -- You are running nextflow.version. Suggestion: Use 
            >>> NXF_VER=21.10.6 nextflow run dmriqc_flow/main.nf  [...] "
}

Eddy_topup skipped

I just ran dmriqc_flow (the current master version) on tractoflow output and it skipped the Eddy_topup folder for some reason.

Files not found

I my case, I ran tractoflow with: run_denoise_dwi false, topup false, eddy false. I still had the Bet on the DWI.

During QC, however, the QC_Brain_Extraction_DWI does not run. I checked why. It uses dwi_mask_for_bet, which comes from dwi_eddy_for_bet, which is created with:

Channel
   .fromPath(["$input/**/Eddy/*dwi_corrected.nii.gz", "$input/**/Eddy_Topup/*dwi_corrected.nii.gz"], maxDepth:3)
   .collect(sort:true)
   .map{[it]}
   .set{dwi_eddy_for_bet}

But I have none of these files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.