Code Monkey home page Code Monkey logo

sc-e2g's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

sc-e2g's Issues

TabError in ABC/workflow/rules/utils.smk

When I run "snakemake -j1 --use-conda", I get following errors:

TabError in file , line 6:
inconsistent use of tabs and spaces in indentation (, line 6)
File "/maps/projects/ralab_nnfc-AUDIT/people/lpm537/software/sc-E2G/workflow/Snakefile", line 28, in
File "/maps/projects/ralab_nnfc-AUDIT/people/lpm537/software/sc-E2G/workflow/../ABC/workflow/Snakefile", line 11, in
File "/maps/projects/ralab/people/lpm537/software/anaconda3/envs/scE2G_231121/lib/python3.12/tokenize.py", line 541, in _generate_tokens_from_c_tokenizer
File "/maps/projects/ralab/people/lpm537/software/anaconda3/envs/scE2G_231121/lib/python3.12/tokenize.py", line 537, in _generate_tokens_from_c_tokenizer

It seems that the line 5 of ABC/workflow/rules/utils.smk should use tab indentation instead of spaces indentation.

After fixing it, I get a SyntaxWarning:

snakemake -j1 --use-conda
/maps/projects/ralab_nnfc-AUDIT/people/lpm537/software/sc-E2G/ABC/workflow/rules/utils.smk:5: SyntaxWarning: invalid escape sequence '\d'
threshold="\d+.\d+",

Should the line 5 in ABC/workflow/rules/utils.smk be
threshold="\\d+\\.\\d+"

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.