Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/arjunrajlaboratory/RajLabSeqTools
10 December 2020, 08:13:14 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
Revision 4e77f9a34e995d29d90bf635ed52bf7494a08d57 authored by Sydney Shaffer on 11 November 2014, 14:06:45 UTC, committed by Sydney Shaffer on 11 November 2014, 14:06:45 UTC
modified unzip script to take in any name for the different samples
1 parent 7d5011f
  • Files
  • Changes
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • refs/import/heads/master
    • 4e77f9a34e995d29d90bf635ed52bf7494a08d57
    No releases to show
  • ced7486
  • /
  • OldStuff
  • /
  • unzipAndCat.sh
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
  • snapshot
origin badgerevision badge
swh:1:rev:4e77f9a34e995d29d90bf635ed52bf7494a08d57
origin badgedirectory badge Iframe embedding
swh:1:dir:660b66c5fa9bfe487e314d10fe26d75f22cfb3c2
origin badgecontent badge Iframe embedding
swh:1:cnt:e9087bd52a644974c72a2456470ca723727d78ee
origin badgesnapshot badge
swh:1:snp:8c426de7c1a52fbd96f065cdced641b6f2bc8788

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 4e77f9a34e995d29d90bf635ed52bf7494a08d57 authored by Sydney Shaffer on 11 November 2014, 14:06:45 UTC
modified unzip script to take in any name for the different samples
Tip revision: 4e77f9a
unzipAndCat.sh
#!/bin/bash

EXPERIMENT=$1

for dirname in /home/opadovan/C1_Single_Cell_RNA_Seq-11219209/* ; do
cd $dirname

INPUT=`ls *001_R1*`
SAMPLE=`echo $INPUT | cut -d'_' -f 1`

if [ ! -d $EXPERIMENT/raw ]; then
mkdir $EXPERIMENT/raw
fi

if [ ! -d $EXPERIMENT/raw/$SAMPLE ]; then
mkdir $EXPERIMENT/raw/$SAMPLE
fi

for i in *.gz; do
gunzip -c $i > ${i%.*}
done

FASTQR1=`echo $SAMPLE'_R1.fastq'`
FASTQR2=`echo $SAMPLE'_R2.fastq'`

cat *R1*fastq > $EXPERIMENT/raw/$SAMPLE/$FASTQR1
cat *R2*fastq > $EXPERIMENT/raw/$SAMPLE/$FASTQR2

done

The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API