Skip to content
View 136s's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report 136s

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ncbi_counts ncbi_counts Public

    Download the NCBI-generated RNA-seq count data by specifying the Series accession number(s), and the regular expression of the Sample attributes.

    Python 1

  2. comPyDEtools comPyDEtools Public

    A Python implementation of a part of compareDEtools.

    Python 1

  3. nine_tiles_panic nine_tiles_panic Public

    Find the best town for Nine Tiles Panic by brute force.

    Python 1

  4. intractable-disease intractable-disease Public

    A list of intractable diseases in Japan (published by the MHLW) in csv, json, and yaml

    Python 1

  5. Convert file links in pdf from absol... Convert file links in pdf from absolute paths to relative paths.
    1
    #!/usr/bin/env python
    2
    
                  
    3
    from pathlib import Path
    4
    import sys
    5
    
                  
  6. 同じフォルダにあるすべての svg を結合して 1 つの PDF ファイ... 同じフォルダにあるすべての svg を結合して 1 つの PDF ファイルにする
    1
    @echo off
    2
    echo 同じフォルダにあるすべての svg を結合して 1 つの pdf ファイルにします
    3
    
                  
    4
    if exist "*.pdf" (
    5
      echo PDF が存在します。処理を中止します。